platform/upstream/perl.git
2013-09-21 Brian FraserRemove an ifdef for the Harris HCX-9 froms sv.c
2013-09-21 Brian FraserRemove HAS_64K_LIMIT
2013-09-21 Brian FraserRemoved an '#ifdef COMMENTARY' in toke.c
2013-09-21 Brian Frasertoke.c: Remove a cargo-culted #undef CLINE
2013-09-21 Brian FraserRemove a '#undef ff_next' remnant from ages past.
2013-09-21 Brian Fraserregcomp.c: Remove the last usage of NO_UNARY_PLUS
2013-09-21 Brian Fraserregcomp.c: Remove a cargo-culted #undef SPSTART
2013-09-21 Brian Fraserregcomp.c: Remove a #undef op
2013-09-21 Brian Fraserregcomp.c: Remove a useless use of I_STDARG
2013-09-21 Chris 'BinGOs... Module::CoreList export %delta and document it
2013-09-21 Ricardo Signestest that $\ is localized and restored even if it was...
2013-09-21 Steve HayRMG - Add a note about merging the release branch back...
2013-09-20 Matthew Horsfall... Optimise if/unless wrt OP_AND/OP_OR/OP_DOR. Also optimi...
2013-09-20 Father Chrysostomos[perl #3112] Stop last from returning values
2013-09-20 Steve Haycorelist.pl - Fix the addition of a new perl release...
2013-09-20 Steve HayPrepare Module::CoreList for 5.19.5 and bump its $VERSION
2013-09-20 Steve HayModule::CoreList 2.99 is now on CPAN
2013-09-20 Steve HayBump version for 5.19.5
2013-09-20 Steve HayAdd new perldelta for 5.19.5
2013-09-20 Steve HayAdd 5.19.4 epigraph
2013-09-20 Steve HayMerge branch 'release-5.19.4' into blead
2013-09-20 Nicholas ClarkUse hv_fetch_ent() instead of hv_fetch() in S_finalize_...
2013-09-20 Steve HayUpdate perlhist for Perl 5.19.4
2013-09-20 Steve HayFinalize perldelta
2013-09-20 Steve HayUpdate Module::CoreList for Perl 5.19.4
2013-09-20 Steve HayUpdate RMG - Bump Module::CoreList* $VERSIONs sooner
2013-09-20 Father ChrysostomosFix line nums when multiline ${expr} spans here-doc
2013-09-20 Father ChrysostomosFix parser buffer corruption with multiline *{...}
2013-09-20 Steve Hayperldelta - Wrap to 79 columns
2013-09-20 Father Chrysostomosperldelta for the prev. commit
2013-09-20 Father ChrysostomosDon’t free initial src from @INC sub too early
2013-09-20 Steve Hayperldelta - A couple of corrections and tweaks
2013-09-19 Steve Haycorelist.pl - Update RMG to reflect recent changes
2013-09-19 Steve Haycorelist.pl - Prefer more recent versions where many...
2013-09-19 Steve Haycorelist.pl - Put the new utilities delta section in...
2013-09-19 Steve Haycorelist.pl - Fix make_coreutils_delta()
2013-09-19 Steve Haycorelist.pl - Various tidy-ups
2013-09-19 Steve Haycorelist.pl - Apply BinGOs's commit "Two" at updating...
2013-09-19 Steve Haycorelist.pl - Apply BinGOs's "First stab" at updating...
2013-09-19 Steve Haycorelist.pl - Correct the indentation of %delta's ...
2013-09-19 Steve Haycorelist.pl - Improve the updating of %delta and %depre...
2013-09-19 Steve Haycorelist.pl - Fix the updating of %released
2013-09-19 Craig A. BerryTeach configure.com about Perl_drand48 and friends.
2013-09-19 Craig A. BerryAdd newline to new switchd test for VMS.
2013-09-19 Steve HayUpgrade CPAN::Meta from version 2.132510 to 2.132620
2013-09-19 Steve Hayperldelta - 'nonexistent' should be 'non-existent'
2013-09-19 Steve Hayperldelta - Remove all but one XXX notices
2013-09-19 Steve Hayperldelta - Fill in currently remaining TODO items
2013-09-19 Steve Hayperldelta - Update entry for b29f65fce6
2013-09-19 Steve Hayperldelta for 3428cdc0d3
2013-09-19 Steve Hayperldelta - More copy-editing
2013-09-19 Steve Hayperldelta - Un-TODO 9c7618be
2013-09-19 Steve HayAdd a USING_MSVC6 macro to identify Microsoft Visual...
2013-09-19 Nicholas ClarkRemove Cwd from the "actually architecture dependant...
2013-09-19 Neil BowersAdded is_core(), which returns true if the module was...
2013-09-19 Nicholas ClarkRemove 4 redundant #undefs, missed by commit 79be8fb4ac...
2013-09-19 Craig A. Berryperldelta for 88e3936f.
2013-09-18 Steve HayFix the VC6 build on Windows following commit e25d460c74
2013-09-18 Steve HayUpdate win32/config_H.[gv]c canned configuration files
2013-09-18 Father ChrysostomosAdd Toby Inkster to AUTHORS
2013-09-18 Toby InksterExclude perlfaq1, perlglossary, etc from the list of...
2013-09-18 Steve HayReally fix precedence problem in IO::Socket::connect...
2013-09-18 Steve Hayperldelta - Correction to new slice syntax
2013-09-18 Chris 'BinGOs... Make changes_between() in Module::CoreList API the...
2013-09-18 Steve HayFix precedence problem in IO::Socket::connect() from...
2013-09-18 Brian FraserMerge branch 'hugmeir/disallow_cntrl' into blead
2013-09-18 Brian Frasertoke.c, scan_ident: No need for a while loop when using...
2013-09-18 Brian Frasertoke.c, scan_ident(): use PEEKSPACE() to skip over...
2013-09-18 Brian Frasertoke.c, S_scan_ident(): Don't take a "end of buffer...
2013-09-18 Brian Fraser[perl #119123] disallow literal control character variables
2013-09-18 Brian Frasertoke.c, S_scan_ident: Skip over newlines as well as...
2013-09-18 Brian FraserReworked t/base/lex.t to use less hardcoded test numbers.
2013-09-18 Nicholas ClarkMerge the cast fixes that enable drand48 to work on...
2013-09-18 Nicholas ClarkUpdate the comment in util.h related to HAS_QUAD and...
2013-09-18 Nicholas ClarkUse U64_CONST() for the drand48 constants that are...
2013-09-18 Nicholas ClarkFor PERL_CORE, don't undefine HAS_QUAD when building...
2013-09-18 Tony Cook[perl #119539] clarify that copy() doesn't create the...
2013-09-18 Tony Cookbump File::Copy's $VERSION
2013-09-18 Tony Cookadd Nathan Glenn to AUTHORS
2013-09-18 Nathan GlennAdded note about directories not being created with...
2013-09-18 Father Chrysostomosperldelta for acb340504/#119501
2013-09-18 Father Chrysostomosperldelta for 650b1534
2013-09-18 Father Chrysostomosperldelta: Two to-dos that don’t deserve mention
2013-09-18 Tony Cookdepend on the new win32 sys/errno2.h header
2013-09-17 Steve HaySort the contents of %Modules in Porting/Maintainers.pl
2013-09-17 Steve Hayperldelta for f1deee3312
2013-09-17 Steve Hayperldelta - Three module upgrades which haven't come...
2013-09-17 Steve HayUse non-dev version number in IO::Socket
2013-09-17 Steve HayUpgrade parent from version 0.227 to 0.228
2013-09-17 Matthew Horsfall... RT-119817 - Treat =back as the end of a warning descrip...
2013-09-17 Steve Hayperldelta - Fill in one more item and add currently...
2013-09-17 Father Chrysostomosperlhack: Make MAINTENANCE BRANCHES a link
2013-09-17 Father Chrysostomos[perl #119501] \(1+2) always referencing the same sv
2013-09-17 Father ChrysostomosRewrap one perldiag entry for better splain output
2013-09-17 Steve HayUpgrade CPAN from version 2.00 to 2.03-TRIAL
2013-09-17 Nicholas ClarkMerge fixes needed to build with 32 bit IVs and HAS_QUA...
2013-09-17 Nicholas ClarkEliminate POPq, POPuq, TOPq, TOPuq, dPOPqv, dTOPqv...
2013-09-17 Nicholas ClarkThe choice of 7 or 13 byte extended UTF-8 should be...
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable 'q' and 'Q' formats...
2013-09-17 Nicholas ClarkUse IVSIZE not HAS_QUAD to enable "long long" formats...
next