summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to ExtUtils-MakeMaker-6.36Steve Peters2007-07-032-7/+8
* Include file missed from change #31519.Steve Peters2007-07-021-64/+98
* compression modules update to version 2.005Paul Marquess2007-07-0247-178/+561
* Upgrade to ExtUtils-MakeMaker-6.35Steve Peters2007-07-0216-134/+542
* Add add-package.pl to the core (was Re: Why no (XML|DBI|WWW|Template) modules...Jos I. Boumans2007-07-022-0/+442
* Address 250_ping_hires.t failureJerry D. Hedden2007-07-021-4/+5
* Fixes to threads testsJerry D. Hedden2007-07-026-60/+80
* Apply win32/Makefile changes from #31102 and #31506 to win32/makefile.mkSteve Hay2007-07-021-1/+8
* Restore a comment from 30501 unintentionally deleted with change 31513.Nicholas Clark2007-07-011-1/+4
* Avoid copying the AV in Perl_mro_get_linear_isa_dfs()Nicholas Clark2007-07-011-10/+9
* Add some information to the comments describing SV flag bits.Nicholas Clark2007-07-011-1/+6
* test that localised tieing of a hash or array remains localDave Mitchell2007-07-011-0/+16
* char is not a good type to use for array indexes;Jerry D. Hedden2007-07-011-2/+2
* FYI: Math::BigInt v1.87 released [PATCH]Tels2007-06-302-4/+3
* Comment typo fixAbigail2007-06-301-1/+1
* regclass on EBCDIC platformsBenjamin Carter2007-06-301-2/+6
* /p vs (?p)Abigail2007-06-3013-28/+146
* Removes the code that is supposed to restore magic on leaving theRafael Garcia-Suarez2007-06-291-15/+2
* Fix up change 31494Jerry D. Hedden2007-06-291-2/+1
* Update ChangesRafael Garcia-Suarez2007-06-291-0/+943
* Revert change #31489.Rafael Garcia-Suarez2007-06-299-100/+7
* Re: valgrind findingsBrandon Black2007-06-291-4/+11
* Being tired of adjusting the test count of concise-xs.tRafael Garcia-Suarez2007-06-291-5/+1
* Small pod fixRafael Garcia-Suarez2007-06-291-1/+1
* fix overzealous search and replaceYves Orton2007-06-291-4/+4
* Rename various regex defined so that they have distinct prefixes based on the...Yves Orton2007-06-286-78/+78
* Replace pattern parsing logic with optree "parsing" logic.Yves Orton2007-06-281-0/+15
* Move the RXf_WHITE logic for split " " into the regex engineÆvar Arnfjörð Bjarmason2007-06-286-43/+41
* Add a TODO test cases RT# 43403.Steve Peters2007-06-281-1/+15
* Fix tests so they actually test $@. like() demands a qr//.Rafael Garcia-Suarez2007-06-281-4/+4
* New valgrind suppressions.Rafael Garcia-Suarez2007-06-281-0/+5
* Re-enable the setlocale() tests for Windows XP onwardsSteve Hay2007-06-281-1/+6
* RE: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32Jan Dubois2007-06-285-26/+43
* Re: [perl #43357] *DESTROY = sub {} at runtimeBrandon Black2007-06-289-7/+103
* Move tests under 'threads' moduleJerry D. Hedden2007-06-282-33/+33
* Re: [PATCH-revised] ext/Win32/t/Unicode.t failures on FAT32 under CygwinJerry D. Hedden2007-06-281-1/+1
* Math::BigFloat - fix bpi() and A [PATCH]Tels2007-06-283-6/+69
* Re: Broken bignum tests [PATCH]Tels2007-06-286-35/+132
* bring File-Path up to 2.01David Landgren2007-06-282-36/+67
* Free memory in case of error/failure to compile.Yves Orton2007-06-281-2/+3
* Fix POSIX::setlocale(): the CRT function returns a pointer to aSteve Hay2007-06-271-3/+12
* Revert change #31480. The PI and e functions can accept an argument.Rafael Garcia-Suarez2007-06-273-6/+6
* Add an empty prototype to functions PI and eRafael Garcia-Suarez2007-06-273-6/+6
* Re: RFC: bigint et. al exporting PI method? [PATCH]Tels2007-06-277-9/+119
* Math::BigInt take 12 [PATCH]Tels2007-06-2711-74/+279
* threads 1.63Jerry D. Hedden2007-06-275-27/+41
* B::Deparse cleanupsChia-liang Kao2007-06-273-87/+77
* avoid double-free of the thread functionDave Mitchell2007-06-262-9/+8
* make sure PL_Parser is NULL during early stage of thread cloneDave Mitchell2007-06-261-0/+2
* Second patch from:Brandon Black2007-06-262-2/+24