summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update perlhist for Perl 5.19.4v5.19.4Steve Hay2013-09-201-0/+1
* Finalize perldeltaSteve Hay2013-09-201-16/+42
* Update Module::CoreList for Perl 5.19.4Steve Hay2013-09-204-79/+264
* Update RMG - Bump Module::CoreList* $VERSIONs soonerSteve Hay2013-09-201-37/+17
* Fix line nums when multiline ${expr} spans here-docFather Chrysostomos2013-09-202-1/+11
* Fix parser buffer corruption with multiline *{...}Father Chrysostomos2013-09-202-7/+22
* perldelta - Wrap to 79 columnsSteve Hay2013-09-201-3/+3
* perldelta for the prev. commitFather Chrysostomos2013-09-191-0/+6
* Don’t free initial src from @INC sub too earlyFather Chrysostomos2013-09-192-1/+13
* perldelta - A couple of corrections and tweaksSteve Hay2013-09-201-7/+6
* corelist.pl - Update RMG to reflect recent changesSteve Hay2013-09-201-20/+8
* corelist.pl - Prefer more recent versions where many have the same deltaSteve Hay2013-09-201-4/+6
* corelist.pl - Put the new utilities delta section in placeSteve Hay2013-09-201-0/+19
* corelist.pl - Fix make_coreutils_delta()Steve Hay2013-09-201-4/+4
* corelist.pl - Various tidy-upsSteve Hay2013-09-201-13/+9
* corelist.pl - Apply BinGOs's commit "Two" at updating Utils.pmSteve Hay2013-09-201-1/+34
* corelist.pl - Apply BinGOs's "First stab" at updating Utils.pmSteve Hay2013-09-201-0/+32
* corelist.pl - Correct the indentation of %delta's 'removed' entriesSteve Hay2013-09-201-1/+1
* corelist.pl - Improve the updating of %delta and %deprecatedSteve Hay2013-09-201-0/+2
* corelist.pl - Fix the updating of %releasedSteve Hay2013-09-201-1/+1
* Teach configure.com about Perl_drand48 and friends.Craig A. Berry2013-09-191-52/+9
* Add newline to new switchd test for VMS.Craig A. Berry2013-09-191-2/+2
* Upgrade CPAN::Meta from version 2.132510 to 2.132620Steve Hay2013-09-1913-49/+37
* perldelta - 'nonexistent' should be 'non-existent'Steve Hay2013-09-191-9/+9
* perldelta - Remove all but one XXX noticesSteve Hay2013-09-191-158/+0
* perldelta - Fill in currently remaining TODO itemsSteve Hay2013-09-191-8/+20
* perldelta - Update entry for b29f65fce6Steve Hay2013-09-191-1/+10
* perldelta for 3428cdc0d3Steve Hay2013-09-191-0/+7
* perldelta - More copy-editingSteve Hay2013-09-191-28/+28
* perldelta - Un-TODO 9c7618beSteve Hay2013-09-191-1/+0
* Add a USING_MSVC6 macro to identify Microsoft Visual C++ 6.0Steve Hay2013-09-194-10/+11
* Remove Cwd from the "actually architecture dependant files" special cases.Nicholas Clark2013-09-191-1/+0
* Added is_core(), which returns true if the module was/is in coreNeil Bowers2013-09-197-2/+121
* Remove 4 redundant #undefs, missed by commit 79be8fb4ac8fa995.Nicholas Clark2013-09-191-7/+0
* perldelta for 88e3936f.Craig A. Berry2013-09-181-1/+5
* Fix the VC6 build on Windows following commit e25d460c74Steve Hay2013-09-181-0/+3
* Update win32/config_H.[gv]c canned configuration filesSteve Hay2013-09-182-32/+36
* Add Toby Inkster to AUTHORSFather Chrysostomos2013-09-181-0/+1
* Exclude perlfaq1, perlglossary, etc from the list of pragmata - these just po...Toby Inkster2013-09-181-2/+6
* Really fix precedence problem in IO::Socket::connect() from 80d2c56d79Steve Hay2013-09-181-1/+1
* perldelta - Correction to new slice syntaxSteve Hay2013-09-181-1/+1
* Make changes_between() in Module::CoreList API the same as the other functionsChris 'BinGOs' Williams2013-09-182-1/+7
* Fix precedence problem in IO::Socket::connect() from 80d2c56d79Steve Hay2013-09-181-1/+1
* Merge branch 'hugmeir/disallow_cntrl' into bleadBrian Fraser2013-09-1813-98/+309
|\
| * toke.c, scan_ident: No need for a while loop when using PEEKSPACEBrian Fraser2013-09-181-3/+3
| * toke.c, scan_ident(): use PEEKSPACE() to skip over whitespace.Brian Fraser2013-09-184-11/+125
| * toke.c, S_scan_ident(): Don't take a "end of buffer" argument, use PL_bufendBrian Fraser2013-09-184-20/+21
| * [perl #119123] disallow literal control character variablesBrian Fraser2013-09-188-13/+93
| * toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs.Brian Fraser2013-09-182-4/+23
| * Reworked t/base/lex.t to use less hardcoded test numbers.Brian Fraser2013-09-181-62/+59
|/