| Commit message (Expand) | Author | Age | Files | Lines |
* | Make ‘make regen’ regenerate the tree in perllexwarn | Father Chrysostomos | 2013-06-09 | 1 | -1/+23 |
* | In regen/regen_lib.pl, add 'Pod' as a third supported 'language'. | Nicholas Clark | 2013-05-23 | 1 | -5/+9 |
* | typo fixes for regen scripts | David Steinbrunner | 2013-05-22 | 4 | -11/+11 |
* | Eliminate pre-5.9.x conditional code for PERL_PACK_CAN_SHRIEKSIGN | Nicholas Clark | 2013-05-20 | 1 | -4/+4 |
* | Move genpacksizetables.pl to regen/genpacksizetables.pl | Nicholas Clark | 2013-05-20 | 1 | -0/+125 |
* | Fix multi-char fold edge case | Karl Williamson | 2013-05-20 | 1 | -0/+23 |
* | unicode_constants.h: Add some #defines | Karl Williamson | 2013-05-20 | 1 | -0/+3 |
* | pp.c: Eliminate custom macro and use Copy() instead | Karl Williamson | 2013-05-20 | 1 | -0/+3 |
* | regen feature.pm | Ricardo Signes | 2013-05-18 | 1 | -1/+3 |
* | Improve how regcomp.pl handles multibits | Yves Orton | 2013-03-27 | 1 | -7/+16 |
* | Make smartmatch, given & when experimental | Brian Fraser | 2013-03-26 | 1 | -1/+3 |
* | regen/unicode_constants.pl: Change #define name | Karl Williamson | 2013-03-08 | 1 | -1/+1 |
* | regen/unicode_constants.pl: Make portable to non-ASCII | Karl Williamson | 2013-03-08 | 1 | -32/+31 |
* | regen/unicode_constants.pl: Remove unused constant | Karl Williamson | 2013-03-08 | 1 | -1/+0 |
* | regen/unicode_constants.pl: Pass through input comments | Karl Williamson | 2013-03-08 | 1 | -6/+17 |
* | regen/unicode_constants.pl: Convert '-' in names to '_' | Karl Williamson | 2013-03-08 | 1 | -4/+4 |
* | put an experimental warning on lexical topic | Ricardo Signes | 2013-02-20 | 1 | -0/+2 |
* | In warnings.pm, delete a hash slice, instead of using a loop. | Nicholas Clark | 2013-02-17 | 1 | -2/+2 |
* | regen/embed.pl: Extract out duplicate code into a fcn | Karl Williamson | 2013-02-08 | 1 | -20/+13 |
* | regen/embed.pl: Warn if have > 1 i, p, and s flags | Karl Williamson | 2013-02-08 | 1 | -2/+7 |
* | regcharclass.h: Add macro for non-ASCII PATWS | Karl Williamson | 2013-01-23 | 1 | -1/+1 |
* | /regen/regcharclass.pl: white-space only; no code changes | Karl Williamson | 2013-01-23 | 1 | -4/+4 |
* | regen/regcharclass.pl: Add capability | Karl Williamson | 2013-01-23 | 1 | -4/+11 |
* | Deprecate certain rare uses of backslashes within regexes | Karl Williamson | 2013-01-19 | 1 | -0/+8 |
* | regcharclass.h: Add macro for finding pattern white space | Karl Williamson | 2013-01-11 | 1 | -0/+4 |
* | Create new warnings category experimental::regex_sets | Karl Williamson | 2013-01-11 | 1 | -1/+3 |
* | regex: Add pseudo-Posix class: 'cased' | Karl Williamson | 2012-12-31 | 1 | -0/+1 |
* | regcomp.c: Don't iterate while changing an inversion list | Karl Williamson | 2012-12-28 | 1 | -0/+4 |
* | regen/embed.pl: Add sanity test for entries | Karl Williamson | 2012-12-28 | 1 | -0/+3 |
* | regcomp.pl: Calculate col widths for perldebguts | Father Chrysostomos | 2012-12-22 | 1 | -1/+1 |
* | Regenerate the regnode table in perldebguts.pod automatically | Father Chrysostomos | 2012-12-22 | 1 | -4/+62 |
* | handy.h: Create isALPHANUMERIC() and kin | Karl Williamson | 2012-12-22 | 1 | -2/+2 |
* | silence g++ warning with PL_magic_vtable_names | David Mitchell | 2012-12-18 | 1 | -2/+2 |
* | Rename property involved in \X matching, for clarity | Karl Williamson | 2012-12-16 | 1 | -2/+2 |
* | regen/unicode_constants.pl: Add option to skip if undef | Karl Williamson | 2012-12-16 | 1 | -6/+13 |
* | make regcharclass generate submacros if necessary to keep them short | Yves Orton | 2012-12-06 | 1 | -11/+23 |
* | Disable PL_sawampersand | Father Chrysostomos | 2012-11-27 | 1 | -0/+6 |
* | regen/embed.pl: flag 'i' didn't work with 'n' | Karl Williamson | 2012-11-24 | 1 | -1/+1 |
* | Increase $feature::VERSION to 1.32 | Father Chrysostomos | 2012-11-24 | 1 | -1/+1 |
* | Warn when declaring lexsubs, not when enabling them | Father Chrysostomos | 2012-11-24 | 1 | -10/+6 |
* | regen/embed.pl: Fix uninit variable warning. | Karl Williamson | 2012-11-19 | 1 | -1/+1 |
* | regexec.c: Use SPACE macros instead of swash | Karl Williamson | 2012-11-19 | 1 | -0/+4 |
* | Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macros | Karl Williamson | 2012-11-19 | 1 | -0/+4 |
* | Refactor is_BLANK_uni() and is_BLANK_utf8() macros | Karl Williamson | 2012-11-19 | 1 | -1/+1 |
* | handy.h: Add isVERTWS_uni(), isVERTWS_utf8() | Karl Williamson | 2012-11-19 | 1 | -1/+1 |
* | regen/regcharclass.pl: Add 'cp_high' macro type | Karl Williamson | 2012-11-19 | 1 | -14/+20 |
* | regexes: Add \v to table of latin1 char classes | Karl Williamson | 2012-11-19 | 1 | -2/+3 |
* | [perl #114864] Don’t use amt for DESTROY | Father Chrysostomos | 2012-11-17 | 1 | -2/+0 |
* | make regcharclass hash order determinisitic | Yves Orton | 2012-11-17 | 1 | -5/+5 |
* | Eliminate test from generated cp macros | Yves Orton | 2012-11-17 | 1 | -2/+7 |