summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mktables: Change \w definition to match new Unicode'sKarl Williamson2012-07-263-1/+15
* Make Module::CoreList install into 'site' >= 5.012Chris 'BinGOs' Williams2012-07-261-2/+18
* [perl #113872] Fix leavewrite’s stack handlingFather Chrysostomos2012-07-261-8/+2
* op.c: op_clear is tempting fateFather Chrysostomos2012-07-251-0/+1
* Don’t let ?: folding affect truncateFather Chrysostomos2012-07-252-2/+13
* Stop truncate(word) from falling back to file nameFather Chrysostomos2012-07-252-5/+13
* Don’t let ?: folding affect statFather Chrysostomos2012-07-252-2/+10
* Merge ck_trunc and ck_chdirFather Chrysostomos2012-07-255-26/+2
* op.c: dump LABEL leaks its labelFather Chrysostomos2012-07-251-0/+1
* op.c:op_free: Rmv dead code; simplify cop_free logicFather Chrysostomos2012-07-251-7/+3
* Merge branch 'blead' of ssh://perl5.git.perl.org/perl into bleadKarl Williamson2012-07-241-2/+2
|\
| * In Perl_magic_setenv() s/ptr/key/ in two pieces of platform-specific code.Nicholas Clark2012-07-241-2/+2
* | Merge branch 'khw/invlist' into bleadKarl Williamson2012-07-2418-915/+1313
|\ \ | |/ |/|
| * regcomp.c: Revise bracketed char class optimizationsKarl Williamson2012-07-241-115/+146
| * regcomp.c: Fix <if> conditionKarl Williamson2012-07-241-2/+1
| * regcomp.c: Add _invlist_contains_cpKarl Williamson2012-07-244-0/+20
| * utf8.c: Add a get_() method to hide internal detailsKarl Williamson2012-07-245-6/+24
| * regcomp.c: Optimize /[[:blank:]]/u into \hKarl Williamson2012-07-241-0/+9
| * regcomp.c: Properly count elements in [] for false rangesKarl Williamson2012-07-241-1/+3
| * regcomp.c: Use POSIXA, NPOSIXAKarl Williamson2012-07-243-1/+95
| * regcomp.sym: Add new node types POSIXA and NPOSIXAKarl Williamson2012-07-242-142/+191
| * regcomp.h: Use handy.h constantsKarl Williamson2012-07-242-34/+40
| * handy.h: Free up bits in PL_charclass[]Karl Williamson2012-07-243-364/+337
| * handy.h: Add intermediate internal macroKarl Williamson2012-07-241-2/+5
| * regcomp.c: Relax some restrictions on optimizations for localeKarl Williamson2012-07-241-7/+6
| * regcomp.c: Add func to test 2 inversion lists for equalityKarl Williamson2012-07-242-0/+72
| * utf8.c: Add info to commented-out -DU linesKarl Williamson2012-07-241-3/+3
| * regcomp.c: Reverse order of setting, for speedKarl Williamson2012-07-241-2/+2
| * perllocale: Mention that \n doesn't change for localesKarl Williamson2012-07-241-0/+6
| * handy.h: Remove duplicated testKarl Williamson2012-07-241-1/+1
| * handy.h: White space onlyKarl Williamson2012-07-241-4/+5
| * regcomp.c: Move table to wider scopeKarl Williamson2012-07-241-33/+34
| * regcomp.c: Silence compiler warningKarl Williamson2012-07-241-3/+3
| * regcomp.c: Change macro name to better indicate its purposeKarl Williamson2012-07-241-11/+11
| * Optimize a single character [class] into EXACTishKarl Williamson2012-07-242-9/+28
| * regcomp.c: Extract some code into an inline functionKarl Williamson2012-07-244-12/+28
| * regcomp.c: shrink some optimized [class] nodesKarl Williamson2012-07-241-1/+14
| * regcomp.c: Delay some initialization until neededKarl Williamson2012-07-241-1/+1
| * regcomp.c: Remove duplicate assignmentsKarl Williamson2012-07-241-3/+0
| * handy.h: Move bit shifting into base macroKarl Williamson2012-07-243-293/+294
| * handy.h: Renumber character class bitsKarl Williamson2012-07-241-31/+31
| * handy.h: Reorder some #definesKarl Williamson2012-07-241-21/+22
| * handy.h: l1_charclass.h: Add bit for matching ASCIIKarl Williamson2012-07-243-131/+133
| * handy.h: refactor some macros to use a new one in common.Karl Williamson2012-07-241-30/+32
| * regcomp.c: Extract code to inline functionKarl Williamson2012-07-244-6/+65
| * regcomp.sym: Correct and add commentsKarl Williamson2012-07-241-1/+2
| * regen/regcomp.pl: Allow ';' in commentsKarl Williamson2012-07-241-1/+1
| * regcomp.c: Optimize [^\n] into \NKarl Williamson2012-07-242-1/+7
| * regcomp.c: White-space, comments onlyKarl Williamson2012-07-241-22/+32
| * regcomp.c: Refactor new charclass optimizationsKarl Williamson2012-07-241-97/+61