summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let's be consistentv5.25.9Abigail2017-01-201-1/+1
* Add perlhist entry for the 5.25.9 releaseAbigail2017-01-201-0/+1
* Acknowledgements for perldeltaAbigail2017-01-201-3/+28
* More work on perldelta:Abigail2017-01-201-44/+82
* Fix typo in the name the .pm file is generated from.Abigail2017-01-201-1/+1
* Update Module::CoreList for 5.25.9Abigail2017-01-203-2/+45
* More perldelta entriesAbigail2017-01-201-0/+16
* Work on perldeltaAbigail2017-01-201-222/+78
* Make an entry for the deprecation of certain string delimiters.Abigail2017-01-201-0/+28
* Typo fix: one of the =head2's should have been a =head3Abigail2017-01-201-1/+1
* util.c: Allow C backtrace to compile under threadsKarl Williamson2017-01-191-1/+1
* toke.c: Refactor part of tr// handling, mostly for EBCDICKarl Williamson2017-01-191-30/+86
* toke.c: Avoid work if tr/a-b/foo/Karl Williamson2017-01-191-0/+8
* toke.c: Avoid work for tr/a-a/.../Karl Williamson2017-01-192-2/+18
* toke.c: Save a branchKarl Williamson2017-01-191-3/+5
* toke.c: Add, clarify some comments, white-spaceKarl Williamson2017-01-191-69/+67
* perlebcdic: Rmv obsolete text about 'use encoding'Karl Williamson2017-01-191-3/+0
* perlop: Remove obsolete textKarl Williamson2017-01-191-5/+2
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-195-41/+88
* pp_ctl.c: false/true --> FALSE/TRUECraig A. Berry2017-01-191-2/+2
* [perl #129377] don't read past start of string for unmatched backrefHugo van der Sanden2017-01-192-5/+21
* (perl #129342) test for buffer overflowTony Cook2017-01-191-0/+7
* [perl #129342] ensure range-start is set after error in tr///Hugo van der Sanden2017-01-191-2/+2
* perldelta for 86191aed6f09Tony Cook2017-01-191-0/+6
* (perl #129125) copy form data if it might be freedTony Cook2017-01-192-1/+36
* (perl #126228) partly revert 8cc95fdb and fix a3c8358cTony Cook2017-01-196-6/+6
* APItest/t/handy.t: Skip some tests on EBCDICKarl Williamson2017-01-181-0/+3
* APItest/t/handy.t: Use more mnemonic variable namesKarl Williamson2017-01-181-40/+40
* Remove obsolete (PL_)statcache mentions in commentsDagfinn Ilmari Mannsåker2017-01-182-2/+2
* Avoid deprecation message.Abigail2017-01-171-1/+1
* Avoid triggering a deprecation warnings.Abigail2017-01-171-1/+7
* Avoid deprecation warning.Abigail2017-01-172-2/+2
* add S_process_optree() function to op.cDavid Mitchell2017-01-171-42/+48
* perldelta for 254707bJames E Keenan2017-01-171-0/+4
* Updates CPAN.pm to ANDK/CPAN-2.16-TRIAL2.tar.gzAndreas Koenig2017-01-1710-39/+132
* davem's perldelta entries for 5.25.9 so farDavid Mitchell2017-01-171-1/+6
* (perl #129149) fix the test so skip has a SKIP: to work withTony Cook2017-01-171-0/+1
* warn at most once per literal about misplaced _Zefram2017-01-172-26/+51
* perldelta for bf4a926a2937Tony Cook2017-01-171-0/+7
* (perl #129149) avoid a heap buffer overflow with pack "W"...Tony Cook2017-01-172-2/+13
* perldelta for 02c161ef974fTony Cook2017-01-171-0/+7
* perldelta: Fix typoKarl Williamson2017-01-161-1/+1
* Mention changed deprecation messages in perldelta.Abigail2017-01-161-2/+97
* There's an objection to fatalizing jumping into a construct.Abigail2017-01-165-31/+6
* Use of $* and $# will be fatal in 5.30.Abigail2017-01-165-24/+53
* Revert "Remove deprecation warnings related to $* and $#."Abigail2017-01-165-44/+101
* Revert "Fix mentioning of C<$#>."Abigail2017-01-161-1/+1
* Mention $! vs $^E in pod/perlport.podAbigail2017-01-161-0/+23
* Update an old email address of mineAbigail2017-01-161-1/+1
* String bitwise operators will not accept code points > 0xFF in 5.28Abigail2017-01-165-13/+23