summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* 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
* regen/regcharclass.pl: Generate better code for some macrosKarl Williamson2012-10-201-81/+280
* regen/regcharclass.pl: White-space only; no code changesKarl Williamson2012-10-201-88/+88
* regen/regcharclass.pl: Refactor a 'return' slightlyKarl Williamson2012-10-201-2/+2
* regen/regcharclass.pl: Change name of generated macroKarl Williamson2012-10-162-12/+16
* regen/mk_invlists.pl: Make list for multi-fold charsKarl Williamson2012-10-141-0/+1
* regen/mk_PL_charclass.pl: Add bit for if character foldsKarl Williamson2012-10-111-0/+3
* fix C++ builds broken by cdc4a174060Daniel Dragan2012-10-101-4/+7
* have embed.pl add PERL_CALLCONV_NO_RET to noreturn staticsDaniel Dragan2012-10-091-0/+3
* regcomp.c: Refactor join_exact() to handle all multi-char foldsKarl Williamson2012-10-091-4/+2
* regen/regcharclass.pl: Generate macros for multi-char fold sequencesKarl Williamson2012-10-091-0/+13
* Add regen/regcharclass_multi_char_folds.plKarl Williamson2012-10-091-0/+106
* regen/regcharclass.pl: Simplify regexKarl Williamson2012-10-091-1/+1
* regen/regcharclass.pl: Add ability for more complex inputsKarl Williamson2012-10-091-4/+23
* regen/regcharclass.pl: improved optree generationYves Orton2012-10-031-20/+26
* regen/regcharclass.pl: add comments and some minor code cleanupYves Orton2012-10-031-17/+34
* Remove length magic on scalarsFather Chrysostomos2012-10-011-1/+1
* Increase $warnings::VERSION to 1.15Father Chrysostomos2012-09-301-1/+1
* Increase $feature::VERSION to 1.31Father Chrysostomos2012-09-301-1/+1
* Use two colons for lexsub warningFather Chrysostomos2012-09-302-8/+4
* remove test define from regen/regcharclass.plYves Orton2012-09-291-5/+0
* improve conditional folding logic in regen/regcharclass.plYves Orton2012-09-291-7/+12
* fix perl #115078, ternary folding logic failureYves Orton2012-09-291-5/+22
* add a new define for testing perl #115078Yves Orton2012-09-291-0/+5
* Correct fm vtable in perlguts.podFather Chrysostomos2012-09-251-1/+1