| Commit message (Expand) | Author | Age | Files | Lines |
* | UCD.t: Add tests for sped-up lookups | Karl Williamson | 2011-09-03 | 1 | -1/+45 |
* | UCD.pm: All code points are in some block | Karl Williamson | 2011-03-03 | 1 | -1/+2 |
* | UCD.pm: All code points have a script | Karl Williamson | 2011-03-03 | 1 | -1/+1 |
* | UCD.pm: Remove reliance on UnicodeData.txt | Karl Williamson | 2011-03-03 | 1 | -6/+6 |
* | UCD.t: Add test for non-Unicode code point | Karl Williamson | 2011-03-03 | 1 | -1/+3 |
* | UCD.t: Fix a test description | Karl Williamson | 2011-03-03 | 1 | -1/+1 |
* | UCD.pm: Convert charscript to use mktables tables | Karl Williamson | 2011-03-01 | 1 | -3/+3 |
* | UCD.pm: Convert num() to use new fcn | Karl Williamson | 2011-03-01 | 1 | -1/+2 |
* | Add UCD::num() to get safe numeric value of a string | Karl Williamson | 2011-02-15 | 1 | -1/+14 |
* | Remove Mac OS classic code from tests in lib. | Nicholas Clark | 2011-01-18 | 1 | -1/+0 |
* | Correct test count in UCD.t | Father Chrysostomos | 2010-11-20 | 1 | -1/+1 |
* | UCD.pm: Don't use CompositionExclusions.txt | Karl Williamson | 2010-11-20 | 1 | -0/+2 |
* | Unicode 6.0 DB | Karl Williamson | 2010-11-18 | 1 | -2/+2 |
* | Adapt plan after last patch | Rafael Garcia-Suarez | 2010-04-25 | 1 | -1/+1 |
* | PATCH [perl #72624] charnames::viacode(0) returns undef | Karl Williamson | 2010-04-25 | 1 | -0/+20 |
* | Unicode 5.2 | Karl Williamson | 2009-12-03 | 1 | -1/+1 |
* | PATCH [perl #58430] Unicode::UCD::casefold() does not work as documented, | karl williamson | 2008-12-06 | 1 | -8/+85 |
* | Missed updated a test description, as spotted by vincent. | Nicholas Clark | 2008-04-06 | 1 | -1/+1 |
* | UCD 5.1.0 | Nicholas Clark | 2008-04-05 | 1 | -2/+2 |
* | Fix "grep in void context" warning | Rafael Garcia-Suarez | 2008-01-06 | 1 | -1/+1 |
* | Unicode::UCD: add general category and bidi type interfaces | Jarkko Hietaniemi | 2007-05-18 | 1 | -1/+17 |
* | UCD 5.0.0 | Jarkko Hietaniemi | 2006-09-06 | 1 | -2/+2 |
* | Unicode 4.1.0 | Jarkko Hietaniemi | 2005-04-02 | 1 | -3/+19 |
* | D'oh. Don't turn on warnings on the #! line without actually testing | Nicholas Clark | 2004-06-18 | 1 | -4/+4 |
* | Unicode::UCD uses Storable, so we can't test if Storable isn't built. | Nicholas Clark | 2004-06-18 | 1 | -0/+6 |
* | Upgrade to Unicode 4.0.1 | Nicholas Clark | 2004-03-31 | 1 | -5/+5 |
* | [perl #23273] warnings in Unicode::UCD | Lukas Mai | 2003-08-11 | 1 | -1/+4 |
* | A bug reported in perl-unicode by Terry Jones, fixed | Jarkko Hietaniemi | 2003-07-27 | 1 | -1/+11 |
* | Test _getcode(). | Jarkko Hietaniemi | 2003-05-11 | 1 | -3/+13 |
* | Upgrade to Unicode 4.0.0. (Well, upgrade at least | Jarkko Hietaniemi | 2003-05-03 | 1 | -1/+1 |
* | Integrate from maint-5.8 #18156, #18218. | Hugo van der Sanden | 2002-12-11 | 1 | -1/+1 |
* | integrate 5.8-maint: changes #18174 18187 18189-92 18202 18209 18214-5 | Hugo van der Sanden | 2002-12-02 | 1 | -1/+11 |
* | Integrate macperl patch #16868. | Jarkko Hietaniemi | 2002-05-30 | 1 | -0/+1 |
* | Start using the Unicode 3.2.0 data (NOTE: still | Jarkko Hietaniemi | 2002-03-27 | 1 | -2/+2 |
* | Test::Morify UCD.t | Jarkko Hietaniemi | 2001-12-03 | 1 | -157/+158 |
* | lib/Unicode/UCD.t @INC oddity | Andy Dougherty | 2001-11-16 | 1 | -4/+4 |
* | Upgrade to Unicode::Normalize 0.10, now in XS. | Jarkko Hietaniemi | 2001-11-09 | 1 | -4/+4 |
* | Unicode::UCD is not yet supported in EBCDIC platforms. | Jarkko Hietaniemi | 2001-11-08 | 1 | -1/+9 |
* | Special casing had become a little bit more complex in Unicode 3.1.1. | Jarkko Hietaniemi | 2001-09-02 | 1 | -6/+6 |
* | Rename lib/unicode files to lib/unicore to avoid | Jarkko Hietaniemi | 2001-08-09 | 1 | -0/+271 |
* | Rename Unicode::UCD to UnicodeCD to avoid | Jarkko Hietaniemi | 2001-07-12 | 1 | -207/+0 |
* | Add compexcl(), casefold(), and casespec() interfaces; | Jarkko Hietaniemi | 2001-07-10 | 1 | -107/+152 |
* | fix a couple of UCD.t tests that fail due to bad case | Gurusamy Sarathy | 2001-07-09 | 1 | -2/+2 |
* | More flexible argument understanding; add charblocks() and | Jarkko Hietaniemi | 2001-07-05 | 1 | -3/+44 |
* | Add tests for charscript(). | Jarkko Hietaniemi | 2001-07-03 | 1 | -3/+14 |
* | Add a simple Unicode character database interface, Unicode::UCD. | Jarkko Hietaniemi | 2001-06-30 | 1 | -0/+110 |