summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Added tests for perl#72068Tim Bunce2010-01-141-5/+10
* Back out the {ENTER,LEAVE}_with_name("sub") part of d343c3ef45381352 for now.Nicholas Clark2010-01-142-12/+12
* CYG23-544-statReini Urban2010-01-142-3/+12
* Omnibus strict and lax version parsingDavid Golden2010-01-1315-124/+614
* Changed Copyright year as suggested by karl williamson in http://nntp.perl.or...Abigail2010-01-131-2/+3
* * Em dash cleanup in pod/brian d foy2010-01-1335-107/+104
* * FAQ sync for Perl 5.12 release candidatebrian d foy2010-01-1310-186/+238
* Tom Christiansen's perlfunc cleansing, part 2brian d foy2010-01-131-656/+730
* Update File-Fetch to CPAN version 0.24Chris Williams2010-01-134-6/+30
* test stash_name in less.pmRicardo Signes2010-01-121-2/+17
* catch the one $class instance missed in less.pmRicardo Signes2010-01-121-2/+3
* Document UNIVERSAL->import deprecation in perldeltaRafael Garcia-Suarez2010-01-121-4/+6
* Mention name of C constant in feature.pm for greppabilityRafael Garcia-Suarez2010-01-121-0/+1
* The new lvalue warning should not be turned on by defaultRafael Garcia-Suarez2010-01-122-2/+2
* Document new lvalue warning in perldeltaRafael Garcia-Suarez2010-01-121-0/+5
* The "illegalproto" warning category is new in 5.11.4, not 5.11.3Rafael Garcia-Suarez2010-01-122-23/+16
* Nits in perldelta templateRafael Garcia-Suarez2010-01-121-2/+2
* Add perl5114delta.podRafael Garcia-Suarez2010-01-129-37/+306
* With $PERL_UNICODE we still need to find utf8.pmH.Merijn Brand2010-01-121-0/+1
* fix for [perl #65582] anon globs segfaultingDavid Mitchell2010-01-122-5/+32
* fix for [perl #61976] Errno ($!) not evaluated to a error message stringDavid Mitchell2010-01-122-1/+13
* Add note to .pod for compound form perl extensionsKarl Williamson2010-01-111-2/+13
* Bump less' versionRafael Garcia-Suarez2010-01-111-1/+1
* allow indirection between less and its hints stash nameRicardo Signes2010-01-111-5/+7
* Remove [[:posix:]] references because changes not going into 5.12Karl Williamson2010-01-111-39/+53
* fix for [perl #41138] $_ leaks under threadsDavid Mitchell2010-01-112-1/+7
* PATCH: perlfunc cleanup, part 1Tom Christiansen2010-01-111-180/+182
* [perl #71788] Skip $) test when NGROUPS_MAX is too small or when on darwinJosh ben Jore2010-01-101-115/+338
* Remove an extraneous spaceJosh ben Jore2010-01-101-1/+1
* Re: [perl #71852] Warning "/* within comment" in Win32 config.h-related fileskmx2010-01-117-2418/+2692
* Retain builtin attributes from pre-declaration. Fixes [perl #68758].Gerard Goossen2010-01-103-3/+17
* Ignore a lvalue attribute after the subroutine has been defined, and warn abo...Gerard Goossen2010-01-104-6/+28
* [perl #71924] shmget/semget may return zero as valid idRafael Garcia-Suarez2010-01-101-2/+2
* Completely avoid autovivification of CORE::GLOBAL::callerRafael Garcia-Suarez2010-01-102-8/+16
* Typo fix : caller:: isn't callerRafael Garcia-Suarez2010-01-101-2/+2
* Add new prototype warning test file to MANIFESTRafael Garcia-Suarez2010-01-101-0/+1
* Perldelta presentation nitsRafael Garcia-Suarez2010-01-101-18/+15
* Move prototype parsing related warnings from the 'syntax' top level warnings ...Matt S Trout2010-01-108-12/+147
* 2.024paul2010-01-1058-3321/+894
* [perl #71948] Documentation error for (*MARK)Philip Hazel2010-01-101-2/+1
* Update skip count in perlio.t.Craig A. Berry2010-01-091-1/+1
* PL_sv_serial only exists ifdef DEBUG_LEAKING_SCALARSDavid Mitchell2010-01-091-0/+2
* Update Archive-Extract to cpan version 0.38Chris Williams2010-01-093-8/+22
* fix for [perl #66108] Leaked scalarsDavid Mitchell2010-01-081-1/+4
* reset sv_serial for each new interpreterDavid Mitchell2010-01-081-0/+1
* in perl_clone() move common code outside ifdef/else blocksDavid Mitchell2010-01-081-25/+4
* in perl_clone() shuffle some ifdefs about a bitDavid Mitchell2010-01-081-11/+14
* unify #ifdef indent on both sides of PERL_IMPLICIT_SYS in perl_clone()David Mitchell2010-01-081-3/+3
* include sv_debug_serial field in debugging outputDavid Mitchell2010-01-082-4/+8
* Avoid race conditions with files in /tmp, by explicitly checking dev & inode.Nicholas Clark2010-01-071-15/+19