summaryrefslogtreecommitdiff
path: root/lib/unicore/mktables
Commit message (Expand)AuthorAgeFilesLines
* create new unicode props as defined in POSIX spec (optionally use them in the...Yves Orton2008-11-071-1/+37
* Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE...Yves Orton2007-04-231-1/+13
* current status on Unicode Regular ExpressionsSADAHIRO Tomoyuki2007-02-061-12/+34
* mktables executes seven time per build sighYves Orton2006-09-131-1/+9
* Speed up lib/unicore/mktables by 45%Andy Lester2005-06-011-27/+27
* mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)Yves Orton2005-04-251-1/+73
* Re: Bugs? In Unicode::EastAsianWidth.Audrey Tang2005-04-071-4/+8
* Fix -C option of mktables (for VMS)Yves Orton2005-03-271-12/+27
* Re: Stop mktables from needlessly re-running when using dmake on Win32Yves Orton2005-03-211-0/+60
* Ensure that PVA.pl returns a true value.Rafael Garcia-Suarez2004-10-201-0/+1
* make mktables always update modifed time to play better with makeDave Mitchell2004-06-201-1/+4
* replace the run time code in lib/utf8_pva.pl with data generatedNicholas Clark2004-05-311-5/+69
* Run mktables as part of the build process.Nicholas Clark2004-05-311-8/+10
* Convert to using File::Spec, so that we can build Unicode filesNicholas Clark2004-05-301-25/+34
* Re: "fuzzy" in mktablesJarkko Hietaniemi2004-05-031-0/+10
* Avoid mktables generating Sterm.pl and Sterm.pl in the same directoryNicholas Clark2004-05-011-2/+6
* mktables requires post 5.005Nicholas Clark2004-05-011-0/+1
* candidate for TR18 complianceJeff Pinyan2004-04-271-100/+237
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-031-10/+14
* On closer reading the proposed UTS#18 update requiredJarkko Hietaniemi2003-06-041-18/+21
* Align the 'graph' property definition with the proposedJarkko Hietaniemi2003-06-041-2/+1
* More maneuvering closer to proposed POSIX classesJarkko Hietaniemi2003-04-171-3/+5
* Syntax terror.Jarkko Hietaniemi2003-04-161-1/+1
* Redundant test.Jarkko Hietaniemi2003-04-161-2/+1
* Synchronize the specifications of the POSIX characterJarkko Hietaniemi2003-04-161-4/+8
* Prefer special case mappings.Jarkko Hietaniemi2002-02-191-0/+4
* No need to store identity mappings.Jarkko Hietaniemi2002-02-191-3/+6
* Use the "Unicode 1.0" name field for control characters,Jarkko Hietaniemi2002-02-101-0/+5
* Prettify.Jarkko Hietaniemi2002-02-031-18/+34
* Undo the renaming of the Unicode data files; the simpleJarkko Hietaniemi2002-01-211-25/+25
* Jeffrey's Unicode adventure continues: unify the In/*.plJarkko Hietaniemi2002-01-161-179/+520
* Jeffrey is trying very hard to avoid working on hisJarkko Hietaniemi2002-01-151-89/+232
* A couple of additional character classes from Jeffrey,Jarkko Hietaniemi2002-01-151-3/+77
* Big mktables rewrite from Jeffrey;Jarkko Hietaniemi2002-01-141-674/+1008
* The same problem with To{Lower,Title,Upper}Jarkko Hietaniemi2002-01-051-3/+5
* Add U+0085, U+2028, and U+2029 to \s under Unicode.Jarkko Hietaniemi2002-01-041-2/+2
* Fix all the C(ommon) case foldings as per CaseFold.txt.Jarkko Hietaniemi2001-12-301-1/+3
* Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.Jarkko Hietaniemi2001-12-151-0/+14
* Unicode General Category: CnSADAHIRO Tomoyuki2001-11-161-6/+41
* The First, Last ranges in the Unicode data weren'tJarkko Hietaniemi2001-11-141-51/+57
* Unicode: property alias naming cleanup.Jarkko Hietaniemi2001-10-271-32/+26
* More logical to use %04"UVXf" than %"UVuf" sinceJarkko Hietaniemi2001-10-261-2/+2
* Unicode: add the case folding table.Jarkko Hietaniemi2001-10-261-1/+55
* Implement multicharacter case mappings where a singleJarkko Hietaniemi2001-10-211-7/+23
* Unicode categories continue:Jarkko Hietaniemi2001-10-191-5/+51
* Prettyprinting.Jarkko Hietaniemi2001-10-181-2/+2
* Add the special casing mappings (from SpecCase.txt)Jarkko Hietaniemi2001-10-171-28/+57
* Rewrite mktables from scratch.Jarkko Hietaniemi2001-10-131-0/+686