This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
2013-01-11 Nicholas ClarkTweak the test from 2721a2ca2e5e889d to work with PERL_...
2013-01-10 Karl Williamsonregcomp.c: Don't write to freed memory
2013-01-10 Chris 'BinGOs... Update Archive-Extract to CPAN version 0.62
2013-01-09 David Mitchellstop -MO=Concise -e'm?x?' segfaulting
2013-01-09 Tony Cookportability to Haiku-OS for the cachepropagate-*.t...
2013-01-09 Karl Williamsont/re/re_tests: Remove duplicate test
2013-01-09 Karl Williamsont/re/re_tests: Remove unused variable initializations
2013-01-09 Karl Williamsonregcomp.c: Fix a panic
2013-01-09 Karl Williamsonregcomp.c: Avoid recalculating a value
2013-01-09 Karl Williamsonregexp.t: Skip tests that are supposed to
2013-01-08 Chris 'BinGOs... Update IO-Compress to CPAN version 2.060
2013-01-08 Chris 'BinGOs... Update Compress-Raw-Bzip2 to CPAN version 2.060
2013-01-08 Chris 'BinGOs... Update Compress-Raw-Zlib to CPAN version 2.060
2013-01-08 Chris 'BinGOs... Update Term-ANSIColor to CPAN version 4.02
2013-01-08 Tony Cookskip appropriately when XS::APItest isn't available
2013-01-08 Tony Cookadd a dependency for dynamic extensions on $(LIBPERL)
2013-01-07 Karl Williamsonregexec.c: Cast to silence compiler warnings
2013-01-07 Karl Williamsonregexec.c: Cast to silence compiler warning
2013-01-07 Chris 'BinGOs... constant-1.24 has been released to CPAN, update Maintai...
2013-01-07 Chris 'BinGOs... Forgot to update Maintainers.pl for podlators update
2013-01-07 Karl Williamsontoke.c: Silence compiler uninitialized warning
2013-01-07 Karl Williamsonregcomp.c: Silence compiler warning
2013-01-07 Karl Williamsonregcomp.c: Silence compiler warning by using a cast
2013-01-07 Karl Williamsonregcomp.c: Comments only, white-space ; no code changes
2013-01-07 Karl Williamsonregcomp.c: Silence compiler warning
2013-01-07 Karl Williamsonpp_ctl.c: Silence compiler warning.
2013-01-07 Karl Williamsonext/XS-APItest: Remove unused variable decl.
2013-01-07 Karl Williamsonembed.fnc: Properly declare fcn inline
2013-01-07 Karl Williamsonperlunicode: Refactor verbatim lines into =item ones
2013-01-07 Karl Williamsonperlunicode: Correct false statement
2013-01-07 Karl Williamsonregcomp.c: White-space only; no code changes
2013-01-06 Craig A. BerryMake Pod::Html::_unixify unescape dots on VMS.
2013-01-06 Craig A. BerryPod::Html test portability redux.
2013-01-06 Tony Cookadd a LEAVE for the ENTER in LOAD_UTF8_CHARCLASS
2013-01-05 James E Keenant/op/not.t: Add descriptions to all tests.
2013-01-05 James E KeenanAdd parens around second argument to tests 4 and 5.
2013-01-05 James E Keenant/op/oct.t: Add descriptions to tests lacking them.
2013-01-05 James E Keenant/op/or.t: Provide descriptions for tests lacking them.
2013-01-05 James E Keenant/op/pos.t: Provide descriptions for remaining tests...
2013-01-05 James E Keenant/op/pwent.t: Add descriptions for all tests.
2013-01-05 James E Keenant/op/pow.t: Add descriptions for tests lacking them.
2013-01-05 James E Keenant/op/fork.t: Add description for one special test.
2013-01-04 Karl Williamsoncharnames: Deprecate character names with spacing issues
2013-01-04 Karl Williamsoncharnames: :alias alone implies :full
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
next