platform/upstream/perl.git
2012-11-11 Karl Williamsonutf8.c: Remove redundant unlikely branches
2012-11-11 Karl WilliamsonValidate above-Latin1 characters in \N{} aliases
2012-11-11 Karl Williamsonembed.fnc: Allow toke.c to call core_swash_init()
2012-11-11 Karl Williamsontoke.c: Fail on malformed UTF-8 in \N{} input
2012-11-11 Karl Williamsontoke.c: Remove no-longer needed {...} and outdent corre...
2012-11-11 Brian Frasertoke.c: [RT#73022] Make \N{...} UTF-8 clean.
2012-11-11 Karl Williamsontoke.c Refactor S_get_and_check_backslash_N_name()
2012-11-11 Karl Williamsonperldiag: Add entry for unknown charname
2012-11-11 Karl Williamsontoke.c: Don't validate core charnames output
2012-11-11 Karl Williamsoncharnames: Don't accept illegal :aliases
2012-11-11 Karl Williamsonregen/mk_PL_charclass.pl: Use mktables table for charname
2012-11-11 Karl Williamsonmktables: Create tables for charname beginning and...
2012-11-11 Karl WilliamsonMake \N{alias} deprecations fatal.
2012-11-11 Karl Williamsoncharnames: Correct pod misstatement
2012-11-11 Karl Williamsontoke.c: Extract part of \N{} processing to new function
2012-11-11 Karl Williamsonutf8n_to_uvuni() pod: Add clarifications
2012-11-11 Karl Williamsoncharnames pod: Nits
2012-11-11 Karl Williamsoncharnames.t: Make EXPECTs more robust
2012-11-11 Craig A. BerryPreserve filename case on VMS.
2012-11-11 Craig A. BerryMove VMS feature-setting function to an appropriate...
2012-11-11 Craig A. BerrySet feature logical names in VMS init code.
2012-11-11 Craig A. BerryNormalize VMS case handling in ExtUtils::Manifest.
2012-11-11 Craig A. BerryFix VMS-specific case nit in File::Glob's basic.t.
2012-11-11 Craig A. BerryRemove an inadvertent case sensitivity from find.t.
2012-11-11 James E KeenanAmplify diagnostic about in-place editing.
2012-11-11 Chris 'BinGOs... Update IO-Compress to CPAN version 2.057
2012-11-11 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.057
2012-11-11 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.057
2012-11-11 David Mitchellmake MULTICALL safe across cxstack reallocs
2012-11-10 David MitchellREADME: add pointer to super-quick patch quide
2012-11-10 David Mitchellfix NAME of perl5125delta.pod
2012-11-10 Chris 'BinGOs... Module-CoreList updated to 2.77
2012-11-10 Chris 'BinGOs... The v5.16.2 updates had disappeared (if they were there...
2012-11-10 Dominic Hargreavesadd 5.12.5 to perlhist
2012-11-10 Dominic HargreavesAdd the 5.12.5 perldelta
2012-11-10 Dominic Hargreavesadd 5.12.5 epigraph
2012-11-10 David Mitchell[MERGE] add PADRANGE op and $B::overlay
2012-11-10 David Mitchellext/B/t/OptreeCheck.pm: fix hint stripping
2012-11-10 David Mitchellfix optree_misc.t test after smoke
2012-11-10 David MitchellConsolidate any single pad ops after a padrange
2012-11-10 David MitchellConsolidate adjacent padrange ops
2012-11-10 David Mitchellpadrange: handle @_ directly
2012-11-10 David Mitchellreindent block in leave_scope
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
next