platform/upstream/perl.git
2012-11-20 Karl Williamsonregexec.c: Add PERL_UNIUSED_VAR()
2012-11-20 Karl WilliamsonXS-APItest/t/handy.t: Refactor
2012-11-20 Karl WilliamsonUnicode::UCD.pm: Fix bugs in undocumented binary search...
2012-11-20 Karl Williamsonregen/regcharclass.pl: Add 'cp_high' macro type
2012-11-20 Karl Williamsonregcomp.c: Revise comment
2012-11-20 Karl Williamsonregexes: Add \v to table of latin1 char classes
2012-11-20 Karl Williamsonregcomp.h: Make some #defines sequential
2012-11-20 Karl Williamsonregcomp.sym: Change regkind for NPOSIX regnodes
2012-11-20 Karl Williamsonregcomp: Change name of #define to better reflect its...
2012-11-20 Karl Williamsonregcomp.c: Revise debugging function
2012-11-20 Karl Williamsonhandy.h: white-space, comments only
2012-11-20 Karl Williamsonhandy.h: Mark more clearly things for internal-only use
2012-11-20 Karl Williamsonhandy.h: Use class numbers instead of macros in macro...
2012-11-20 Karl Williamsonhandy.h: Convert 3 macros to standard form
2012-11-20 Karl Williamsonhandy.h: Define some macros for consistency
2012-11-20 Karl Williamsonutf8.c: Request function to be inline
2012-11-20 Karl Williamsonutf8.c: White-space, comments only
2012-11-20 Karl Williamsonutf8.c: Fix potential bug
2012-11-20 Karl Williamsonembed.fnc: Restrict access to non-public functions
2012-11-19 David Mitchellperldelta: mention OP_PADRANGE
2012-11-19 Nicholas ClarkRemove the EPOC port.
2012-11-19 Chris 'BinGOs... Update CGI to CPAN version 3.63
2012-11-19 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.93
2012-11-19 Steffen MuellerFix test-skipping logic for File::Glob under no-taint...
2012-11-19 Steffen MuellerCPAN for EU::ParseXS is now at 3.18
2012-11-19 Steffen MuellerComplete ExtUtils::ParseXS/EU::Typemaps version bump
2012-11-19 Daniel Draganrefactor pp_padsv
2012-11-19 Daniel Draganreduce scope of a var in save_clearsv
2012-11-19 Father Chrysostomosperlhack: Note why some t/op tests avoid test.pl
2012-11-19 Father ChrysostomosStop \P{Assigned} from leaking
2012-11-19 Father Chrysostomosutf8.c: Fix a minor refcounting bug caused by 02c8547
2012-11-19 Father ChrysostomosRequest that regcomp.c:S_regpposixcc be inlined
2012-11-19 Father ChrysostomosStop /[.zog.]/ and /[[.zog.]]/ from leaking
2012-11-19 Father Chrysostomosgv.t: Suppress warning
2012-11-19 Father ChrysostomosInline regcomp.c:S_checkposixcc into its only caller
2012-11-18 Tony Cookfix -DPERL_GLOBAL_STRUCT builds broken with the hash...
2012-11-18 Father Chrysostomosperldelta: hash function still needs mention
2012-11-18 Father Chrysostomosgv.t: More *foo{NAME,PACKAGE} tests
2012-11-18 Father ChrysostomosStop $unicode =~ /[[:posix:]]/ from leaking
2012-11-18 Father ChrysostomosStop prototype("CORE::...") errors from leaking
2012-11-18 Father ChrysostomosStop local $_[0] from leaking
2012-11-18 Father ChrysostomosMore perlδ stuff
2012-11-18 Father ChrysostomosMake *_{ARRAY} reify
2012-11-18 Father ChrysostomosDocument and test *glob{NAME} and *glob{PACKAGE}
2012-11-18 James E KeenanAll tests should have descriptions.
2012-11-17 Father ChrysostomosIncrease $XS::APItest::VERSION to 0.45
2012-11-17 Daniel Draganrefactor pp_rand
2012-11-17 Father Chrysostomos[perl #115756] Fix XS::APItest::SvIsCOW
2012-11-17 Father Chrysostomos8c34e50dc slowed down detruction with no DESTROY
2012-11-17 Yves OrtonHash Function Change - Murmur hash and true per process...
2012-11-17 Father Chrysostomosleakfinder: More exceptions
2012-11-17 Father Chrysostomosperlδ
2012-11-17 Father Chrysostomos[perl #114864] Don’t use amt for DESTROY
2012-11-17 Craig A. BerryPreserve case of command-line arguments on VMS.
2012-11-17 Yves Ortonadd .gdb_history to .gitignore
2012-11-17 Yves OrtonAdd a utility macro for reading hex digits.
2012-11-17 Yves Ortonmake regcharclass hash order determinisitic
2012-11-17 Yves OrtonEliminate test from generated cp macros
2012-11-16 David Mitchellclone() wasn't cloning the whole stack
2012-11-16 Steve HayOops, fix memory leak just introduced by 3fcdbd32b2
2012-11-16 Steve HayDon't try to ansify the path if it is empty
2012-11-16 Tony Cookunder -Dusedl there are no warnings about the other...
2012-11-16 Tony Cookleakfinder.pl requires XS::APItest which isn't built...
2012-11-16 Daniel Dragansave_freeop is not an expression, remove PL_Xpv
2012-11-16 Father Chrysostomosleakfinder.pl: More exceptions
2012-11-16 Father Chrysostomos[perl #115742] Push a new pad for recursive DB::DB
2012-11-15 Father Chrysostomosperlre: Fix syntax error in example
2012-11-15 Father Chrysostomosperlfunc: Correct note about eval in DB package
2012-11-15 Father Chrysostomosleakfinder.pl: Run evals four times
2012-11-15 Father Chrysostomosleakfinder.pl: More exceptions
2012-11-15 David Mitchell[MERGE] refactor pp_iter
2012-11-15 David Mitchellpp_iter: final whitespace/comment tidy up
2012-11-15 David Mitchellpp_iter: refactor CXt_LOOP_LAZYSV branch
2012-11-15 David Mitchellpp_iter: refactor CXt_LOOP_LAZYIV branch
2012-11-15 David Mitchellpp_iter: a bit more refactoring of CXt_LOOP_FOR branch
2012-11-15 David Mitchellpp_iter: factor out some common code in CXt_LOOP_FOR
2012-11-15 David Mitchellpp_iter: move var declarations to narrower scope
2012-11-15 David Mitchellpp_iter: reindent after removing if block
2012-11-15 David Mitchellpp_iter: move RETPUSHYES outside switch
2012-11-15 David Mitchellpp_iter: reindent code after previous change
2012-11-15 David Mitchellpp_iter: replace if/else with switch
2012-11-15 Craig A. BerryFix unescaped left brace warning in uni/parser.t.
2012-11-14 Father Chrysostomosdump.c: Fix non-mad threaded build error
2012-11-14 Father ChrysostomosSVf_IsCOW
2012-11-14 Father Chrysostomosleakfinder.pl: Duh!
2012-11-14 Reini UrbanCombine duplicate dump code
2012-11-14 Daniel Draganremove most calls to strlen in S_force_ident
2012-11-14 Father ChrysostomosStop eval "END OF TERMS" from leaking
2012-11-14 Father ChrysostomosStop my subs with syntax errors from leaking
2012-11-14 Karl Williamsonutf8.c: Don't copy a buffer to itself
2012-11-14 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.92
2012-11-14 Chris 'BinGOs... Sync Module-CoreList in Maintainers.pl with CPAN
2012-11-14 Father Chrysostomosleakfinder.pl: more exceptions
2012-11-14 Father ChrysostomosFix various mad eval leaks
2012-11-14 Father Chrysostomosop.c: Fix mad+POISON build under clang
2012-11-14 Craig A. BerryPreserve case for the current perldelta on VMS.
2012-11-13 Tony CookdTHX implies dVAR, using both fails to build under...
2012-11-13 Father Chrysostomosleakfinder.pl: More exceptions
2012-11-13 Father ChrysostomosFix assertion failures with anon subs
2012-11-13 Father ChrysostomosStop /(??{})/ from leaking temporary regexps
next