summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update perlhist for 5.19.10v5.19.10Aaron Crane2014-03-201-0/+1
* Finalise perldelta for 5.19.10Aaron Crane2014-03-201-256/+126
* Update Module::CoreList for 5.19.10Aaron Crane2014-03-204-10/+138
* Porting/corelist-perldelta.pl: fix bug with 5.*.10 releasesAaron Crane2014-03-201-3/+18
* Porting/corelist-perldelta.pl: fix minor POD errorAaron Crane2014-03-201-0/+1
* Porting/corelist-perldelta.pl: fix typo in error messageAaron Crane2014-03-201-1/+1
* Upgrade Devel::PPPort from 3.21 to 3.22Aaron Crane2014-03-2011-12/+317
* Update perldelta for recent core changesAaron Crane2014-03-201-3/+79
* ExtUtils-Install-1.63 has been released to CPANAaron Crane2014-03-201-1/+1
* The linux hints file should only look for -lgdbm_compat if -lgdbm is wanted.Nicholas Clark2014-03-201-1/+5
* sync-with-cpan: allow digits after -TRIALRicardo Signes2014-03-201-2/+2
* hv.h: tweak comment about HvAUX preallocation for large hashesAaron Crane2014-03-201-1/+3
* Upgrade CPAN from 2.03-TRIAL to 2.04-TRIALAaron Crane2014-03-2013-126/+553
* [MERGE] audit anchoring in re_intuit_start()David Mitchell2014-03-192-44/+65
|\
| * re_intuit_start(): move comments abut IMPLICITDavid Mitchell2014-03-191-9/+9
| * re_intuit_start(): don't unset MBOL on uselessnessDavid Mitchell2014-03-191-9/+0
| * re_intuit_start(): change definition of ml_anchDavid Mitchell2014-03-191-8/+5
| * re_intuit_start(): check for IMPLICIT in abs anchDavid Mitchell2014-03-191-14/+3
| * re_intuit_start(): check for IMPLICIT in stclassDavid Mitchell2014-03-191-3/+4
| * re_intuit_start(): use better limit on anch floatDavid Mitchell2014-03-192-10/+30
| * re_intuit_start(): do 'not at start' check on BOLDavid Mitchell2014-03-191-6/+25
| * re_intuit_start(): reduce scope of /^...$/m testDavid Mitchell2014-03-192-6/+7
| * re_intuit_start(): change !ml_anch debugging msgDavid Mitchell2014-03-191-2/+1
| * re_intuit_start(): don't set ml_anch on BOLDavid Mitchell2014-03-192-3/+7
|/
* Porting/sync-with-cpan: allow "-TRIAL" version numbersAaron Crane2014-03-191-2/+2
* Merge the refactoring of Perl_do_openn() to blead.Nicholas Clark2014-03-199-137/+291
|\
| * In Perl_nextargv(), move variable declarations into the blocks that use them.Nicholas Clark2014-03-191-8/+8
| * Simplify the code in Perl_nextargv().Nicholas Clark2014-03-191-21/+26
| * Change core uses of Perl_do_openn() to Perl_do_open6() or Perl_do_open_raw().Nicholas Clark2014-03-194-15/+17
| * Split Perl_do_openn() into Perl_do_open_raw() and Perl_do_open6().Nicholas Clark2014-03-194-11/+65
| * Extract the cleanup code of Perl_do_openn() into S_openn_cleanup().Nicholas Clark2014-03-195-2/+42
| * Extract the setup code of Perl_do_openn() into S_openn_setup().Nicholas Clark2014-03-194-19/+51
| * In Perl_do_openn(), disambiguate the two separate uses of the variable fd.Nicholas Clark2014-03-191-8/+9
| * In Perl_do_openn(), move the variable result into the block that uses it.Nicholas Clark2014-03-191-30/+35
| * Perl_do_openn() doesn't need to set num_svs and svp.Nicholas Clark2014-03-191-19/+20
| * Perl_do_openn() should call PerlIO_openn() with arg NULL if narg is 0.Nicholas Clark2014-03-191-1/+1
| * In Perl_do_openn(), move {in,out}_{raw,crlf} into the !as_raw block.Nicholas Clark2014-03-191-11/+11
| * Tests that warnings are emitted if in-place edit fails to open a pathname.Nicholas Clark2014-03-191-6/+20
|/
* Fix minor inaccuracy in the release manager's guideAaron Crane2014-03-181-1/+1
* Upgrade Digest-SHA from 5.87 to 5.88Aaron Crane2014-03-188-54/+100
* Porting/todo.pod: Use F<> instead of C<>Karl Williamson2014-03-181-1/+1
* mktables: In-line defns for tables up to 3 rangesKarl Williamson2014-03-182-2/+2
* mktables: Remove obsolete sort constraintKarl Williamson2014-03-181-8/+6
* mktables: Add comments, reorder a gen'd fileKarl Williamson2014-03-181-7/+12
* mktables: White-space onlyKarl Williamson2014-03-181-9/+9
* utf8_heavy.pl: Change data structure for in-lined definitionsKarl Williamson2014-03-183-17/+44
* mktables: Fix overlooked in-line table defns codeKarl Williamson2014-03-181-1/+7
* Add support for test.valgrind parallel testingMatthew Horsfall (via RT)2014-03-183-7/+26
* Merge perllexwarn.pod into warnings.pmRicardo Signes2014-03-1814-706/+1131
|\
| * regenerate warnings.pmRicardo Signes2014-03-181-14/+586