This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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
2012-12-25 David Mitchelleliminate RF_warned flag from PL_reg_flags
2012-12-25 David Mitchelleliminate RF_utf8 flag from PL_reg_flags
2012-12-25 David Mitchell[perl #116148] Pattern utf8ness sticks around
2012-12-24 Karl Williamsonperlapi: Fix misstatement
2012-12-24 Karl Williamsonperlapi: Fix typos
2012-12-24 H.Merijn BrandRemove register keywork from randfunc tests in Configure
2012-12-24 Karl Williamsonregcomp.c: Add comment, Note for 3018b8238
2012-12-24 Karl Williamsonregexec.c: Comments, white-space; no code changes
2012-12-24 Karl Williamsonutf8.h: Make sure char* is cast to U8* for unsigned...
2012-12-24 Karl Williamsonutf8.h: Parenthesize macro parameter
2012-12-24 Karl Williamsonperlapi: Clarify isSPACE(), document isPSXSPC()
2012-12-24 Daniel Draganuninline panic branch from POPSTACK
2012-12-23 Karl Williamsonperlhack: in-line functions need extra care
2012-12-23 Karl Williamsonhandy.h: Add full complement of isIDCONT() macros
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: White-space only
2012-12-23 Karl Williamsonext/XS-APItest/t/handy.t: Work better on platforms...
2012-12-23 Craig A. BerryProper IEEE overflow semantics for VMS.
2012-12-23 Karl Williamsonsvleak.t: Add a test; make another more robust
2012-12-23 Karl WilliamsonDeprecate calling isFOO_utf8() with malformed
2012-12-23 Karl WilliamsonAdd Augustina Blair to AUTHORS
2012-12-23 Augustina BlairRemoved p5p-faq reference from perlhack.pod.
2012-12-23 Father Chrysostomosregcomp.pl: Calculate col widths for perldebguts
2012-12-23 Father ChrysostomosRegenerate the regnode table in perldebguts.pod automat...
2012-12-23 Karl Williamsonregcomp.c: Change some instances to SvREFCNT_dec_NN
2012-12-23 Father ChrysostomosIncrease $diagnostics::VERSION to 1.31
2012-12-23 Matthew Horsfall... RT-89642 - Don't treat ,; as special end-of-line charac...
2012-12-23 Karl Williamsonregcomp.c: Yet another move of declaration to proper...
2012-12-22 Craig A. BerryFix erroneous USE_LONG_DOUBLE in configure.com.
2012-12-22 Craig A. BerryFix d_nv_preserves_uv on VMS with 64-bit int but no...
next