summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updated CPAN path for Module::CoreList in Maintainers.plChris Williams2009-11-181-1/+1
* Fix minor typo in commentLeon Brocard2009-11-181-1/+1
* Skip the scope name checks if PL_scopestack_name is NULL.Nicholas Clark2009-11-181-4/+7
* PL_scopestack_name needs to be present, -DDEBUGGING or not.Nicholas Clark2009-11-181-3/+3
* Update CPANPLUS::Dist::Build to cpan version 0.44Chris Williams2009-11-183-13/+18
* Correct the arguments to MBTest->tmpdir() to reflect implementation changes.Nicholas Clark2009-11-181-1/+1
* Updated Module::Build to 0.35_08David Golden2009-11-1879-1558/+4256
* Typo fixAbigail2009-11-171-1/+1
* Correctly check that functions flagged as documented do have documentation.Nicholas Clark2009-11-171-1/+1
* Correct the flags for 3 functions that don't actually have documentation.Nicholas Clark2009-11-171-3/+3
* Remove dead preprocessor code from toke.cJan Dubois2009-11-161-13/+0
* Fix crash in refactored lexer internalsJan Dubois2009-11-161-1/+1
* add op class assertions to newXXXOP functionsGerard Goossen2009-11-161-0/+37
* Document SIGPIPE when printing to closed socketDavid Golden2009-11-161-0/+3
* Patches to Encode 2.38 to match current test layoutJesse Vincent2009-11-163-12/+0
* Updated Encode to CPAN release 2.38Jesse Vincent2009-11-1624-66/+135
* Update CPANPLUS::Dist::Build to cpan version 0.42Chris Williams2009-11-153-3/+3
* Update IPC::Cmd to cpan version 0.54Chris Williams2009-11-152-7/+6
* Inline PL_no_symref_sv into its users. Deprecate the visible global variable.Nicholas Clark2009-11-152-4/+9
* Inline PL_no_symref into pp_entersub. Deprecate the visible global variable.Nicholas Clark2009-11-153-3/+4
* lexer APIZefram2009-11-1513-312/+941
* Make the style of pad_add_name's flags consistent with pad_new's and pad_tidy's.Nicholas Clark2009-11-153-12/+12
* Change S_pad_check_dup()'s arguments from char*/STRLEN to SV *.Nicholas Clark2009-11-154-19/+12
* Convert pad_check_dup() to static linkage, and call it from Perl_pad_add_name().Nicholas Clark2009-11-156-22/+31
* Refactor common code paths from Perl_pad_add_name() into S_pad_add_name_sv().Nicholas Clark2009-11-155-57/+78
* Change perl -v version formatDavid Golden2009-11-142-4/+8
* Performance optimisation in assert, suggested by Tim BunceRafael Garcia-Suarez2009-11-151-1/+3
* Teach B::Deparse about in-place reverseVincent Pit2009-11-153-6/+22
* Updated File::Fetch to cpan version 0.22Chris Williams2009-11-143-3/+5
* Include legacy.t in the maintainance listRafael Garcia-Suarez2009-11-141-1/+1
* POD fixes and typosRafael Garcia-Suarez2009-11-141-10/+7
* add code for Unicode semantics for non-utf8 latin1 charsKarl Williamson2009-11-147-143/+972
* Update to Scalar-List-Utils-1.22 from CPANGraham Barr2009-11-1411-17/+68
* Revert core fixes for IO-Compress following IO-Compress updateSteve Hay2009-11-142-6/+2
* [PATCH] IO-Compress 2.022Paul Marquess2009-11-1434-66/+78
* Support $! stringification of socket error codes on Windows.Jan Dubois2009-11-132-8/+15
* Fix compiler warning:Jerry D. Hedden2009-11-131-1/+1
* Fix compiler warnings:Jerry D. Hedden2009-11-131-5/+5
* Fix compiler warnings:Jerry D. Hedden2009-11-131-2/+2
* Fix compiler warning:Jerry D. Hedden2009-11-131-1/+1
* Fix compiler warning:Jerry D. Hedden2009-11-131-1/+1
* Updated IPC::Cmd to cpan release 0.52Chris Williams2009-11-132-6/+96
* Test for a bug in sort where the elements are freed in the sort block.Gerard Goossen2009-11-131-1/+7
* Refactor and expand unshift.tDaniel Frederick Crisman2009-11-131-6/+61
* [perl #70337] perldiag: localtime(...) too largeFather Chrysostomos2009-11-133-4/+22
* flock() on Windows should set proper errno numbers.Jan Dubois2009-11-121-10/+21
* flock() should return EWOULDBLOCK instead of EAGAIN.Jan Dubois2009-11-121-1/+5
* PL_scopestack_name needs to be copied in perl_clone()Jan Dubois2009-11-121-0/+6
* Make win32_start_child responsible for cleaning all the scopes.Gerard Goossen2009-11-121-1/+1
* 1 is a magic number to C's exit() and Perl_my_exit().Craig A. Berry2009-11-121-2/+8