summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Improve how regcomp.pl handles multibitsYves Orton2013-03-271-7/+16
* Make smartmatch, given & when experimentalBrian Fraser2013-03-261-1/+3
* regen/unicode_constants.pl: Change #define nameKarl Williamson2013-03-081-1/+1
* regen/unicode_constants.pl: Make portable to non-ASCIIKarl Williamson2013-03-081-32/+31
* regen/unicode_constants.pl: Remove unused constantKarl Williamson2013-03-081-1/+0
* regen/unicode_constants.pl: Pass through input commentsKarl Williamson2013-03-081-6/+17
* regen/unicode_constants.pl: Convert '-' in names to '_'Karl Williamson2013-03-081-4/+4
* put an experimental warning on lexical topicRicardo Signes2013-02-201-0/+2
* In warnings.pm, delete a hash slice, instead of using a loop.Nicholas Clark2013-02-171-2/+2
* regen/embed.pl: Extract out duplicate code into a fcnKarl Williamson2013-02-081-20/+13
* regen/embed.pl: Warn if have > 1 i, p, and s flagsKarl Williamson2013-02-081-2/+7
* regcharclass.h: Add macro for non-ASCII PATWSKarl Williamson2013-01-231-1/+1
* /regen/regcharclass.pl: white-space only; no code changesKarl Williamson2013-01-231-4/+4
* regen/regcharclass.pl: Add capabilityKarl Williamson2013-01-231-4/+11
* Deprecate certain rare uses of backslashes within regexesKarl Williamson2013-01-191-0/+8
* regcharclass.h: Add macro for finding pattern white spaceKarl Williamson2013-01-111-0/+4
* Create new warnings category experimental::regex_setsKarl Williamson2013-01-111-1/+3
* regex: Add pseudo-Posix class: 'cased'Karl Williamson2012-12-311-0/+1
* regcomp.c: Don't iterate while changing an inversion listKarl Williamson2012-12-281-0/+4
* regen/embed.pl: Add sanity test for entriesKarl Williamson2012-12-281-0/+3
* regcomp.pl: Calculate col widths for perldebgutsFather Chrysostomos2012-12-221-1/+1
* Regenerate the regnode table in perldebguts.pod automaticallyFather Chrysostomos2012-12-221-4/+62
* handy.h: Create isALPHANUMERIC() and kinKarl Williamson2012-12-221-2/+2
* silence g++ warning with PL_magic_vtable_namesDavid Mitchell2012-12-181-2/+2
* Rename property involved in \X matching, for clarityKarl Williamson2012-12-161-2/+2
* regen/unicode_constants.pl: Add option to skip if undefKarl Williamson2012-12-161-6/+13
* make regcharclass generate submacros if necessary to keep them shortYves Orton2012-12-061-11/+23
* Disable PL_sawampersandFather Chrysostomos2012-11-271-0/+6
* regen/embed.pl: flag 'i' didn't work with 'n'Karl Williamson2012-11-241-1/+1
* Increase $feature::VERSION to 1.32Father Chrysostomos2012-11-241-1/+1
* Warn when declaring lexsubs, not when enabling themFather Chrysostomos2012-11-241-10/+6
* regen/embed.pl: Fix uninit variable warning.Karl Williamson2012-11-191-1/+1
* regexec.c: Use SPACE macros instead of swashKarl Williamson2012-11-191-0/+4
* Refactor is_XDIGIT_uni(), is_XDIGIT_utf8() and macrosKarl Williamson2012-11-191-0/+4
* Refactor is_BLANK_uni() and is_BLANK_utf8() macrosKarl Williamson2012-11-191-1/+1
* handy.h: Add isVERTWS_uni(), isVERTWS_utf8()Karl Williamson2012-11-191-1/+1
* regen/regcharclass.pl: Add 'cp_high' macro typeKarl Williamson2012-11-191-14/+20
* regexes: Add \v to table of latin1 char classesKarl Williamson2012-11-191-2/+3
* [perl #114864] Don’t use amt for DESTROYFather Chrysostomos2012-11-171-2/+0
* make regcharclass hash order determinisiticYves Orton2012-11-171-5/+5
* Eliminate test from generated cp macrosYves Orton2012-11-171-2/+7
* regen/mk_PL_charclass.pl: Use mktables table for charnameKarl Williamson2012-11-111-1/+1
* add padrange opDavid Mitchell2012-11-101-0/+1
* remove various redundant dTHXesDaniel Dragan2012-11-081-1/+1
* De-globalize regcomp inversion lists.Craig A. Berry2012-10-261-1/+6
* regen/mk_PL_charclass.pl: Move code to subroutineKarl Williamson2012-10-201-6/+11
* regen/mk_PL_charclass.pl: White-space only; no code changesKarl Williamson2012-10-201-60/+60
* regen/mk_PL_charclass.pl: Generate our own tables for certain propertiesKarl Williamson2012-10-201-7/+28
* regen/mk_invlists.pl: Generate our own tables for certain propertiesKarl Williamson2012-10-201-6/+72
* regen/regcharclass.pl: White space only; no code changesKarl Williamson2012-10-201-10/+10