summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rafael noticed a bug in 34873 - I was comparing against the wrongNicholas Clark2008-11-182-3/+12
* Change LONG_DOUBLESIZE macros to match config (ref change 34823)Gisle Aas2008-11-173-3/+3
* S_save_lines() was using strchr() when it should have been usingNicholas Clark2008-11-172-6/+11
* No need to str*cpy() a string of known fixed length ("_<(eval )") whenNicholas Clark2008-11-171-5/+8
* Fix the bug introduced with MRO, whereby the internals were not savingNicholas Clark2008-11-177-1/+57
* Fix a missing single quote in hints/solaris_2.shAndy Dougherty2008-11-171-1/+1
* [perl #58428][PATCH] Unicode::UCD::charinfo() does not work on 21 Han codepointsRenee Baecker2008-11-171-4/+32
* Skip two tests under ithreads, where the constant lives in the pad.Rafael Garcia-Suarez2008-11-171-0/+3
* Upgrade to Attribute::Handlers 0.81Rafael Garcia-Suarez2008-11-173-3/+10
* Re: 5.8.9 RC1 reportRainer Tammer2008-11-171-0/+5
* Re: [perl #59998] [PATCH] crypt() returns tainted data even when input string...Chip Salzenberg2008-11-172-8/+20
* Add a $VERSION, strict and some documentation to Tie::StdHandle.Nicholas Clark2008-11-161-2/+33
* Integrate:Nicholas Clark2008-11-161-1/+1
* Sync up with Digest-MD5-2.38 from CPANGisle Aas2008-11-165-11/+30
* Re: 5.8.9 RC1 reportRainer Tammer2008-11-161-1/+1
* Make B::walksymtable not recurse into packages that are actually main::, but ...Florian Ragwitz2008-11-161-2/+2
* Deparse inlined constants.Florian Ragwitz2008-11-163-29/+57
* Add Tom Wyant to AUTHORS.Nicholas Clark2008-11-161-0/+1
* TODO for fixing lvalue subs in the debugger is now to-done. PointedSteve Peters2008-11-161-5/+0
* MRO tests for isa() and package aliasesTorsten Schoenfeld2008-11-162-0/+34
* Upgrade to File-Temp-0.21Steve Peters2008-11-162-198/+222
* Add a dump to help tracing taint bugs, by Chip SalzenbergRafael Garcia-Suarez2008-11-151-0/+2
* Forgot to include lib/perl5db.pl in change #34833 Steve Peters2008-11-141-0/+63
* Future-proof hints/linux.sh against Sun's cc -V output.Andy Dougherty2008-11-141-1/+5
* Various patches added to RT #21568 from julian@mehnle.net.Steve Peters2008-11-141-5/+7
* [perl #48489] patch to fix perl bug #7013bharanee rathna2008-11-142-3/+9
* Add TODO test for :lvalue under -d.Florian Ragwitz2008-11-143-1/+18
* [perl #948] [PATCH] Allow tied $,Chip Salzenberg2008-11-1411-33/+21
* Fix error message labelRafael Garcia-Suarez2008-11-131-1/+1
* Re: [perl #60360] [PATCH] UPDATED: local $SIG{FOO} = sub {...}; sets signal h...Chip Salzenberg2008-11-1310-25/+39
* Bump ExtUtils-Install to 1.52 (because of CPAN persnickityness)Yves Orton2008-11-122-2/+9
* Update ExtUtils-Install to 1.51Yves Orton2008-11-124-2/+282
* Some deprecated warnings were also in the syntax categoryRafael Garcia-Suarez2008-11-121-4/+9
* Skip #ifdefs and other preprocessor lines when parsing theGisle Aas2008-11-121-0/+1
* sizeof(long double) is 8 bytes for all Microsoft compilersGisle Aas2008-11-122-2/+2
* POD markup fixGisle Aas2008-11-121-0/+1
* Regenerate API docsRafael Garcia-Suarez2008-11-123-10/+13
* Re: [perl #60360] [PATCH] local $SIG{FOO} = sub {...}; sets signalChip Salzenberg2008-11-128-27/+36
* Sync up with Digest-MD5-2.37 from CPANGisle Aas2008-11-124-13/+19
* Integrate:Nicholas Clark2008-11-121-0/+1
* Relocations errors with Intel CC 10 on 64 bits archsVincent Pit2008-11-111-0/+6
* add -t (tabular option) to Porting/corecpan.plDave Mitchell2008-11-101-23/+111
* Allow lvalue usage of SvRV() and add MUTABLE_SV() check.Marcus Holland-Moritz2008-11-102-3/+15
* Update Maintainers.plSteffen Mueller2008-11-101-1/+16
* [patch@34779] Get posix exit mode working/tested on VMSJohn E. Malmberg2008-11-103-18/+55
* Backslashes inside '' inside Makefiles seem to be non-portable in theirNicholas Clark2008-11-101-4/+1
* [perl #57926][PATCH] File::Find BugRenee Baecker2008-11-101-3/+10
* Add support for testing when underYves Orton2008-11-092-11/+47
* Upgrade to File::Path 2.07Nicholas Clark2008-11-092-38/+45
* Fix warning code in Perl_sv_vcatpvfn() to make the TODOMarcus Holland-Moritz2008-11-093-13/+49