platform/upstream/perl.git
2012-12-22 Karl Williamsonregcomp.c: Reorder some case: statements so can FALL...
2012-12-22 Karl Williamsonregcomp.c: White-space only; no code changes
2012-12-22 Karl WilliamsonDeprecate all is_(uni|utf8)_foo function uses
2012-12-22 Karl WilliamsonCreate internal _is_utf8_mark()
2012-12-22 Karl Williamsonregexec.c: Combine adjacent 'ifs' with same clause
2012-12-22 Karl Williamsonregexec.c: Remove 2 unnecessary break statements
2012-12-22 Karl WilliamsonRemove TODO for test for #114272
2012-12-22 Karl WilliamsonRemove temporary back-compat PL_ variable names
2012-12-22 Karl Williamsonutf8.c: Remove two internal now unused functions.
2012-12-22 Karl Williamsonregexec.c: Revamp the macros to load swashes
2012-12-22 Karl Williamsonhandy.h: Improve some comments
2012-12-22 Karl Williamsonregexec.c: Remove unused macro definitions
2012-12-22 Karl Williamsonregcomp.c: Reorder two if-elses
2012-12-22 Karl WilliamsonConsolidate some regex OPS
2012-12-22 Karl Williamsonregexec.c: comments, white-space only
2012-12-22 Karl Williamsonhandy.h: Refactor some internal macro calls
2012-12-22 Karl Williamsonregcomp.c: Expand only call of a macro
2012-12-22 Karl Williamsonregcomp.c: Combine two cases in a switch()
2012-12-22 Karl Williamsonregcomp.c: Replace macro by expansion in only place...
2012-12-22 Karl Williamsonregcomp.c: Collapse switch() case
2012-12-22 Karl Williamsonregcomp.c: Expand single instance of macro
2012-12-22 Karl Williamsonregcomp.c: Collapse cases in a switch()
2012-12-22 Karl Williamsonregcomp.c: Use auto variables set to array elements
2012-12-22 Karl Williamsonregcomp.c: Collapse some switch() cases
2012-12-22 Karl Williamsonregcomp.c: Move some code to later in block
2012-12-22 Karl Williamsonregcomp.c: Combine some cases in a switch()
2012-12-22 Karl Williamsonregcomp.c: Replace macro call by goto
2012-12-22 Karl Williamsonregcomp.c: Slight refactor of [[:blank:]]
2012-12-22 Karl Williamsonregcomp.c: Remove dead code
2012-12-22 Karl Williamsonregcomp.c: Use values if known at compile time
2012-12-22 Karl Williamsonregcomp.c: Move some cases in a switch around
2012-12-22 Karl Williamsonregcomp.c: Collapse some switch casses
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl Williamsonregcomp.c: Collapse two identical cases in a switch
2012-12-22 Karl Williamsonregcomp.c: Use calculated value instead of hard-coded
2012-12-22 Karl Williamsonregcomp.c: Collapse some switch cases
2012-12-22 Karl WilliamsonUse an array for some inversion lists
2012-12-22 Karl Williamsonregcomp.c: Use computed value instead of hard-coded one
2012-12-22 Karl Williamsonregcomp.c: Move #define to earlier in file
2012-12-22 Karl WilliamsonUse array for some inversion lists
2012-12-22 Karl Williamsonperl.c: Use loop to clear array
2012-12-22 Karl Williamsonregcomp.c: Use table look-up instead of individual...
2012-12-22 Karl Williamsonregcomp.c: Use values if known at compile time
2012-12-22 Karl Williamsonhandy.h: Move some back compat macros
2012-12-22 Karl WilliamsonAdd generic _is_(uni|utf8)_FOO() function
2012-12-22 Karl Williamsonhandy.h: Create isALPHANUMERIC() and kin
2012-12-22 Karl Williamsonhandy.h: Move some #defines
2012-12-22 Karl Williamsonintrpvar.h: Place some swash pointers in an array
2012-12-22 Karl Williamsonintrpvar.h: #include handy.h
2012-12-22 Karl Williamsonhandy.h: Guard against recursive #inclusion
2012-12-22 Karl Williamsonregcomp.c: White-space, comment only
2012-12-22 Karl Williamsonperlapi: Grammar nit
2012-12-22 Karl Williamsonutf8.c: Fix reference count in swash_to_invlist()
2012-12-22 Karl Williamsonperlapi: Clarify return value of SvREFCNT_inc()
2012-12-22 Karl Williamsonregexec.c: Remove redundant calculation
2012-12-22 Karl WilliamsonXS-Typemap: bump version
2012-12-22 Chris 'BinGOs... Update Unicode-Collate to CPAN version 0.97
2012-12-22 Chris 'BinGOs... Sync Module-CoreList version in Maintainers.pl with...
2012-12-20 Daniel Dragana better perldelta for d1bee06989
2012-12-20 Daniel DraganBetter POD for newSVrv
2012-12-19 Tony Cookperldelta for d1bee06989
2012-12-19 Tony Cook[perl #115796] fix the T_BOOL OUTPUT typemap for parameters
2012-12-19 Tony Cookwhen the output isn't RETVAL, update the SV instead...
2012-12-19 Tony CookTODO the failing T_BOOL tests
2012-12-19 Daniel DraganT_BOOL failure example
2012-12-19 Tony CookThe T_BOOL_2 tests should have failed, rewrite and...
2012-12-19 Karl Williamsonregexec.c: Remove some read beyond buffer ends
2012-12-18 David Mitchellsilence g++ warning with PL_magic_vtable_names
2012-12-18 David Mitchelltest the resetting of refcnt for immortals
2012-12-18 Dave RolskyThe 5.17.7 release is done, give it a check mark on...
2012-12-18 Jesse Luehrsskip this test if we can't get an absolute path
2012-12-18 Dave RolskyBump the perl version in various places for 5.17.8
2012-12-18 Dave RolskyMake a new perldelta for 5.17.8-to-be
2012-12-18 Dave RolskyAdd the 5.17.7 epigraph to epigraphs.pod
2012-12-18 Dave RolskyAdd known t/op/require_errors.t failure to known problems
2012-12-18 Dave RolskyAdd 5.17.7 to perlhist
2012-12-18 Dave RolskyUpdate Module::CoreList for 5.17.7
2012-12-18 Dave RolskyThe 23b7025ebc commit is sufficiently documented in...
2012-12-18 Dave RolskyBetter description of hash assignment bug fixes
2012-12-18 Dave RolskyClarify hash assignment bug fix in list context
2012-12-18 Dave RolskyTrim description of one bug fix in perldelta
2012-12-17 Dave RolskyAdd more build configurations to test in the RMG
2012-12-17 Dave RolskyAdd placeholder for additional 23b7025ebc changes in...
2012-12-17 Dave RolskyAdd an =item marker for sub-list in perldelta
2012-12-17 Dave RolskyAdd delta for Storable & Locale::Maketext security...
2012-12-17 Dave RolskyFix typo in Locale-Maketext ChangeLog
2012-12-17 Dave RolskyFix some weird formatting in perldelta
2012-12-17 Dave Rolskys/5.17.5/5.17.6/ in the INSTALL document
2012-12-17 Dave RolskyAdd the generated Acknowledgements section to perldelta
2012-12-17 Dave RolskyRemove all the boilerplate notes from perldelta
2012-12-17 Dave RolskyLook up RT authors in the DATA section aliases as well...
2012-12-17 Dave RolskyWork in progress on perldelta for 23b7025ebc
2012-12-17 David Mitchelluse PERL_UNUSED_VAR rather than PERL_UNUSED_DECL
2012-12-17 Chris 'BinGOs... Update ExtUtils-MakeMaker to CPAN version 6.64
2012-12-17 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.26
2012-12-17 Nicholas ClarkGDBM_File must cast fatal_func appropriately for the...
2012-12-17 Tony Cookskip the \N{...} unloaded charnames croak test when...
2012-12-17 Tony CookSKIP in run_multiple_progs() was parsed but unimplement...
2012-12-17 Tony Cookfix the debugger t expr command regression
2012-12-17 Tony Cookrough TODO test for t expr
next