summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* regen/reentr.pl: Use Configure'd typesKarl Williamson2020-01-141-2/+2
* l1_char_class_tab.h: Add bits for binary, octal digitsKarl Williamson2020-01-131-0/+3
* Change some structures/fcns to use I32 and U32Karl Williamson2020-01-031-2/+9
* regen/mk_invlists.pl: Move inversion list adjacent to similarKarl Williamson2019-12-181-8/+8
* Revert "Move PL_check to the interp vars to fix threading issues"Tony Cook2019-12-161-2/+12
* Move PL_check to the interp vars to fix threading issuesStefan Seifert2019-12-121-12/+2
* Add the `isa` operatorPaul "LeoNerd" Evans2019-12-094-1/+16
* regen/ebcdic.pl: Fix bug in decoding some high code pointsKarl Williamson2019-12-071-5/+13
* regen/ebcdic.pl: Comments only: typo, add column headingsKarl Williamson2019-12-071-1/+4
* updates to $^H{feature_validname} now update cop_featuresTony Cook2019-12-051-13/+58
* Move data for PL_InBitmap to charclass_invlists.hKarl Williamson2019-11-261-0/+31
* regcharclass.h: Add some macrosKarl Williamson2019-11-162-11/+42
* regen/regcharclass_multi_char_folds.pl: SimplifyKarl Williamson2019-11-161-9/+12
* regen/regcharclass_multi_char_folds.pl: Use printable charKarl Williamson2019-11-161-3/+9
* regen/regcharclass_multi_char_folds.pl: Fix commentsKarl Williamson2019-11-161-10/+10
* Fix FEATURE_${NAME}_IS_ENABLED macro for default featuresDagfinn Ilmari Mannsåker2019-11-141-8/+8
* regen/ebcdic.pl: Allow for declaring table size.Karl Williamson2019-11-111-6/+7
* Remove lib/unicore/Heavy.plKarl Williamson2019-11-062-17/+17
* Change names of some OPpTRANS flagsKarl Williamson2019-11-061-2/+6
* regen/ebcdic.pl: Add tables that partition by UTF-8 lengthKarl Williamson2019-11-061-1/+51
* remove now unneeded FEATURE_IS_ENABLED()Tony Cook2019-10-301-7/+0
* Faster feature checksTony Cook2019-10-301-8/+55
* Move http:// URLs to https:// URLs in source codeMax Maischein2019-10-111-3/+3
* l1_char_class_tab.h: Remove some special EBCDIC casesKarl Williamson2019-10-091-9/+0
* regen charclass_invlists.hDavid Mitchell2019-10-031-1/+1
* regen/regcomp.pl: Rename variableKarl Williamson2019-09-271-4/+4
* regen/regcomp.pl, regcomp.sym: CommentsKarl Williamson2019-09-271-20/+15
* regen/embed.pl: Enforce some flag restrictionsKarl Williamson2019-09-151-3/+14
* regen/embed.pl: Update a branch testKarl Williamson2019-09-151-1/+1
* embed.fnc: 'm' and 'p' flags don't make sense togetherKarl Williamson2019-09-151-1/+3
* regen/embed.pl: Generally generate an ARGS_ASSERTKarl Williamson2019-09-151-5/+7
* regen/embed.pl: Wrap #if..#endif differentlyKarl Williamson2019-09-151-4/+3
* Add 'C' flag to embed.fnc, for "core-only" fcnsKarl Williamson2019-09-152-2/+3
* embed.fnc: Add 'u' flag for unorthodox parameter macrosKarl Williamson2019-09-021-1/+3
* Note that PERL_MAGIC_foo are documentedKarl Williamson2019-09-021-1/+6
* Note that the warnings categories are documentedKarl Williamson2019-09-021-2/+8
* warnings.h: Add pod about finding the XS warning categoryKarl Williamson2019-09-021-0/+7
* regen/embed.pl: Enforce 'b' without 'M' requires 'D'Karl Williamson2019-09-021-0/+2
* regen/embed.pl: Enforce mutual exclusivity of 'b', 'm'Karl Williamson2019-09-021-0/+2
* autodoc.pl: Add h flag for hidden documentationKarl Williamson2019-09-021-1/+1
* regen/embed.pl: Improve error msgKarl Williamson2019-09-021-1/+2
* regen/embed.pl: Sort accepted flags list; N n s are legalKarl Williamson2019-09-021-1/+1
* regen/mk_invlists.pl: Fix /i rules for non-ASCII machinesKarl Williamson2019-08-261-5/+8
* regen/mk_invlists.pl: Never remap 0Karl Williamson2019-08-261-2/+2
* regen/mk_invlists.pl: inversion map requires a final entryKarl Williamson2019-08-261-0/+3
* uni_keywords.h: Fix to work on EBCDICKarl Williamson2019-08-211-1/+1
* Fix apidoc macro entriesKarl Williamson2019-06-251-2/+2
* embed.fnc: Add flag for bypass macro existenceKarl Williamson2019-05-301-2/+5
* embed.fnc: Change M flag to xKarl Williamson2019-05-301-1/+1
* embed.fnc: Change x flag to eKarl Williamson2019-05-301-1/+1