summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Break out the file output code from generate_uudmap's main() to allow re-use.Nicholas Clark2009-05-201-29/+32
* In Perl_magic_clearsig(), only call LEAVE if we call ENTER.Nicholas Clark2009-05-201-0/+4
* In Perl_magic_setsig(), clarify the scope of a block that interacts with #ifdef.Nicholas Clark2009-05-191-3/+2
* Document the purpose of PL_psig_ptr and PL_psig_name.Nicholas Clark2009-05-191-1/+5
* Re: [PATCH] Update CPANPLUS::Dist::Build to CPAN version 0.30Chris 'BinGOs' Williams2009-05-191-36/+1
* Pass the output file name to generate_uudmap, and open it within the code,Nicholas Clark2009-05-195-11/+34
* In Perl_yylex(), no need to Newxz() a buffer we immediately write to.Nicholas Clark2009-05-191-1/+1
* In Perl_gv_fetchpvn_flags(), don't re-zero memory from Newxz().Nicholas Clark2009-05-191-3/+13
* In perl_clone_using(), use sv_dup_inc_multiple() to clone the temps stack.Nicholas Clark2009-05-191-6/+3
* Ignore ".output" files, that might be generated by some tests, apparentlyRafael Garcia-Suarez2009-05-191-0/+1
* Update CPANPLUS::Dist::Build to CPAN version 0.30Chris 'BinGOs' Williams2009-05-198-8/+10
* Add S_sv_dup_inc_multiple(), used in place of loops that call sv_dup_inc().Nicholas Clark2009-05-184-11/+47
* Remove old version of Fatal.t test, now moved under lib/autodie/tRafael Garcia-Suarez2009-05-183-44/+0
* In perl_clone_using(), don't use Newxz() for arrays we immediately assign to.Nicholas Clark2009-05-181-2/+2
* In Perl_ptr_table_new(), fight back against the cult of Newxz().Nicholas Clark2009-05-181-1/+1
* Tidy the implementation of Perl_mg_dup().Nicholas Clark2009-05-181-25/+26
* In Perl_mg_dup(), remove a branch by tracking the address to write to instead ofNicholas Clark2009-05-181-6/+4
* In Perl_mg_dup(), the while loop does the NULL check for us already.Nicholas Clark2009-05-181-4/+1
* In Perl_mg_dup(), don't call ptr_table_fetch, as we never call ptr_table_store.Nicholas Clark2009-05-181-4/+0
* Note 2.20 in the changelog.Abhijit Menon-Sen2009-05-181-0/+9
* fix typo in Porting/Maintainers.plDavid Mitchell2009-05-171-1/+1
* add _PERLLIB pseudo-module to Maintainers.pl and update Maintainers.pmDavid Mitchell2009-05-172-18/+264
* add --checkmani option to Porting/MaintainersDavid Mitchell2009-05-171-3/+12
* Upgrade to Parse::CPAN::Meta 1.38Steffen Mueller2009-05-1716-472/+1176
* make Porting/corecpan.pl handle versions hidden in *_pm.PL filesDavid Mitchell2009-05-171-1/+5
* update Porting/corecpan.pl to handle new ext/ structure betterDavid Mitchell2009-05-171-5/+7
* Maintainers.pl: most Compress stuff is now under ext/IO-CompressDavid Mitchell2009-05-171-18/+2
* make Porting/corecpan.pl use the MANIFEST file of every source tree itDavid Mitchell2009-05-171-1/+4
* add reload_manifest() function to Porting/maintainers.pmDavid Mitchell2009-05-171-9/+22
* resort Maintainers.pl module listDavid Mitchell2009-05-171-94/+94
* make corecpan.pl sort case insensitively, so that the module orderDavid Mitchell2009-05-171-3/+3
* tt is a reserved device name on VMSCraig A. Berry2009-05-161-9/+9
* update the head comments in makedef.plDavid Mitchell2009-05-151-2/+26
* make script execution order in regen.pl mostly alphabeticalDavid Mitchell2009-05-151-5/+6
* add lib/overload/numbers.pm to (unused) output file list in regen.plDavid Mitchell2009-05-151-1/+1
* tidy up regen.pl (no functional changes)David Mitchell2009-05-151-3/+22
* make regcomp.pl use the standard foo.h-new naming scheme for tmp filesDavid Mitchell2009-05-151-1/+1
* Add some documentation to the heads of the various *.pl build scriptsDavid Mitchell2009-05-158-7/+119
* WIN32 preprocessor symbols is usually tested with #ifdef, not #ifJan Dubois2009-05-141-1/+1
* Amelioration of the error message "Unrecognized character %s in column %d"Claes Jakobsson2009-05-143-5/+17
* Fix failing autodie test with new smartmatch semantics.Rafael Garcia-Suarez2009-05-141-8/+8
* Move autodie tests in lib/autodie/t, so they are picked up by t/harnessRafael Garcia-Suarez2009-05-1441-40/+40
* pp.c and time64.c don't need to be executableVincent Pit2009-05-142-0/+0
* document Git_DataRicardo SIGNES2009-05-141-0/+15
* Remove remaining POD tags in verbatim paragraphsVincent Pit2009-05-145-36/+35
* do/require don't treat '.\foo' or '..\foo' as "absolute paths" on Windows.Christoph Lamprecht2009-05-133-1/+30
* Merge branch 'smartmatch' into bleadRafael Garcia-Suarez2009-05-138-569/+611
|\
| * Enable more warnings in smart match testsRafael Garcia-Suarez2009-05-132-8/+10
| * Register ~~ operator overloading in its own category in %overload::opsRafael Garcia-Suarez2009-05-121-6/+8
| * Smart matching is to-done.Rafael Garcia-Suarez2009-05-121-49/+0