2005-01-05 |
Nicholas Clark |
Correct a Greengrocer's apostrophe. |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Nicholas Clark |
Foolishly I committed change 23753 before remembering... |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Nicholas Clark |
Error-free constant folding is a TODO |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Nicholas Clark |
Turn INIT_TLS_AND_INTERP into a static function |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Nicholas Clark |
Shave off the explict 1; from the end of lib/Config.pm |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Robin Barker |
unnecessary rmdir in Makefile |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Robin Barker |
gcc and ld in Configure |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Gisle Aas |
Avoid segfault when pthread_key_create fails |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Craig A. Berry |
-Duselargefiles for VMS |
commit | commitdiff | tree | snapshot |
2005-01-05 |
Nicholas Clark |
Rafael spotted that my changes caused warnings. So... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Nicholas Clark |
Update copyright years. |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Nicholas Clark |
Make the switch statement discriminate similar names... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Nicholas Clark |
Check all attributes in modify_SV_attributes are recogn... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Nicholas Clark |
Use the new ${^UTF8LOCALE} to make the test reliable. |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Robin Barker |
RE: [perl #32660] INT2PTR not mentioned in perlxs(1) |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Nicholas Clark |
Add ${^UTF8LOCALE} to give perl space access to PL_utf8... |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Steve Hay |
Bring win32/config.* into line with win32/config_H.* |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Tels |
Math::BigInt v1.74, Math::BigRat v0.14, bignum v0.16 |
commit | commitdiff | tree | snapshot |
2005-01-04 |
Rafael Garcia... |
Happy new year |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Nicholas Clark |
Return an immortal from attributes::_warn_reserved... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Nicholas Clark |
Change dXSTARGET to dXSTARG as recommended by Spider... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Nicholas Clark |
D'oh! Spurious aTHX_. Here was I thinking that my test... |
commit | commitdiff | tree | snapshot |
2005-01-03 |
Alexey Tourbin |
Integrate a patch from Gentoo for uclibc support. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Nicholas Clark |
Remove compiler warnings. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Nicholas Clark |
Change 23727 broke code that relied on \ being escaped. |
commit | commitdiff | tree | snapshot |
2005-01-02 |
Nicholas Clark |
Splitting the -n/-p code and concatenating strings... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
Concatenate some string constants |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
Use Rafael's sick trick of ASCII NUL as a q'' delimiter... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
Probably should be using *pvn rather than *pv forms... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
strEQ/strNE of 1 character strings seems better hand... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
Not all the world's a VAX, er ASCII, so don't make... |
commit | commitdiff | tree | snapshot |
2005-01-01 |
Nicholas Clark |
Change 23714 accidentally broke t/io/layers.t when... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Skip the switch statement entirely if the pointer is... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Doing the strnEQ char by char for 2 and 3 character... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Improve documentation for is_gv_magical, and split... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Because name is always NUL terminated we can incorporat... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Generate smaller object code by using a single switch... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Tidy up comments in change 23716 |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Refactor gv_fetchpv so that the overwhelmingly common... |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Craig A. Berry |
randbits and randfunc for VMS |
commit | commitdiff | tree | snapshot |
2004-12-31 |
Nicholas Clark |
Bug in t/io/layers.t spotted by Ignasi Roca CarriĆ³ |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Marcus Holland... |
Mention ppport.h and its --api-info switch in perlguts. |
commit | commitdiff | tree | snapshot |
2004-12-30 |
Gisle Aas |
Allow Configure's d_attribut to be set from the command... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Thinko in the description of Config::Extensions |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Experimental module intended to simplify core regressio... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Skip tests that binmode :utf8 if there is no perlio |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Ooops. Fix unitialised variable |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Oops. Forgot to uncomment the last set of Unicode value... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
read (and presuambly sysread) would expose the UTF8... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Add a lot of tests for combinations of values, offsets... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Nicholas Clark |
Convert op/read.t to use test.pl and make it stricture... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Marcus Holland... |
Upgrade to Devel::PPPort 3.04 |
commit | commitdiff | tree | snapshot |
2004-12-29 |
H.Merijn Brand |
Rebuilt after backport start for 23674, 23675, and... |
commit | commitdiff | tree | snapshot |
2004-12-29 |
Stephen McCamant |
Cleanup ext/B tests for -w and to run separately |
commit | commitdiff | tree | snapshot |
2004-12-28 |
Nicholas Clark |
Make Config.t warnings and strictures clean |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Stas Bekman |
[patch sv.c] comment fix |
commit | commitdiff | tree | snapshot |
2004-12-27 |
Nicholas Clark |
Add investigating self tie segfaults to the TODO |
commit | commitdiff | tree | snapshot |
2004-12-24 |
perl-5.8.0... |
[perl #33173] shellwords.pl and tainting |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Ton Hospel |
Missign STATEMENT brackets in PUSHMARK |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Nicholas Clark |
Don't do the ... expansion on archlib, sitelib etc... |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Stas Bekman |
Re: [patch perlapi doc] sv_magic |
commit | commitdiff | tree | snapshot |
2004-12-24 |
Craig A. Berry |
Re: Smoke [5.9.2] 23675 FAIL(m) openvms E8.2 (Alpha... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Nicholas Clark |
Bother. It helps if you also propagate the new entry... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Nicholas Clark |
Oops. You can't add new entries to config_h.SH without... |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Nicholas Clark |
Relocatable @INC entries for Unix. |
commit | commitdiff | tree | snapshot |
2004-12-23 |
H.Merijn Brand |
23669 was not such a good idea. More research needed. |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Rafael Garcia... |
The "Setuid script not plain file" error wasn't documented. |
commit | commitdiff | tree | snapshot |
2004-12-23 |
Sam Tregar |
Data::Dumper Freezer fixes |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Nicholas Clark |
Fix typo |
commit | commitdiff | tree | snapshot |
2004-12-22 |
H.Merijn Brand |
Just to re-sync with metaconfig output. No real changes. |
commit | commitdiff | tree | snapshot |
2004-12-22 |
Rafael Garcia... |
Move the definition of the S_procself_val() function... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Nicholas Clark |
Move the setting of $^X ahead of the initialisation... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Nicholas Clark |
$#a>>=1 relies on malloc wrap to avoid the segfault... |
commit | commitdiff | tree | snapshot |
2004-12-21 |
Nicholas Clark |
Note that the shell's test uses eq etc for numbers... |
commit | commitdiff | tree | snapshot |
2004-12-20 |
Tels |
AUTHORS |
commit | commitdiff | tree | snapshot |
2004-12-17 |
bonefish@cs... |
Re: [perl #32717] BeOS specific Updates |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Craig A. Berry |
bop.t follow-up to #23645 |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Andy Dougherty |
Re: Can't locate auto/POSIX/autosplit.ix [perl #24445... |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Gisle Aas |
Two pod2html patches from Dave Sparks : |
commit | commitdiff | tree | snapshot |
2004-12-16 |
Rafael Garcia... |
Pod::Html is not part of the podlators distribution |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Brendan O'Dea |
Security fix from Debian in the debugger (in the setterm() |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Rafael Garcia... |
A couple of SCO compilation patches |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Rafael Garcia... |
Upgrade to Test::Simple 0.54 |
commit | commitdiff | tree | snapshot |
2004-12-15 |
Rafael Garcia... |
Upgrade to ExtUtils::MakeMaker 6.25 |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Rafael Garcia... |
Fix for [perl #32491] h2xs incorrectly parses enums... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Alexey Tourbin |
Re: B::walkoptree segfaults |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Rafael Garcia... |
Make Sys::Syslog stricture-compliant |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Rafael Garcia... |
Allow escaping %m as %%m in Sys::Syslog format strings |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Steve Peters |
[perl #24343] [PATCH] -w vs. -s |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Steve Peters |
[perl #3274] [PATCH] Documentation for utime should... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Rafael Garcia... |
Fix test added in change 23645 with an eval() |
commit | commitdiff | tree | snapshot |
2004-12-14 |
Rafael Garcia... |
Test patch for already-solved bug #33003, |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Steve Hay |
Document gv_stashpvn |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Michael G.... |
FileCache without import |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Brendan O'Dea |
perlipc typo |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Craig A. Berry |
t/op/taint.t follow-up to #23635 |
commit | commitdiff | tree | snapshot |
2004-12-13 |
Gisle Aas |
Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Mike Guy |
Re: [perl #2562] wantarray fails in END, INIT, and... |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Steve Hay |
Fix Win32 breakage caused by change 23610 |
commit | commitdiff | tree | snapshot |
2004-12-10 |
Rafael Garcia... |
Pod nit ([perl #32800]) |
commit | commitdiff | tree | snapshot |
next |