summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Constant folding for xFather Chrysostomos2012-06-081-1/+1
* docs patch: 'unicode_strings' doesn't change utf8nessKarl Williamson2012-06-071-2/+3
* mk_PL_charclass.pl: Allow to work on early UnicodesKarl Williamson2012-06-021-3/+42
* mk_invlists.pl: Add error check and die if failsKarl Williamson2012-06-021-0/+4
* Expunge study magicFather Chrysostomos2012-05-291-2/+0
* Make pos use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-1/+1
* Make undef use ck_fun and OA_SCALARREFFather Chrysostomos2012-05-291-1/+1
* regen/mk_invlists.pl: Fail if inversion list not foundKarl Williamson2012-05-221-0/+2
* handy.h: New defn of isOCTAL_A() to free up bitKarl Williamson2012-05-221-1/+0
* mk_PL_charclass.pl: Don't use \w, \sKarl Williamson2012-05-221-3/+3
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-5/+3
* feature.pl: Make 5.even bundle imply 5.oddFather Chrysostomos2012-05-211-4/+6
* Copy call checker when cloning closure prototypeFather Chrysostomos2012-05-211-1/+2
* regen/opcodes: Rmv evalonce commentFather Chrysostomos2012-05-211-1/+0
* add the 5.17 feature bundleRicardo Signes2012-05-201-1/+3
* Tweak the FEATURE_IS_ENABLED() macro to avoid a bug in the HP-UX compiler.Nicholas Clark2012-04-121-1/+3
* 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