summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* In feature.pm, inline current_bundle() into __common(), its only caller.Nicholas Clark2012-03-191-7/+4
* In feature.pm, inline normalise_hints() into __common(), its only caller.Nicholas Clark2012-03-191-11/+7
* Merge the code common to feature::import and feature::unimport.Nicholas Clark2012-03-191-24/+11
* In feature.pm, use a consistent code style in import() and unimport().Nicholas Clark2012-03-191-5/+6
* Patch [perl #111400] [:upper:] broken for above Latin1Karl Williamson2012-02-281-5/+25
* Don’t ‘normalise’ hints for bare ‘no feature’Father Chrysostomos2012-02-251-5/+5
* regen/feature.pl: Show perl.h line num in error msgFather Chrysostomos2012-02-251-1/+1
* "no feature" now means reset to defaultRicardo Signes2012-02-221-7/+8
* perl #77654: quotemeta quotes non-ASCII consistentlyKarl Williamson2012-02-151-2/+2
* l1_char_class_tab.h: Add field for quotemetaKarl Williamson2012-02-151-0/+3
* regcomp.c: /[[:lower:]]/i should match the same as /\p{Lower}/iKarl Williamson2012-02-111-1/+3
* regcomp.c: Remove duplicate inversion listKarl Williamson2012-02-111-1/+0
* Add compile-time inversion lists for POSIX classesKarl Williamson2012-02-091-1/+69
* Add regen/mk_invlists.pl, charclass_invlists.hKarl Williamson2012-02-091-0/+83
* warnings.pm docs: clarify categories are in perllexwarnDavid Golden2012-02-041-1/+2
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-292-0/+6
* Add the fc keyword in regen/feature.plBrian Fraser2012-01-291-3/+13
* feature.h: Mask hints in CURRENT_FEATURE_BUNDLEFather Chrysostomos2012-01-281-1/+2
* Increase $warnings::VERSION to 1.13Father Chrysostomos2012-01-261-1/+1
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-2/+2
* Bump several file copyright datesSteffen Schwigon2012-01-191-1/+1
* handle U suffixed unsigned int literals from regexp.hTony Cook2012-01-171-0/+4
* Correct links to perlsyn and perlopFather Chrysostomos2012-01-051-1/+1
* Explain perlguts changes in mg_vtable.pl commentFather Chrysostomos2012-01-021-1/+4
* Regenerate perlguts’ mg table automaticallyFather Chrysostomos2012-01-021-8/+21
* [perl #103492] Give lvalue cx to (s)printf argsFather Chrysostomos2011-12-311-1/+1
* feature.pl: Get HINT_UNI_8_BIT from perl.hFather Chrysostomos2011-12-241-12/+19
* Port regen/regen_lib.pl to 5.6.2Father Chrysostomos2011-12-241-1/+1
* Deparse implicit with ‘use feature’Father Chrysostomos2011-12-241-4/+4
* use VERSION needs to enable uni8bit hintFather Chrysostomos2011-12-241-0/+4
* feature.pl: Make the perl.h search more resilientFather Chrysostomos2011-12-241-1/+1
* feature.pl: Mention perl.h as a sourceFather Chrysostomos2011-12-241-1/+2
* Make MAX_FEATURE_LEN reflect realityFather Chrysostomos2011-12-241-2/+6
* feature.h: FEATURE_IS_ENABLED can use CURRENT_HINTSFather Chrysostomos2011-12-241-1/+1
* feature.pl: Remove unused varFather Chrysostomos2011-12-241-1/+0
* feature.pm: Move hint normalisation to separate functionFather Chrysostomos2011-12-241-10/+13
* op.c: Use new feature bundle hintsFather Chrysostomos2011-12-241-1/+5
* feature.h: Function for enabling bundlesFather Chrysostomos2011-12-241-0/+27
* Move FEATURE_IS_ENABLED to feature.hFather Chrysostomos2011-12-241-2/+9
* Eliminate ‘negative’ featuresFather Chrysostomos2011-12-241-28/+7
* feature.pl: Tweak commentFather Chrysostomos2011-12-241-1/+1
* feature.h: Avoid compiler warningFather Chrysostomos2011-12-241-1/+12
* Use new feature-testing macrosFather Chrysostomos2011-12-241-1/+2
* feature.pm: Set bundle hints when dis/enabling featuresFather Chrysostomos2011-12-241-0/+12
* feature.pm: Add function for getting the current bundleFather Chrysostomos2011-12-241-0/+6
* feature.pl: Use @HintedBundles for generating feature.hFather Chrysostomos2011-12-241-5/+3
* Give feature.pm the bundle hintsFather Chrysostomos2011-12-241-1/+12
* feature.pl: Generate list of feature bundles in podFather Chrysostomos2011-12-241-11/+19
* feature.pl: Add section headersFather Chrysostomos2011-12-241-1/+18
* feature.pl: Move hint-checking code upFather Chrysostomos2011-12-241-23/+24