summaryrefslogtreecommitdiff
path: root/regcharclass.h
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #132463] perluniprops for \p{Word}Karl Williamson2018-03-121-1/+1
* Unicode::UCD: max code point is now IV_MAXKarl Williamson2018-03-021-1/+1
* fixup regen/regcharclass.pl for no '.'in @INCDavid Mitchell2017-04-071-1/+1
* Balance uniprops testsKarl Williamson2017-02-191-1/+1
* Fix bug with a digit range under re 'strict'Karl Williamson2017-01-191-1/+1
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-2/+2
* regen/regcharclass.pl: Add const castKarl Williamson2016-12-111-1088/+1112
* Fixup Unicode::UCD pod/version and regen dependent filesMatthew Horsfall2016-11-141-1/+1
* Allow "." to be excluded from @INCH.Merijn Brand2016-11-111-1/+1
|\
| * Regen from the "special" regen scriptsAaron Crane2016-11-111-1/+1
* | Move Unicode-Normalize to dist/Karl Williamson2016-11-111-1/+1
|/
* uniprops.t: split into 10 seperate test files t/re/uniprops01.t etcYves Orton2016-10-191-1/+1
* Add macro for Unicode Corregindum #9 strictKarl Williamson2016-09-171-1/+1
* Add macro for determining if UTF-8 is Unicode-strictKarl Williamson2016-09-171-1/+1
* isUTF8_CHAR(): Bring UTF-EBCDIC to parity with ASCIIKarl Williamson2016-09-171-23/+1
* regen/regcharclass.pl: surrogates are code pointsKarl Williamson2016-09-171-4/+4
* Make 3 UTF-8 macros APIKarl Williamson2016-08-311-45/+45
* Correct spelling errors: lib/unicore/mktablesShlomi Fish2016-08-061-1/+1
* Change \p{foo} to mean \p{scx: foo}Karl Williamson2016-06-301-2/+2
* perluniprops: Fix podKarl Williamson2016-06-251-1/+1
* Use Unicode 9.0Unicode Consortium2016-06-211-43/+43
* Prepare for Unicode 9.0Karl Williamson2016-06-211-2/+2
* Tell mktables what Unicode version mk_invlist.pl handlesKarl Williamson2016-06-211-1/+1
* t/re/uniprops.t: Add more description for \b{} testsKarl Williamson2016-06-211-1/+1
* Add an example of the '0x' string format.Jarkko Hietaniemi2016-05-301-1/+1
* Stop accepting deprecated NBSP in \N{}Karl Williamson2016-05-091-1/+1
* mktables: Don't destroy a data structure too soon.Karl Williamson2016-05-091-1/+1
* mktables: Add info under -annotate optionKarl Williamson2016-05-091-1/+1
* mktables: Add stack trace facilityKarl Williamson2016-05-091-1/+1
* regen/mk_invlists.pl: Revamp so works on earlier UnicodesKarl Williamson2016-03-171-1/+1
* mktables: Use correct structure to look up dataKarl Williamson2016-03-171-1/+1
* mktables: Fix bug with early Unicode versionsKarl Williamson2016-03-171-1/+1
* mktables: Unicode 1.5 only had 2**16 code pointsKarl Williamson2016-03-171-1/+1
* t/re/uniprops.t: Remove wrong test casesKarl Williamson2016-03-121-1/+1
* re/uniprops: Fix EBCDIC issueKarl Williamson2016-02-031-1/+1
* t/re/uniprops.t: Fix bug in diagnostic outputKarl Williamson2016-01-191-1/+1
* Add qr/\b{lb}/Karl Williamson2016-01-191-1/+2
* Make tables for Perl-tailored Unicode Line_Break propertyKarl Williamson2016-01-191-1/+1
* mktables: Add field to constructorKarl Williamson2016-01-191-1/+1
* re/uniprops: Fix to work on early UnicodesKarl Williamson2016-01-141-1/+1
* Unicode::UCD: Fix to work on very early Unicode versionsKarl Williamson2016-01-141-1/+1
* Don't generate EBCDIC POSIX-BC tablesKarl Williamson2016-01-141-621/+1
* Tailor \b{wb} for PerlKarl Williamson2016-01-081-1/+1
* mktables: Add constructor parameterKarl Williamson2016-01-081-1/+1
* mktables: Fix /l testing in re/uniprops.tKarl Williamson2016-01-061-1/+1
* mktables: Free up some memory after final useKarl Williamson2015-12-231-1/+1
* mktables: Add "$0:" to its first outputKarl Williamson2015-12-191-1/+1
* standardize on "lookahead" and "lookaround"Ed Avis2015-12-071-1/+1
* Extend UTF-EBCDIC to handle up to 2**64-1Karl Williamson2015-11-251-1/+1
* Get re/uniprops.t to pass on minitestKarl Williamson2015-11-211-1/+1