summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-212-1/+6
* Re: Patches: B, CGI, ExtUtils::MM_UnixJoshua ben Jore2006-02-214-8/+30
* op/magic failure on cygwin after 1.5.19-4Yitzchak Scott-Thoennes2006-02-201-1/+1
* Steal code from maint, and use PERL_ARENA_ROOTS_SIZE to size the arenaNicholas Clark2006-02-203-2/+4
* Make SDBM_File work with -Duse64bitall on Darwin (Mac OS X)Dominic Dunlop2006-02-202-2/+6
* PVCVs don't need XNVs either.Nicholas Clark2006-02-205-11/+48
* Trouble with $ENV{CDPATH} after change #27236Dominic Dunlop2006-02-201-10/+5
* PVFMs don't need CvDEPTH, and PVCVs don't use SvIVX, so movingNicholas Clark2006-02-208-22/+38
* Fix sv_dump to dump formats without the (non-existent) NVX.Nicholas Clark2006-02-201-1/+2
* xcv_root and xcv_xsub can also be merged into a union, providing a newNicholas Clark2006-02-207-29/+57
* xcv_start and xcv_xsubany can be merged into a union, as they are neverNicholas Clark2006-02-205-12/+28
* Need to clear CvXSUBANY() too to turn a constant sub into a prototype.Nicholas Clark2006-02-201-1/+3
* Add a new CvISXSUB() macro, for abstracting the test as to whether aNicholas Clark2006-02-2010-15/+15
* Abolish BROKEN_UNION_INIT in B::C, as it works around problems inNicholas Clark2006-02-202-41/+5
* patch@27236 vms glob/readdir/chdir EFS/long filename supportJohn E. Malmberg2006-02-203-119/+209
* More NullXXX macro removal from Andy LesterRafael Garcia-Suarez2006-02-2018-89/+86
* Yitzchak points out that the perldiag entry for "Integer overflow inRafael Garcia-Suarez2006-02-201-10/+0
* utftaint.t won't be able to run tests with -T if you haveNicholas Clark2006-02-201-7/+15
* Remove the last (U16) cast for CV depths, missed by change 17835.Nicholas Clark2006-02-201-1/+1
* Re-order CV flags to bring the 4 CVf_BUILTIN_ATTRS into adjacent bits,Nicholas Clark2006-02-202-14/+15
* Ministry of Truth removes typo in description of Change 26166.Nicholas Clark2006-02-191-1/+1
* Shave sizeof(NV) bytes from formats, by using the same offsetNicholas Clark2006-02-192-3/+34
* AVs and HVs don't have IVXs or NVXs, so assert this too.Nicholas Clark2006-02-191-1/+7
* Under -DDEBUGGING, assert that SvIVX, SvUVX and SvNVX aren't beingNicholas Clark2006-02-191-6/+30
* To make arithmetic on tainted dualvars work properly requires thatNicholas Clark2006-02-192-2/+12
* SvROK(sv) will never be true when SvIOKp() or SvNOKp() is true, so theNicholas Clark2006-02-191-10/+2
* As Anno Siegel points out, mtime/ctime test should be skippedRafael Garcia-Suarez2006-02-181-1/+1
* save_re_context() and even errsv_save = newSVsv(ERRSV); can turnNicholas Clark2006-02-181-4/+7
* Turn of tainting locally inside swash_init(), as the internalNicholas Clark2006-02-182-1/+11
* Assume that if runperl is called under tainting, that the caller reallyNicholas Clark2006-02-181-0/+9
* Convert utftaint.t to test.pl (from Test.pm) and provide it withNicholas Clark2006-02-181-82/+42
* Upgrade to Digest-SHA-5.34.Steve Peters2006-02-1833-451/+265
* arena-rework : consolidated patchJim Cromie2006-02-188-420/+532
* Re: Smoke [5.9.4] 27195 FAIL(m) irix 6.2 (IP22/1 cpu)Abe Timmerman2006-02-171-1/+1
* The two whitespace changes fromJim Cromie2006-02-171-2/+2
* Don't add -fPIC if already present.Brendan O'Dea2006-02-171-0/+1
* Fix precedence.Brendan O'Dea2006-02-171-1/+1
* Fix quote typo.Brendan O'Dea2006-02-171-1/+1
* In TODO: make encoding.pm lexical ?Rafael Garcia-Suarez2006-02-171-0/+1
* cleaning up perly.cAndy Lester2006-02-171-9/+2
* Re: Perl_sighandler voodoo (was Re: Smoke [5.8.7] 26127 FAIL(XF) MSWin32 WinX...Robin Houston2006-02-171-11/+2
* Re: [perl #38485] use integer; 0x80000000/-1; # coredumpYitzchak Scott-Thoennes2006-02-172-9/+29
* Re: how to build with -DPERL_MEM_LOG ?Andy Dougherty2006-02-161-0/+12
* Problem compiling swigged c++ code with 5.8.8Merijn Broeren2006-02-162-2/+2
* Upgrade to CGI-3.16, with version bump on CGI.pm for documentationSteve Peters2006-02-168-38/+126
* Remove lib/Hash directory when doing make distcleanRafael Garcia-Suarez2006-02-161-2/+2
* stat() on Windows doesn't handle trailing slashes/backslashes correctlyJan Dubois2006-02-161-6/+20
* [patch] t/lib/warnings/pp_sysPaul Green2006-02-161-2/+2
* CPAN::FirstTime can go as well from the untested module listRafael Garcia-Suarez2006-02-161-1/+0
* Pod::Plainer is tested, actually (spotted by chromatic)Rafael Garcia-Suarez2006-02-161-1/+0