summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add new release to perlhistv5.13.2Matt S Trout2010-06-221-1/+3
* update Module::CoreListMatt S Trout2010-06-223-3/+636
* remove duplicate entry from delta (thanks acme)Matt S Trout2010-06-221-5/+0
* Clarify the entry for "Stashes are now always defined".Nicholas Clark2010-06-221-2/+14
* fixup pod warningsMatt S Trout2010-06-211-11/+11
* Bump the perl version in various places for 5.13.2Matt S Trout2010-06-2122-128/+128
* version bump for B::t::OptreeCheck and add to deltaMatt S Trout2010-06-212-2/+3
* version bump for File::Copy and add change to deltaMatt S Trout2010-06-212-1/+6
* bump versions on VMS::DCLsym, mro, Search::Dist and UNIVERSAL and delta them ...Matt S Trout2010-06-215-4/+8
* version bump for B::Concise and add change to deltaMatt S Trout2010-06-212-1/+6
* bump threads.pm versionMatt S Trout2010-06-211-1/+1
* version bump for IO::Socket and add change to deltaMatt S Trout2010-06-212-1/+5
* version bump for B::Deparse and add change to deltaMatt S Trout2010-06-212-1/+5
* most of the perldelta for 5.13.2Matt S Trout2010-06-211-115/+181
* document missing space after regex pattern in perldeltaDavid Golden2010-06-181-1/+3
* Deprecate no space between pattern, following wordKarl Williamson2010-06-183-2/+27
* Fix list of constants to import to make this test passRafael Garcia-Suarez2010-06-181-1/+1
* * FAQ syncbrian d foy2010-06-177-293/+332
* Avoid warnings with undefined hash values [perl #74280]Rafael Garcia-Suarez2010-06-171-1/+2
* Deparse correctly "no VERSION" [perl #75482]Rafael Garcia-Suarez2010-06-171-2/+2
* Avoid compiler warnings in Perl_foldEQ_utf8, spotted by Jerry D. Hedden.Nicholas Clark2010-06-171-2/+6
* Avoid creating @EXPORT_FAIL in every package using Exporter.Nicholas Clark2010-06-171-4/+7
* PERL_IMPLICIT_SYS also needs thread context for safesysfree()Nicholas Clark2010-06-171-2/+2
* Stop using WITH_THR and WITH_THX, as they were never necessary here.Nicholas Clark2010-06-162-4/+4
* PERL_IMPLICIT_SYS also needs thread context for the *alloc success paths.Nicholas Clark2010-06-161-6/+10
* In Perl_safesys{c,m,re}alloc(), defer dTHX for non-DEBUGING builds.Nicholas Clark2010-06-151-10/+31
* Attempt at improving the perlipc docsMaik Hentsche2010-06-152-1/+43
* Revert "It may not be obvious to a new Perl programmer that $#ary is explaine...Rafael Garcia-Suarez2010-06-151-5/+0
* uc(): Handle Greek YPOGEGRAMMENIKarl Williamson2010-06-152-27/+37
* t/uni/case.pl: allow extra tests of different formKarl Williamson2010-06-154-6/+14
* Add support for more TCP_ constants to SocketSalvador Fandino2010-06-152-2/+17
* Remove debugging statement from mktables.Karl Williamson2010-06-151-1/+0
* It may not be obvious to a new Perl programmer that $#ary is explained in per...Sinan Unur2010-06-151-0/+5
* usemymalloc slows down newer openbsd [perl #75742]Rafael Garcia-Suarez2010-06-151-2/+6
* Rename copyright section of Module::CoreList to LICENSE, fixes for my kwalite...Chris 'BinGOs' Williams2010-06-141-1/+1
* Update CPAN.pm to 1.94_57Andreas J. Koenig2010-06-146-14/+47
* Note why pp_tie can't use call_method() for a package name.Nicholas Clark2010-06-142-2/+12
* Merge flags and argc parameters to S_tied_handle_method().Nicholas Clark2010-06-133-12/+18
* In S_tied_handle_method() default to mortalizing extra arguments.Nicholas Clark2010-06-133-11/+22
* Add a gimme parameter to S_tied_handle_method().Nicholas Clark2010-06-133-18/+15
* Change S_tied_handle_method() to varargs to allow extra SV parameters.Nicholas Clark2010-06-134-51/+55
* Merge simple tied handle method calls into S_tied_handle_method().Nicholas Clark2010-06-134-24/+30
* For tied file handle calls, use PUSH* when we know that the stack has space.Nicholas Clark2010-06-131-11/+11
* Remove unecessary EXTEND()s from pp_sys.cNicholas Clark2010-06-131-7/+7
* In pp_eof, ensure stack space for the second argument to the tied EOF method.Nicholas Clark2010-06-131-0/+1
* remove trailing spaces in perlvar.podDavid Golden2010-06-121-18/+18
* Link to perlport/PLATFORMS from the $^O docsÆvar Arnfjörð Bjarmason2010-06-121-3/+5
* Fix edge case in pp_eof where the stack extent was not checked.Nicholas Clark2010-06-121-4/+8
* Fix edge cases in pp_getc and pp_tell where the stack extent was not checked.Nicholas Clark2010-06-121-0/+5
* Better diagnostics on detecting case sensitive file name clashes.Nicholas Clark2010-06-121-1/+2