This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl5.git
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...
2012-12-22 Karl Williamsonregcomp.c: Move declaration to proper place
2012-12-22 Karl WilliamsonMerge character class handling revamp topic branch...
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...
next