| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 2 | -1/+6 |
* | Re: Patches: B, CGI, ExtUtils::MM_Unix | Joshua ben Jore | 2006-02-21 | 4 | -8/+30 |
* | op/magic failure on cygwin after 1.5.19-4 | Yitzchak Scott-Thoennes | 2006-02-20 | 1 | -1/+1 |
* | Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arena | Nicholas Clark | 2006-02-20 | 3 | -2/+4 |
* | Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X) | Dominic Dunlop | 2006-02-20 | 2 | -2/+6 |
* | PVCVs don't need XNVs either. | Nicholas Clark | 2006-02-20 | 5 | -11/+48 |
* | Trouble with $ENV{CDPATH} after change #27236 | Dominic Dunlop | 2006-02-20 | 1 | -10/+5 |
* | PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so moving | Nicholas Clark | 2006-02-20 | 8 | -22/+38 |
* | Fix sv_dump to dump formats without the (non-existent) NVX. | Nicholas Clark | 2006-02-20 | 1 | -1/+2 |
* | xcv_root and xcv_xsub can also be merged into a union, providing a new | Nicholas Clark | 2006-02-20 | 7 | -29/+57 |
* | xcv_start and xcv_xsubany can be merged into a union, as they are never | Nicholas Clark | 2006-02-20 | 5 | -12/+28 |
* | Need to clear CvXSUBANY() too to turn a constant sub into a prototype. | Nicholas Clark | 2006-02-20 | 1 | -1/+3 |
* | Add a new CvISXSUB() macro, for abstracting the test as to whether a | Nicholas Clark | 2006-02-20 | 10 | -15/+15 |
* | Abolish BROKEN_UNION_INIT in B::C, as it works around problems in | Nicholas Clark | 2006-02-20 | 2 | -41/+5 |
* | patch@27236 vms glob/readdir/chdir EFS/long filename support | John E. Malmberg | 2006-02-20 | 3 | -119/+209 |
* | More NullXXX macro removal from Andy Lester | Rafael Garcia-Suarez | 2006-02-20 | 18 | -89/+86 |
* | Yitzchak points out that the perldiag entry for "Integer overflow in | Rafael Garcia-Suarez | 2006-02-20 | 1 | -10/+0 |
* | utftaint.t won't be able to run tests with -T if you have | Nicholas Clark | 2006-02-20 | 1 | -7/+15 |
* | Remove the last (U16) cast for CV depths, missed by change 17835. | Nicholas Clark | 2006-02-20 | 1 | -1/+1 |
* | Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits, | Nicholas Clark | 2006-02-20 | 2 | -14/+15 |
* | Ministry of Truth removes typo in description of Change 26166. | Nicholas Clark | 2006-02-19 | 1 | -1/+1 |
* | Shave sizeof(NV) bytes from formats, by using the same offset | Nicholas Clark | 2006-02-19 | 2 | -3/+34 |
* | AVs and HVs don't have IVXs or NVXs, so assert this too. | Nicholas Clark | 2006-02-19 | 1 | -1/+7 |
* | Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't being | Nicholas Clark | 2006-02-19 | 1 | -6/+30 |
* | To make arithmetic on tainted dualvars work properly requires that | Nicholas Clark | 2006-02-19 | 2 | -2/+12 |
* | SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so the | Nicholas Clark | 2006-02-19 | 1 | -10/+2 |
* | As Anno Siegel points out, mtime/ctime test should be skipped | Rafael Garcia-Suarez | 2006-02-18 | 1 | -1/+1 |
* | save_re_context() and even errsv_save = newSVsv(ERRSV); can turn | Nicholas Clark | 2006-02-18 | 1 | -4/+7 |
* | Turn of tainting locally inside swash_init(), as the internal | Nicholas Clark | 2006-02-18 | 2 | -1/+11 |
* | Assume that if runperl is called under tainting, that the caller really | Nicholas Clark | 2006-02-18 | 1 | -0/+9 |
* | Convert utftaint.t to test.pl (from Test.pm) and provide it with | Nicholas Clark | 2006-02-18 | 1 | -82/+42 |
* | Upgrade to Digest-SHA-5.34. | Steve Peters | 2006-02-18 | 33 | -451/+265 |
* | arena-rework : consolidated patch | Jim Cromie | 2006-02-18 | 8 | -420/+532 |
* | Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu) | Abe Timmerman | 2006-02-17 | 1 | -1/+1 |
* | The two whitespace changes from | Jim Cromie | 2006-02-17 | 1 | -2/+2 |
* | Don't add -fPIC if already present. | Brendan O'Dea | 2006-02-17 | 1 | -0/+1 |
* | Fix precedence. | Brendan O'Dea | 2006-02-17 | 1 | -1/+1 |
* | Fix quote typo. | Brendan O'Dea | 2006-02-17 | 1 | -1/+1 |
* | In TODO: make encoding.pm lexical ? | Rafael Garcia-Suarez | 2006-02-17 | 1 | -0/+1 |
* | cleaning up perly.c | Andy Lester | 2006-02-17 | 1 | -9/+2 |
* | Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinX... | Robin Houston | 2006-02-17 | 1 | -11/+2 |
* | Re: [perl #38485] use integer; 0x80000000/-1; # coredump | Yitzchak Scott-Thoennes | 2006-02-17 | 2 | -9/+29 |
* | Re: how to build with -DPERL_MEM_LOG ? | Andy Dougherty | 2006-02-16 | 1 | -0/+12 |
* | Problem compiling swigged c++ code with 5.8.8 | Merijn Broeren | 2006-02-16 | 2 | -2/+2 |
* | Upgrade to CGI-3.16, with version bump on CGI.pm for documentation | Steve Peters | 2006-02-16 | 8 | -38/+126 |
* | Remove lib/Hash directory when doing make distclean | Rafael Garcia-Suarez | 2006-02-16 | 1 | -2/+2 |
* | stat() on Windows doesn't handle trailing slashes/backslashes correctly | Jan Dubois | 2006-02-16 | 1 | -6/+20 |
* | [patch] t/lib/warnings/pp_sys | Paul Green | 2006-02-16 | 1 | -2/+2 |
* | CPAN::FirstTime can go as well from the untested module list | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |
* | Pod::Plainer is tested, actually (spotted by chromatic) | Rafael Garcia-Suarez | 2006-02-16 | 1 | -1/+0 |