platform/upstream/perl.git
2013-01-04 Karl Williamsoncharnames: Enforce better file name rules
2013-01-04 Karl Williamsoncharnames: comment, error message clarifications
2013-01-04 Karl Williamsoncharnames pod: Typo, clarification
2013-01-04 Steven SchubigerFix SvREFCNT_dec doc typo
2013-01-04 David Mitchellmake m?$pat? match only once under ithreads
2013-01-04 Chris 'BinGOs... Regenerated customized.dat file due to pod2*.PL changes
2013-01-04 Chris 'BinGOs... Update podlators to CPAN version 2.5.0
2013-01-04 Eric BrineCollapse "if(a){b}else{b}" to "b"
2013-01-04 Eric BrineRemove redundant NULL checks.
2013-01-03 Steve HayAdd support for building with VC++ 2012
2013-01-03 David MitchellS_has_runtime_code(): avoid buffer overrun
2013-01-03 Matthew Horsfall... Fix period at the end of perldiag.pod and remove entry...
2013-01-03 James E KeenanEliminate redundant words.
2013-01-02 Tony CookDon't usenm on haiku
2013-01-02 Tony CookMerge Shlomi's latest debugger refactoring work
2013-01-02 Tony Cookbump $VERSION for lib/perl5db.pl
2013-01-02 Shlomi FishMissing test count.
2013-01-02 Shlomi FishFix perl -d's 'w $my_lexical_variable'.
2013-01-02 Shlomi FishDocument HistSize and HistFile.
2013-01-02 Shlomi FishStart refactoring "sub restart".
2013-01-02 Shlomi FishExtract _dump_trace_calc_saved_single_arg.
2013-01-02 Shlomi FishExtract _dump_trace_calc_save_args.
2013-01-02 Shlomi FishAvoid pre-declarations.
2013-01-02 Shlomi FishFixed the test - it passes now.
2013-01-02 Shlomi FishAdd a testcase for the bug.
2013-01-02 Shlomi FishExtract _cmd_L_handle_postponed_breakpoints.
2013-01-02 Shlomi FishAdd empty lines and an explicit return.
2013-01-02 Shlomi FishRemove a no-longer needed comment.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishExtract some duplicate code into a closure.
2013-01-02 Shlomi FishSome refactoring.
2013-01-02 Shlomi FishStart refactoring cmd_L.
2013-01-02 Shlomi FishRemove an unused parameter.
2013-01-02 Shlomi FishRemove a redundant line.
2013-01-02 Shlomi FishRename vars to remove ambiguity.
2013-01-02 Shlomi Fish[perl5db] Extract.
2013-01-02 Shlomi FishGot rid of passing $cmd to subs that don't use it.
2013-01-02 Shlomi FishExtract _cmd_l_calc_initial_end_and_i .
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishMore refactoring.
2013-01-02 Shlomi FishExtract _cmd_l_range .
2013-01-02 Shlomi Fish[perl5db] Extract some subroutines.
2013-01-02 Shlomi FishExtract a subroutine.
2013-01-02 Shlomi FishGot rid of a $1 reference.
2013-01-02 Shlomi FishAdd explicit returns.
2013-01-02 Shlomi Fish[perl5db] Refactoring.
2013-01-01 Chris 'BinGOs... Update Term-ANSIColor to CPAN version 4.01
2013-01-01 Chris 'BinGOs... Update excluded files for Term-ANSIColor
2013-01-01 Karl Williamsonregcomp.c: Fix upper loop limit
2012-12-31 Karl WilliamsonChange core calls of isALNUM() to isWORDCHAR()
2012-12-31 Karl WilliamsonConvert uses of isALNUM_lazy_if to isWORDCHAR_lazy_if
2012-12-31 Karl WilliamsonAdd isWORDCHAR_lazy_if() macro
2012-12-31 Karl Williamsonregcomp.c: White-space, comment only; no code changes
2012-12-31 Karl Williamsonregcomp.c: Refactor out a switch statement
2012-12-31 Karl Williamsonregcomp.c: Collapse switch cases
2012-12-31 Karl Williamsonregcomp.c: Collapse two switch cases
2012-12-31 Karl Williamsonregcomp.c: Remove redundant code
2012-12-31 Karl Williamsonregcomp.c: Use data structure to remove special handling
2012-12-31 Karl Williamsonlocale.t, pat_advanced.t: Remove TODOs
2012-12-31 Karl Williamsonregex: Add pseudo-Posix class: 'cased'
2012-12-31 Karl Williamsonhandy.h, regcomp.h, regexec.c: Sort initializers, switch()
2012-12-31 Karl Williamsonlocale.t: Add TODO tests
2012-12-31 Karl Williamsonlocale.t: Add tests for [:upper:], [:lower:]
2012-12-31 Karl Williamsonlocale.t: Add extra debugging info
2012-12-31 Karl Williamsonlocale.t: Fix off by 1 error in debug output
2012-12-31 Karl Williamsonlocale.t: Add capability to have TODO tests
2012-12-31 Karl Williamsonre/pat_advanced.t: Add TODO test for recent regression
2012-12-31 Karl Williamsonregcomp.c: Add comments
2012-12-31 James E KeenanCorrect typo in test description.
2012-12-30 David Mitchellfix g++ and nm
2012-12-28 Karl Williamsonregcomp.c: Make sure optimizer handles node; Note for...
2012-12-28 Karl Williamsonregcomp.c: Use xor to save a test
2012-12-28 Karl Williamsonregcomp.c: Free up ANYOF flag bit
2012-12-28 Karl WilliamsonAdd new regnode for synthetic start class
2012-12-28 Karl Williamsonregcomp.c, regcomp.h: White-space, comment only
2012-12-28 Karl Williamsonregcomp.h: Split two ANYOF flag bits
2012-12-28 Karl WilliamsonFree up regex ANYOF bit.
2012-12-28 Karl Williamsonregcomp.c: Remove unnecessary flag setting
2012-12-28 Karl Williamsonregcomp.c: Clean up ANYOF_CLASS handling.
2012-12-28 Karl Williamsonregcomp.c: Add #undef
2012-12-28 Karl Williamsonregcomp.c: typo in comment
2012-12-28 Karl Williamsonregcomp.c: Handle edge case in inversion list max
2012-12-28 Karl Williamsonregcomp.c: Reword comment
2012-12-28 Karl Williamsonregcomp.c: Don't iterate while changing an inversion...
2012-12-28 Karl Williamsonregen/embed.pl: Add sanity test for entries
2012-12-27 Chris 'BinGOs... Update Scalar-List-Utils to CPAN version 1.27
2012-12-27 Chris 'BinGOs... Update HTTP-Tiny to CPAN version 0.025
2012-12-27 Matthew Horsfall... Add regcomp.c warning checks to t/porting/diag.t.
2012-12-27 Karl WilliamsonPerl_instr() implement with libc equivalent.
2012-12-27 Karl WilliamsonFix comment references to removed rexex ops
2012-12-27 Karl Williamsonregcomp.c: Properly indent
2012-12-27 Karl Williamsonpat_advanced.t: Add tests
2012-12-26 David MitchellRevert "porting/podcheck corrections."
2012-12-26 James E Keenanporting/podcheck corrections.
2012-12-26 James E KeenanAdd another address for Renee Baecker.
2012-12-26 James E Keenanext/Hash-Util/lib/Hash/Util.pm: Bump $VERSION to reflec...
2012-12-26 reneebAdd new functions of Hash::Util in documentation.
2012-12-25 David Mitchellfix utf8ness in ${"string"}
2012-12-25 David MitchellEliminate PL_reg_flags
2012-12-25 David MitchellEliminate RF_tainted flag from PL_reg_flags
next