| Commit message (Expand) | Author | Age | Files | Lines |
* | create new unicode props as defined in POSIX spec (optionally use them in the... | Yves Orton | 2008-11-07 | 1 | -1/+37 |
* | Change meaning of \v, \V, and add \h, \H to match Perl6, add \R to match PCRE... | Yves Orton | 2007-04-23 | 1 | -1/+13 |
* | current status on Unicode Regular Expressions | SADAHIRO Tomoyuki | 2007-02-06 | 1 | -12/+34 |
* | mktables executes seven time per build sigh | Yves Orton | 2006-09-13 | 1 | -1/+9 |
* | Speed up lib/unicore/mktables by 45% | Andy Lester | 2005-06-01 | 1 | -27/+27 |
* | mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0) | Yves Orton | 2005-04-25 | 1 | -1/+73 |
* | Re: Bugs? In Unicode::EastAsianWidth. | Audrey Tang | 2005-04-07 | 1 | -4/+8 |
* | Fix -C option of mktables (for VMS) | Yves Orton | 2005-03-27 | 1 | -12/+27 |
* | Re: Stop mktables from needlessly re-running when using dmake on Win32 | Yves Orton | 2005-03-21 | 1 | -0/+60 |
* | Ensure that PVA.pl returns a true value. | Rafael Garcia-Suarez | 2004-10-20 | 1 | -0/+1 |
* | make mktables always update modifed time to play better with make | Dave Mitchell | 2004-06-20 | 1 | -1/+4 |
* | replace the run time code in lib/utf8_pva.pl with data generated | Nicholas Clark | 2004-05-31 | 1 | -5/+69 |
* | Run mktables as part of the build process. | Nicholas Clark | 2004-05-31 | 1 | -8/+10 |
* | Convert to using File::Spec, so that we can build Unicode files | Nicholas Clark | 2004-05-30 | 1 | -25/+34 |
* | Re: "fuzzy" in mktables | Jarkko Hietaniemi | 2004-05-03 | 1 | -0/+10 |
* | Avoid mktables generating Sterm.pl and Sterm.pl in the same directory | Nicholas Clark | 2004-05-01 | 1 | -2/+6 |
* | mktables requires post 5.005 | Nicholas Clark | 2004-05-01 | 1 | -0/+1 |
* | candidate for TR18 compliance | Jeff Pinyan | 2004-04-27 | 1 | -100/+237 |
* | Speed up the unicode case mappings (for /i, lc, uc, etc). | Jarkko Hietaniemi | 2004-03-03 | 1 | -10/+14 |
* | On closer reading the proposed UTS#18 update required | Jarkko Hietaniemi | 2003-06-04 | 1 | -18/+21 |
* | Align the 'graph' property definition with the proposed | Jarkko Hietaniemi | 2003-06-04 | 1 | -2/+1 |
* | More maneuvering closer to proposed POSIX classes | Jarkko Hietaniemi | 2003-04-17 | 1 | -3/+5 |
* | Syntax terror. | Jarkko Hietaniemi | 2003-04-16 | 1 | -1/+1 |
* | Redundant test. | Jarkko Hietaniemi | 2003-04-16 | 1 | -2/+1 |
* | Synchronize the specifications of the POSIX character | Jarkko Hietaniemi | 2003-04-16 | 1 | -4/+8 |
* | Prefer special case mappings. | Jarkko Hietaniemi | 2002-02-19 | 1 | -0/+4 |
* | No need to store identity mappings. | Jarkko Hietaniemi | 2002-02-19 | 1 | -3/+6 |
* | Use the "Unicode 1.0" name field for control characters, | Jarkko Hietaniemi | 2002-02-10 | 1 | -0/+5 |
* | Prettify. | Jarkko Hietaniemi | 2002-02-03 | 1 | -18/+34 |
* | Undo the renaming of the Unicode data files; the simple | Jarkko Hietaniemi | 2002-01-21 | 1 | -25/+25 |
* | Jeffrey's Unicode adventure continues: unify the In/*.pl | Jarkko Hietaniemi | 2002-01-16 | 1 | -179/+520 |
* | Jeffrey is trying very hard to avoid working on his | Jarkko Hietaniemi | 2002-01-15 | 1 | -89/+232 |
* | A couple of additional character classes from Jeffrey, | Jarkko Hietaniemi | 2002-01-15 | 1 | -3/+77 |
* | Big mktables rewrite from Jeffrey; | Jarkko Hietaniemi | 2002-01-14 | 1 | -674/+1008 |
* | The same problem with To{Lower,Title,Upper} | Jarkko Hietaniemi | 2002-01-05 | 1 | -3/+5 |
* | Add U+0085, U+2028, and U+2029 to \s under Unicode. | Jarkko Hietaniemi | 2002-01-04 | 1 | -2/+2 |
* | Fix all the C(ommon) case foldings as per CaseFold.txt. | Jarkko Hietaniemi | 2001-12-30 | 1 | -1/+3 |
* | Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}. | Jarkko Hietaniemi | 2001-12-15 | 1 | -0/+14 |
* | Unicode General Category: Cn | SADAHIRO Tomoyuki | 2001-11-16 | 1 | -6/+41 |
* | The First, Last ranges in the Unicode data weren't | Jarkko Hietaniemi | 2001-11-14 | 1 | -51/+57 |
* | Unicode: property alias naming cleanup. | Jarkko Hietaniemi | 2001-10-27 | 1 | -32/+26 |
* | More logical to use %04"UVXf" than %"UVuf" since | Jarkko Hietaniemi | 2001-10-26 | 1 | -2/+2 |
* | Unicode: add the case folding table. | Jarkko Hietaniemi | 2001-10-26 | 1 | -1/+55 |
* | Implement multicharacter case mappings where a single | Jarkko Hietaniemi | 2001-10-21 | 1 | -7/+23 |
* | Unicode categories continue: | Jarkko Hietaniemi | 2001-10-19 | 1 | -5/+51 |
* | Prettyprinting. | Jarkko Hietaniemi | 2001-10-18 | 1 | -2/+2 |
* | Add the special casing mappings (from SpecCase.txt) | Jarkko Hietaniemi | 2001-10-17 | 1 | -28/+57 |
* | Rewrite mktables from scratch. | Jarkko Hietaniemi | 2001-10-13 | 1 | -0/+686 |