summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* 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
* [perl #94490] const fold should not trigger special split " "Father Chrysostomos2012-09-221-1/+1
* add shebangs where missingSawyer X2012-09-221-0/+1
* Document lexical subsFather Chrysostomos2012-09-151-0/+14
* Add experimental lexical_subs featureFather Chrysostomos2012-09-151-3/+25
* feature.pm: Missing spaceFather Chrysostomos2012-09-151-1/+1
* Increase $feature::VERSION to 1.30Father Chrysostomos2012-09-151-1/+1
* Add experimental warnings categ and :lexical_subs warn IDFather Chrysostomos2012-09-151-2/+11
* Add clonecv op typeFather Chrysostomos2012-09-152-1/+2
* Add introcv op typeFather Chrysostomos2012-09-152-1/+2
* Add proto magic typeFather Chrysostomos2012-09-151-0/+1
* padcv op typeFather Chrysostomos2012-09-151-0/+2
* Increase $warnings::VERSION to 1.14Father Chrysostomos2012-09-141-1/+1
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-7/+15
* utf8.h: Use machine generated IS_UTF8_CHAR()Karl Williamson2012-09-131-0/+16
* regen/regcharclass.pl: Add ability to restrict platformsKarl Williamson2012-09-131-0/+9
* utf8.h: Remove some EBCDIC dependenciesKarl Williamson2012-09-131-0/+12
* regen/regcharclass.pl: Add optimizationKarl Williamson2012-09-131-5/+42
* regen/regcharclass.pl: White-space onlyKarl Williamson2012-09-131-7/+7
* regen/regcharclass.pl: Extend previously added optimizationKarl Williamson2012-09-131-13/+71
* regen/regcharclass.pl: Rmv always true components from gen'd macroKarl Williamson2012-09-131-0/+3
* regen/regcharclass.pl: Add an optimizationKarl Williamson2012-09-131-0/+126
* regen/regcharclass.pl: Rename a variableKarl Williamson2012-09-131-3/+3
* regen/regcharclass.pl: Pass options deeper into call stackKarl Williamson2012-09-131-8/+8
* Use macro not swash for utf8 quotemetaKarl Williamson2012-09-131-0/+4
* regen/regcharclass.pl: Add new output macro typeKarl Williamson2012-09-131-5/+10
* regen/regcharclass.pl: Add documentationKarl Williamson2012-09-131-32/+128
* regen/regcharclass.pl: Error check input betterKarl Williamson2012-09-131-3/+15
* regen/regcharclass.pl: Allow comments in inputKarl Williamson2012-09-131-8/+8
* regen/unicode_constants.pl: Add name parameterKarl Williamson2012-09-131-3/+11