This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-10-26 Yves Ortonfix a very subtle hash ordering dependency in op/smartkve.t
2012-10-26 Yves Ortonfix hash key ordering dependency in t/op/defins.t
2012-10-26 Father Chrysostomosperl5180delta: List mods broken by padlist changes
2012-10-26 Reini UrbanRe-enable static op allocation with obslab
2012-10-26 Daniel Draganoptimize memory wrap croaks, often used in MEM_WRAP_CHECK
2012-10-26 Father Chrysostomos[perl #115440] Fix various leaks with fatal FETCH
2012-10-26 Ruslan Zakirovtest memory leaks around magic get dieing
2012-10-25 Karl Williamsontoke.c: Avoid unnecessary uninitialized value msgs
2012-10-25 Karl Williamsoncharnames pod: Note that \N{} doesn't accept interpolat...
2012-10-24 Ricardo Signesadd missing closing parens to documentation
2012-10-24 Karl Williamsontest.pl: Fix description of how PREFIX works
2012-10-24 Karl Williamsoncharnames.t: Add names for some tests
2012-10-24 Karl Williamsontest.pl: Allow NAME to be used with --FILE--
2012-10-24 Karl WilliamsonMake \N{unknown char} a syntax error
2012-10-24 Karl Williamsoncharnames.t: Fix erroneous interpolation of \N{}
2012-10-24 Karl Williamsontoke.c: Indent properly
2012-10-24 Karl Williamsonregcomp.c: White-space only; no code changes
2012-10-24 Karl Williamsonregcomp.c: Remove dead code
2012-10-24 Karl Williamsonregexec.c: Nano optimization: reverse 'if' order
2012-10-24 Karl Williamsonregexec.c: Remove dead code
2012-10-24 Karl Williamsonregexec.c: Add/modify NOTREACHED asserts.
2012-10-24 Karl Williamsonregexec.c: Silence compiler warning
2012-10-23 Jesse Luehrsfork() should return undef on failure, even in list...
2012-10-22 Steffen MuellerMove more X's off the PUSH into EXTEND's
2012-10-22 Steffen Muellerext/re: Optimize XPUSH's to EXTEND(), PUSH,...
2012-10-22 Steffen MuellerData::Dumper: Optimize XPUSH's to EXTEND(), PUSH,...
2012-10-22 Steffen MuellerPushing to stack after EXTEND doesn't require *X*PUSH
2012-10-21 Chris 'BinGOs... Update CPANPLUS-Dist-Build to CPAN version 0.64
2012-10-21 Chris 'BinGOs... Synchronilise Module-CoreList in Maintainers.pl with...
2012-10-21 Craig A. BerryProper skippage for sanity check in B::Deparse's core.t.
2012-10-21 Dagfinn Ilmari... PATCH: [perl #115242] Test
2012-10-21 Karl WilliamsonPATCH: [perl #115242]: /m and regex optimizer bug.
2012-10-20 Karl Williamsonperlapi.pod: Clarify what a parameter means
2012-10-20 Karl Williamsonfold_grind.t: Set $| if debugging
2012-10-20 Karl WilliamsonAdd comment
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Move code to subroutine
2012-10-20 Karl Williamsonmktables: Don't generate no-longer needed tables
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: White-space only; no code...
2012-10-20 Karl Williamsonregen/mk_PL_charclass.pl: Generate our own tables for...
2012-10-20 Karl Williamsonregen/mk_invlists.pl: Generate our own tables for certa...
2012-10-20 Craig A. BerryExclude signal-related symbols on VMS without home...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Generate better code for some...
2012-10-20 Karl Williamsonregen/regcharclass.pl: White-space only; no code changes
2012-10-20 Karl Williamsonregen/regcharclass.pl: Refactor a 'return' slightly
2012-10-20 Craig A. BerryTweak psect attributes in VMS initialization code.
2012-10-20 Craig A. BerryShorten command length when generating linker options...
2012-10-20 Florian RagwitzAdd epigraph link for 5.17.5
2012-10-20 Florian RagwitzMerge branch 'post-release-5.17,5' into blead
2012-10-20 Yves Ortonfix off-by-one error in key detection logic for uniniti...
2012-10-20 Yves Ortonadd a TODO test for uninitialized warning hash bucket...
2012-10-19 Craig A. BerryNote CPAN upgrade in perldelta.
2012-10-19 Craig A. BerryUdate CPAN to CPAN version 1.99_51
2012-10-19 Karl Williamsonregexec.c: regrepeat() change default: handling
2012-10-19 Karl Williamsonregex: Make \R simple again.
2012-10-19 Florian RagwitzBump the version to 5.17.6
2012-10-19 Karl Williamsonregexec.c: Fix bugs in regrepeat()
2012-10-19 Karl Williamsonperlre: grammar, typo
2012-10-19 Florian RagwitzAdd a new perldelta
2012-10-19 Florian RagwitzAdd the 5.17.5 epigraph
2012-10-19 Florian RagwitzAdd 5.17.5 to perlhist v5.17.5
2012-10-19 Florian RagwitzUpdate Module::CoreList for 5.17.5
2012-10-19 Florian RagwitzFinalise perldelta
2012-10-19 Florian RagwitzCorrect a version number in perl5180delta
2012-10-19 Florian RagwitzPerldelta up to 1443c94
2012-10-19 Florian Ragwitz5.14.3 has been released
2012-10-19 David Mitchellregmatch(): fix out bounds array access
2012-10-19 David Mitchellregmatch(): add asserts for legal values of nextchr
2012-10-18 Karl Williamsonregcomp.c: Use unlikely initialization value; not 0
2012-10-18 rurban@cpanel.netPATCH: [perl #115342] Properly initialize S_regclass...
2012-10-18 Karl Williamsonutfebcdic.h: white space only
2012-10-17 Daniel Draganadd PERL_CALLCONV_NO_RET to perlhost.h's PerlProcExit...
2012-10-17 Niko TyniRemove unnecessary overrides in gnukfreebsd and gnuknet...
2012-10-17 Andy Doughertyavoid calling memset with a negative count
2012-10-17 Daniel Draganwin32_freeenvironmentstrings: convert nonpublic exporte...
2012-10-17 Father Chrysostomosperldelta for #115260
2012-10-17 Father ChrysostomosUsed pad name lists for pad ids
2012-10-17 Karl Williamsonregcomp.c: Silence compiler warning
2012-10-17 Karl Williamsonregex: \R can match either 1 or 2 chars
2012-10-17 Karl Williamsonregcomp.c: Pass NULL instead of &dummy to function
2012-10-17 Karl Williamsonregcomp.c, regexec.c: Comments only; no code changes
2012-10-17 Karl Williamsonregexec.c: White-space only; no code changes
2012-10-17 Karl Williamsonregexec.c: Tighten loops in regrepeat()
2012-10-17 Karl Williamsonregexec: Do less work on quantified UTF-8
2012-10-17 Karl Williamsonutf8.h: Add guard against recursive #include
2012-10-17 Karl Williamsonregen/regcharclass.pl: Change name of generated macro
2012-10-17 Karl Williamsonregexec.c: Change variable name
2012-10-17 Karl Williamsonregexp.h: Update comments
2012-10-16 Father Chrysostomos[perl #115260] Stop length($obj) from returning undef
2012-10-16 Father Chrysostomos[perl #96230] Stop s/$qr// from reusing last pattern
2012-10-16 Father Chrysostomosperlδ up to the present
2012-10-16 Steffen Muellercpan: Upgrade AutoLoader to 5.73
2012-10-16 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.024
2012-10-16 Chris 'BinGOs... Sync Module-CoreList in Porting/Maintainers.pl with...
2012-10-16 Father Chrysostomosperlδ up to 40f316a72b
2012-10-16 Father ChrysostomosMake PerlIO::encoding handle cows
2012-10-16 Father ChrysostomosPrune some dead code in pp.c:pp_undef
2012-10-15 Father ChrysostomosMake PerlIO::encoding even more resilient to moving...
2012-10-15 Steve HayBump $Win32CORE::VERSION following commit 35f601d964
2012-10-15 Daniel Draganhave Win32CORE use ALIAS/XSANY
next