summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* uninline panic branch from POPSTACKDaniel Dragan2012-12-235-2/+15
* perlhack: in-line functions need extra careKarl Williamson2012-12-231-0/+9
* handy.h: Add full complement of isIDCONT() macrosKarl Williamson2012-12-2311-7/+101
* ext/XS-APItest/t/handy.t: White-space onlyKarl Williamson2012-12-231-18/+18
* ext/XS-APItest/t/handy.t: Work better on platforms sans proper localesKarl Williamson2012-12-231-2/+4
* Proper IEEE overflow semantics for VMS.Craig A. Berry2012-12-232-3/+3
* svleak.t: Add a test; make another more robustKarl Williamson2012-12-231-3/+8
* Deprecate calling isFOO_utf8() with malformedKarl Williamson2012-12-232-3/+24
* Add Augustina Blair to AUTHORSKarl Williamson2012-12-231-0/+1
* Removed p5p-faq reference from perlhack.pod.Augustina Blair2012-12-231-7/+0
* regcomp.pl: Calculate col widths for perldebgutsFather Chrysostomos2012-12-221-1/+1
* Regenerate the regnode table in perldebguts.pod automaticallyFather Chrysostomos2012-12-226-203/+284
* regcomp.c: Change some instances to SvREFCNT_dec_NNKarl Williamson2012-12-221-46/+46
* Increase $diagnostics::VERSION to 1.31Father Chrysostomos2012-12-221-1/+1
* RT-89642 - Don't treat ,; as special end-of-line characters.Matthew Horsfall (alh)2012-12-224-38/+107
* regcomp.c: Yet another move of declaration to proper placeKarl Williamson2012-12-221-1/+2
* Fix erroneous USE_LONG_DOUBLE in configure.com.Craig A. Berry2012-12-221-0/+3
* Fix d_nv_preserves_uv on VMS with 64-bit int but no long double.Craig A. Berry2012-12-221-1/+1
* regcomp.c: Move declaration to proper placeKarl Williamson2012-12-221-1/+2
* Merge character class handling revamp topic branch into bleadKarl Williamson2012-12-2225-2363/+1754
|\
| * regcomp.c: Reorder some case: statements so can FALL THROUGHKarl Williamson2012-12-221-27/+27
| * regcomp.c: White-space only; no code changesKarl Williamson2012-12-221-8/+9
| * Deprecate all is_(uni|utf8)_foo function usesKarl Williamson2012-12-223-29/+90
| * Create internal _is_utf8_mark()Karl Williamson2012-12-226-6/+25
| * regexec.c: Combine adjacent 'ifs' with same clauseKarl Williamson2012-12-221-13/+12
| * regexec.c: Remove 2 unnecessary break statementsKarl Williamson2012-12-221-2/+0
| * Remove TODO for test for #114272Karl Williamson2012-12-221-1/+1
| * Remove temporary back-compat PL_ variable namesKarl Williamson2012-12-223-24/+14
| * utf8.c: Remove two internal now unused functions.Karl Williamson2012-12-224-36/+0
| * regexec.c: Revamp the macros to load swashesKarl Williamson2012-12-221-28/+38
| * handy.h: Improve some commentsKarl Williamson2012-12-221-9/+14
| * regexec.c: Remove unused macro definitionsKarl Williamson2012-12-221-18/+0
| * regcomp.c: Reorder two if-elsesKarl Williamson2012-12-221-23/+23
| * Consolidate some regex OPSKarl Williamson2012-12-228-1354/+849
| * regexec.c: comments, white-space onlyKarl Williamson2012-12-221-13/+15
| * handy.h: Refactor some internal macro callsKarl Williamson2012-12-221-73/+78
| * regcomp.c: Expand only call of a macroKarl Williamson2012-12-221-31/+20
| * regcomp.c: Combine two cases in a switch()Karl Williamson2012-12-221-8/+4
| * regcomp.c: Replace macro by expansion in only place calledKarl Williamson2012-12-221-33/+40
| * regcomp.c: Collapse switch() caseKarl Williamson2012-12-221-5/+5
| * regcomp.c: Expand single instance of macroKarl Williamson2012-12-221-11/+5
| * regcomp.c: Collapse cases in a switch()Karl Williamson2012-12-221-27/+14
| * regcomp.c: Use auto variables set to array elementsKarl Williamson2012-12-221-11/+16
| * regcomp.c: Collapse some switch() casesKarl Williamson2012-12-221-66/+31
| * regcomp.c: Move some code to later in blockKarl Williamson2012-12-221-4/+4
| * regcomp.c: Combine some cases in a switch()Karl Williamson2012-12-221-16/+17
| * regcomp.c: Replace macro call by gotoKarl Williamson2012-12-221-78/+65
| * regcomp.c: Slight refactor of [[:blank:]]Karl Williamson2012-12-221-8/+11
| * regcomp.c: Remove dead codeKarl Williamson2012-12-221-24/+6
| * regcomp.c: Use values if known at compile timeKarl Williamson2012-12-221-0/+14