summaryrefslogtreecommitdiff
path: root/regen
Commit message (Expand)AuthorAgeFilesLines
* Add freed ops to PL_op_(name|desc)Father Chrysostomos2012-08-081-0/+2
* mktables: Generate tables for chars that aren't in final fold posKarl Williamson2012-08-022-3/+10
* regen/mk_invlists: Add mode to generate above-Latin1 onlyKarl Williamson2012-08-021-3/+23
* regen/mk_PL_charclass.pl: Remove obsolete codeKarl Williamson2012-08-021-2/+0
* Flatten vstrings modified in placeFather Chrysostomos2012-07-271-2/+1
* Merge ck_trunc and ck_chdirFather Chrysostomos2012-07-251-1/+1
* handy.h: Free up bits in PL_charclass[]Karl Williamson2012-07-241-28/+15
* handy.h: Move bit shifting into base macroKarl Williamson2012-07-241-2/+2
* handy.h: l1_charclass.h: Add bit for matching ASCIIKarl Williamson2012-07-241-2/+3
* regen/regcomp.pl: Allow ';' in commentsKarl Williamson2012-07-241-1/+1
* Fixup indentationJan Dubois2012-07-181-6/+9
* Adding support for Visual C's __declspec(noreturn) function declarations to perlDaniel Dragan2012-07-181-2/+5
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-131-1/+1
* mg_vtable.pl: Mention all generated filesFather Chrysostomos2012-07-121-0/+2
* Add OP_FREED op typeFather Chrysostomos2012-06-291-0/+3
* Reset the iterator when an array is clearedVincent Pit2012-06-221-1/+1
* 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