This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2012-11-01 Steve HayRemove __attribute__malloc__ from MYSWAP functions
2012-10-31 Daniel DraganWin32 miniperl: delay loading for Winsock, and then...
2012-10-31 Steve HayAdd the DynaLoader upgrade to perldelta
2012-10-31 Steve HayUse correct type to avoid a cast added by fe1c5936a5
2012-10-31 Steve HayBump DynaLoader's $VERSION after commit fe1c5936a5
2012-10-31 Daniel Draganconsting in perl.c:S_Internals_V and Win32 DynaLoader
2012-10-30 James E KeenanThree spelling corrections.
2012-10-30 Father Chrysostomosutf8.c: Stop _core_swash_init from leaking
2012-10-30 Father ChrysostomosAllow regexp-to-pvlv assignment
2012-10-30 Father Chrysostomosregcomp.c: Really stop regexp-to-pv assignment from...
2012-10-30 Father ChrysostomosTurn off OK flags when creating a regexp.
2012-10-30 Father Chrysostomossv.c: Drop PV when assigning over regexp
2012-10-30 Father ChrysostomosPrune dead code in sv.c:sv_force_normal_flags
2012-10-30 Father Chrysostomosregcomp.c: Don’t point mother_re to regexp copy
2012-10-28 Father Chrysostomosregcomp.c: Stop regexp-to-pv assignemnt from leaking
2012-10-28 Father Chrysostomossv.c: Fix code-before-declarations
2012-10-28 Father ChrysostomosDon’t crash with $tied[-1] when array is tied to non-obj
2012-10-28 Father ChrysostomosDon’t skip tied EXISTS for negative array indices
2012-10-28 Daniel Draganyyerror->yyerror_pvn in toke.c:S_new_constant
2012-10-28 Daniel Draganrmv a sv_2mortal and unused var in toke.c:Perl_yyerror_pvn
2012-10-28 Father Chrysostomossv.c: Allow blessed cows
2012-10-28 Father Chrysostomossv.c: Remove redundant Sv[INP]OK checks on fbm/regexps
2012-10-28 Father Chrysostomossv.c: Remove redundant sv_force_normal calls from sv_2...
2012-10-28 Father Chrysostomossv.c: !SvLEN does not mean undefined
2012-10-28 Father ChrysostomosStop regexp assignment from clobbering magic
2012-10-28 Father ChrysostomosFix assertion failure with $float = $regexp assignment
2012-10-28 Father Chrysostomossv.c: No need to de-COW COWs on upgrade
2012-10-28 Father ChrysostomosDon’t sv_force_normal in mg.c:S_save_magic
2012-10-27 Craig A. BerryWorkaround for VAX compiler optimizer bug in Digest...
2012-10-27 Craig A. BerryFix use of non-existent bareword filehandle in t/TEST.
2012-10-27 Yves Ortonsilence warning in toke.c charnames support
2012-10-27 Reini UrbanRT #115488 cxstack -1 at nested scan_heredoc
2012-10-27 Father ChrysostomosAllow cow with $magic = $hashkey
2012-10-26 Craig A. BerryMake private variable static in regexec.c.
2012-10-26 Craig A. BerryDe-globalize regcomp inversion lists.
2012-10-26 David Mitchellstart to make ext/B work with 5.14.x
2012-10-26 David MitchellB.xs: move all B::*OP methods to B::OP::next
2012-10-26 David MitchellB.xs: rationalise all methods aliased to next()
2012-10-26 David Mitchellext/B: remove pre-5.10 support
2012-10-26 David Mitchellmake ext/B work with 5.16.x
2012-10-26 Father ChrysostomosBetter documentation for internal SV types
2012-10-26 Yves Ortonfix a compile warning and refactor some diagnostics...
2012-10-26 Yves Ortonimprove diagnostics of dbm_filter_util.pl by using...
2012-10-26 Yves OrtonFix hash ordering dependency in DBM_Filter/t/int32.t
2012-10-26 Yves Ortonfix hash key ordering dependency in t/warnings.t
2012-10-26 Yves Ortonfix a hash order dependency in t/re_funcs_u.t
2012-10-26 Yves Ortonfix hash order dependency in ext/B/t/b.t
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
next