platform/upstream/perl.git
2012-11-10 David Mitchelladd SAVEt_CLEARPADRANGE
2012-11-10 David Mitchelladd padrange op
2012-11-10 David Mitchellpad_free(): don't clear SVs_PADSTALE
2012-11-10 David Mitchelladd $B::overlay feature
2012-11-10 Chris 'BinGOs... Update CGI to CPAN version 3.62
2012-11-10 Chris 'BinGOs... Update Term-UI to CPAN version 0.32
2012-11-09 Steve HayRestore non-DEBUGGING build on Win32, broken in 28e70dfacc
2012-11-09 Steve HayRestore DEBUGGING build with USE_ITHREADS on Win32...
2012-11-09 Shlomi FishFix the phrasing of the previous patch.
2012-11-09 Shlomi FishReplace mentions of the "-w" flag in perl.pod.
2012-11-09 Daniel Draganrefactor gv.c:Perl_newGP
2012-11-09 Father ChrysostomosTo-do test for eval "END OF TERMS" leaking
2012-11-09 Father ChrysostomosAnother regexp charclass leak
2012-11-09 Father Chrysostomosleakfinder.pl: Yet mair exceptions
2012-11-09 Father Chrysostomosregcomp.c: Typo
2012-11-09 Daniel Draganremove various redundant dTHXes
2012-11-09 Daniel Draganremove unused dTHXes in /win32/*
2012-11-09 Daniel Dragancreate aTHXa, some unused dTHXs removed in /win32/*
2012-11-09 Daniel Dragan"func not implemented" croaks optimizations in /win32/*
2012-11-08 David Goldenperlpolicy: remove 5.12 references from maint cherry...
2012-11-08 Yves OrtonSync version of autodie in Maintainers.pl with CPAN
2012-11-08 Yves Ortonfix a hash key order dependency in cpan/autodie/t/hints...
2012-11-08 Jesse Luehrslimit number of args before formatting
2012-11-08 Jesse Luehrsfix Carp stacktraces after deleting a stash
2012-11-06 Father ChrysostomosRemove x bit from MANIFEST
2012-11-06 Jerry D. HeddenUpgrade to Thread::Queue 3.01
2012-11-06 Father Chrysostomossvleak.t: Fix a mad failure
2012-11-06 Father ChrysostomosStop eval "qq'\$\0foo'" from leaking
2012-11-06 Father Chrysostomosleakfinder.pl: Clean up exceptions
2012-11-06 Father Chrysostomosleakfinder.pl: Another exception
2012-11-06 Craig A. BerrySkip non-functional glob test on VMS.
2012-11-06 Chris 'BinGOs... Sync the version of Module::Pluggable in Maintainers...
2012-11-06 Yves Ortonupgrade Module::Pluggable to 4.5 (test changes only)
2012-11-05 David Mitchellfix NO_TAINT_SUPPORT on g++
2012-11-05 Father Chrysostomosperl.h: s/non-existant/nonexistent/
2012-11-05 Paul JohnsonLose the loose. Fix documentation typo.
2012-11-05 Steffen MuellerMore violent warning about using NO_TAINT_SUPPORT
2012-11-05 Steffen MuellerAdd C define to remove taint support from perl
2012-11-05 Father ChrysostomosStop the glob operator from leaking GVs
2012-11-05 Father Chrysostomosleakfinder.pl: Mair exceptions
2012-11-05 Father Chrysostomosleakfinder.pl: Show file names
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
next