summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Flatten vstrings modified in placeFather Chrysostomos2012-07-2713-45/+23
* pp.c:pp_trans: avoid redundant sv in transrFather Chrysostomos2012-07-271-2/+4
* Document return to be exempt from the looks-like-a-function rule, like dump, ...Eric Brine2012-07-271-0/+4
* perlfunc: document last/next EXPRFather Chrysostomos2012-07-271-9/+23
* B::Deparse: loopexes have assignment precFather Chrysostomos2012-07-273-3/+10
* Increase $B::Deparse::VERSION to 1.16Father Chrysostomos2012-07-271-1/+1
* [perl #113684] Make redo/last/next/dump accept exprFather Chrysostomos2012-07-274-83/+114
* pp.h: Make [TP]OPp and [TP]OPpx identicalFather Chrysostomos2012-07-271-4/+5
* op.c: apidoc typoFather Chrysostomos2012-07-271-1/+1
* [perl #113684] Document actual prec of loop exitsFather Chrysostomos2012-07-273-2/+27
* Fix CvOUTSIDE assert/refcnt bugs with sub redefinitionFather Chrysostomos2012-07-272-6/+18
* Fix CvGV assertion bug with sub redefinitionFather Chrysostomos2012-07-272-1/+11
* Restore microperl, which has been unable to build since January.Nicholas Clark2012-07-274-4/+5
* When setting environment variables via %ENV, force values to be strings onlyChip Salzenberg2012-07-263-17/+96
* Make all the SvPV*force* macros always return sv with SvPOK_only, as APIChip Salzenberg2012-07-262-11/+19
* 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