This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-09-24 Karl Williamsonperl.h: Don't pollute global namespace
2013-09-24 Karl WilliamsonMake typedef fully typedef
2013-09-24 Karl Williamsonregcomp.h: Create new typedef synonym for clarity
2013-09-24 Karl Williamsonregcomp.h: Parenthesize macro formal parameter
2013-09-24 Karl Williamsonregcomp.h: Add better named synonyms
2013-09-24 Karl Williamsonregcomp.c: Clarify comment
2013-09-24 Karl Williamsonregcomp.h: Move #define
2013-09-24 Karl Williamsonregcomp.c: Change names of some static functions
2013-09-24 Karl Williamsonregcomp.c: Rework static function call; comments
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl Williamsonregcomp.c: Use PL_sv_undef instead of NULL in an AV
2013-09-24 Karl WilliamsonAdd regnode struct for synthetic start class
2013-09-24 Karl Williamsonregcomp.c: Move a #define, add a similar one
2013-09-24 Karl WilliamsonAdd inversion list for U+80 - U+FF
2013-09-24 Karl Williamsonregcomp.c: Extract code into separate function
2013-09-24 Karl Williamsonregcomp.c: Remove redundant matching possibilities
2013-09-24 Karl Williamsonregcomp.c: Centralize assignment
2013-09-24 Karl Williamsonperlreguts: Bring up-to-date
2013-09-24 Karl Williamsonperlreguts.pod: Nits
2013-09-24 Karl Williamsonregcomp.c: Convert another I32 to SSize_t
2013-09-24 Brian FraserConsistently use __sun to identify SunOS
2013-09-24 Brian Fraserperl.h: Comment was mistakenly passed to the preprocessor
2013-09-24 Brian Fraserperl.h: STMT_START/END don't need a special case for...
2013-09-24 Brian FraserRemoved the define for FCALL
2013-09-23 Neil Bowers[PATCH] Fixed bug where is_core assumed linear release...
2013-09-23 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.78
2013-09-23 Ricardo Signesdocument fixing of #119927 (localizing $\) in 5.18.0
2013-09-23 Steve HayUpgrade podlators from 2.5.1 to 2.5.2
2013-09-21 Father ChrysostomosAnother faulty padrange assumption
2013-09-21 Father Chrysostomosperl5200delta: Remove Data::Alias from Known Problems
2013-09-21 Father ChrysostomosRemove bad assertion in gv.c:newGP
2013-09-21 Father Chrysostomosperl5194delta: Link to % slice docs in perldata
2013-09-21 Brian FraserTest that ${foo{bar}} and ${\nfoo{bar}} mean the same...
2013-09-21 Brian FraserUp the version of File::Spec from 3.44 to 3.45
2013-09-21 Steve HayUpgrade autodie from version 2.21 to 2.22
2013-09-21 Brian FraserRemoved the ifdefs for INCOMPLETE_TAINTS
2013-09-21 Brian FraserRemoved the define for ISHISH
2013-09-21 Brian FraserRemoved an ifdef for IS_UTF8_CHAR in utf8.c
2013-09-21 Brian FraserRemoved HAS_SOCKET__bad_code_maybe
2013-09-21 Brian FraserRemoved the use of SPARC64_GCC_WORKAROUND
2013-09-21 Brian FraserReplaced the last use of HAS_GNULIBC with __GLIBC__
2013-09-21 Brian FraserRemoved DUMP_FDS and dump_fds()
2013-09-21 Brian FraserRemoved the ifdefs for BUGGY_MSC and BUGGY_MSC6
2013-09-21 Brian FraserReplaced an ifdef for sv_dup with USE_ITHREADS
2013-09-21 Brian Fraserperl.h: Always unconditionally include sys/types.h
2013-09-21 Brian FraserRemoved OP_IN_REGISTER and related defines.
2013-09-21 Brian FraserRemoved the ifdefs for __SC__ in toke.c
2013-09-21 Brian FraserRemoved the ifdef & define for VDf
2013-09-21 Brian FraserRemoved the ifdef for FPUTS_BOTCH
2013-09-21 Brian FraserRemove the ifdefs for ULTRIX_STDIO_BOTCH
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 v5.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
next