platform/upstream/perl.git
2012-11-05 Father Chrysostomosop.c:opslab_force_free: Make paranoid code reflect...
2012-11-05 Father Chrysostomosop.c: Stop SAVEFREEOP from leaking slabs
2012-11-05 Father ChrysostomosStop %! after syntax error from leaking the module...
2012-11-05 Father Chrysostomosgv.c:S_require_tie_mod: remove SPAGAIN
2012-11-05 Father ChrysostomosDon’t leak BEGIN blocks after syntax errors
2012-11-05 Father Chrysostomosleakfinder.pl: Use DD for output
2012-11-05 Father ChrysostomosDon’t leak pattern buffer when invalid flags croak
2012-11-05 Father Chrysostomossvleak.t: Enable syntax error tests under -Dmad
2012-11-05 Father ChrysostomosUse shared memory for sv_debug_file
2012-11-05 Father ChrysostomosStop require nonexistent::module from leaking
2012-11-05 Father Chrysostomossvleak.t: re-evals leak under mad
2012-11-05 Father ChrysostomosFix invalid token warning with PERL_XMLDUMP and label
2012-11-05 Father ChrysostomosStop statement labels from leaking
2012-11-05 Father ChrysostomosStop char classes from leaking
2012-11-05 Father Chrysostomosleakfinder.pl
2012-11-04 David Mitchellsimplify GIMME_V
2012-11-04 Chris 'BinGOs... Update CGI to CPAN version 3.61
2012-11-04 Chris 'BinGOs... Update Unicode-Normalize to CPAN version 1.16
2012-11-04 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.91
2012-11-04 Chris 'BinGOs... Update Digest-SHA to CPAN version 5.73
2012-11-04 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl with...
2012-11-03 Ricardo Signesfix an epigraph typo
2012-11-03 Craig A. BerryRemove thread context from Perl_vmssetuserlnm.
2012-11-02 Father ChrysostomosIncrease $Module::CoreList::VERSION to 2.76
2012-11-02 Alexandr Ciorniiprint deprecation information in corelist
2012-11-02 Father Chrysostomossvleak.t: Suppress warning
2012-11-02 Father ChrysostomosStop string eval from leaking ops
2012-11-02 Father ChrysostomosDon’t leak when printf causes wide warnings
2012-11-02 Father ChrysostomosDon’t leak when printfing to bad handle under fatal...
2012-11-02 Father Chrysostomosconcat2.t: Under miniperl only skip one test
2012-11-02 Father ChrysostomosFix $byte_overload .= $utf8 regression
2012-11-02 Father ChrysostomosDon’t leak when pushing on to read-only array
2012-11-02 Hugo van der... Don't leak stderr from 'git describe' in cmpVERSION
2012-11-02 Hugo van der... Detect empty git tag in cmpVERSION
2012-11-02 Hugo van der... test.pl: allow for undefs in eq_hash
2012-11-02 Father ChrysostomosFix /a++(?{})+$code_block/
2012-11-02 Father ChrysostomosDon’t leak with /(?{})$invalid_code_block/
2012-11-02 Father ChrysostomosFree detritus when croaking with /(?{})$invalid/
2012-11-02 Father ChrysostomosStop run-time regexp blocks from leaking regexps
2012-11-02 Father ChrysostomosStop / $looks_like_block/ from leaking
2012-11-01 Ricardo Signesadd perl5.16.2 to perlhist
2012-11-01 Ricardo Signesadd perl5162delta
2012-11-01 Ricardo Signesadd the 5.16.2 epigraph
2012-11-01 Konovalov,... Initial (incomplete) patch to start restoring WinCE...
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...
next