| Commit message (Expand) | Author | Age | Files | Lines |
* | mktables revamp | Karl Williamson | 2009-11-21 | 1 | -254/+430 |
* | Localize $@ and $! before loading a file in SWASHNEW | Rafael Garcia-Suarez | 2009-09-16 | 1 | -0/+2 |
* | Make lc/uc/lcfirst/ucfirst warn when passed undef. | Rafael Garcia-Suarez | 2008-01-28 | 1 | -0/+2 |
* | Tels' patch to defer overloading of hex and oct, | Rafael Garcia-Suarez | 2007-06-23 | 1 | -4/+4 |
* | [perl #42839] Swatch hash cache has key mismatch | Jonathan Steinert | 2007-05-02 | 1 | -3/+4 |
* | do $file; won't propagate errors from die, as do is an implicit eval. | Nicholas Clark | 2007-01-08 | 1 | -1/+1 |
* | Clarification and cleanup of the XS SWASHGET code | SADAHIRO Tomoyuki | 2005-12-05 | 1 | -19/+33 |
* | Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-30 | 1 | -7/+1 |
* | XS-assisted SWASHGET (esp. for t/uni/class.t speedup) | SADAHIRO Tomoyuki | 2005-11-23 | 1 | -138/+3 |
* | replace the run time code in lib/utf8_pva.pl with data generated | Nicholas Clark | 2004-05-31 | 1 | -1/+1 |
* | Don't need to require utf8_pva.pl at top of file | Nicholas Clark | 2004-05-31 | 1 | -2/+1 |
* | candidate for TR18 compliance | Jeff Pinyan | 2004-04-27 | 1 | -28/+54 |
* | lib/utf8_heavy.pl -- cascading classes and '&' support | Jeff Pinyan | 2004-04-14 | 1 | -4/+20 |
* | For characters beyond the BMP the $bits will be undef, | Jarkko Hietaniemi | 2003-06-22 | 1 | -1/+1 |
* | Integrate from the maint-5.8/ branch : | Rafael Garcia-Suarez | 2002-12-10 | 1 | -15/+41 |
* | Re: [perl #17951] Strange UTF error | Jarkko Hietaniemi | 2002-10-20 | 1 | -2/+4 |
* | perl #17453 | Jarkko Hietaniemi | 2002-09-26 | 1 | -15/+14 |
* | Integrate #16353 from macperl; | Jarkko Hietaniemi | 2002-05-02 | 1 | -2/+2 |
* | Re: Encode, charnames and utf8heavy | Dan Kogai | 2002-05-02 | 1 | -1/+1 |
* | Make writing user-defined character properties nicer. | Jarkko Hietaniemi | 2002-04-21 | 1 | -1/+7 |
* | User-defined character properties were unintentionally | Jarkko Hietaniemi | 2002-04-20 | 1 | -13/+36 |
* | A little bit better error message for \pq, still | Jarkko Hietaniemi | 2002-03-28 | 1 | -1/+3 |
* | Jeffrey's Unicode adventure continues: unify the In/*.pl | Jarkko Hietaniemi | 2002-01-16 | 1 | -131/+58 |
* | Additional utf8_heavy.pl tweak from Jeffrey. | Jarkko Hietaniemi | 2002-01-15 | 1 | -4/+11 |
* | Big mktables rewrite from Jeffrey; | Jarkko Hietaniemi | 2002-01-14 | 1 | -84/+170 |
* | Future-proofing from Jeffrey Friedl (for conflicting | Jarkko Hietaniemi | 2002-01-13 | 1 | -2/+2 |
* | RESENT - [PATCH] utf8_heavy.pl | Jeffrey Friedl | 2001-12-16 | 1 | -2/+2 |
* | Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}. | Jarkko Hietaniemi | 2001-12-15 | 1 | -0/+2 |
* | Unicode categories continue: | Jarkko Hietaniemi | 2001-10-19 | 1 | -6/+13 |
* | Document the problem with the swash_fetch() API that affects | Jarkko Hietaniemi | 2001-10-16 | 1 | -0/+1 |
* | Rewrite mktables from scratch. | Jarkko Hietaniemi | 2001-10-13 | 1 | -29/+64 |
* | Enable more debugging. | Jarkko Hietaniemi | 2001-10-09 | 1 | -5/+5 |
* | Unicode properties saga continues. | Jarkko Hietaniemi | 2001-10-04 | 1 | -1/+1 |
* | Yet more Unicode properties. | Jarkko Hietaniemi | 2001-10-04 | 1 | -3/+4 |
* | Unicode properties: fix L& (the #12319 didn't allow L&, | Jarkko Hietaniemi | 2001-10-03 | 1 | -2/+2 |
* | Unicode properties: support \p{(?:Is)?L&} as an alias for \pL. | Jarkko Hietaniemi | 2001-10-03 | 1 | -7/+8 |
* | Further tweaks to the Unicode properties. | Jarkko Hietaniemi | 2001-10-01 | 1 | -0/+1 |
* | Cleanup utf8_heavy; allow dropping the In prefix from | Jarkko Hietaniemi | 2001-09-30 | 1 | -41/+43 |
* | #12272 wasn't right, it introduced an extra (). | Jarkko Hietaniemi | 2001-09-30 | 1 | -1/+1 |
* | Nasty recursion trap if one would match Unicode. | Jarkko Hietaniemi | 2001-09-29 | 1 | -1/+1 |
* | More leniency to the \p and \P: now can have whitespace | Jarkko Hietaniemi | 2001-09-29 | 1 | -1/+1 |
* | Allow for more flexibility in the \p{In...} names, now | Jarkko Hietaniemi | 2001-09-29 | 1 | -4/+13 |
* | Rename lib/unicode files to lib/unicore to avoid | Jarkko Hietaniemi | 2001-08-09 | 1 | -1/+1 |
* | More \p{In...} testing, combined with \N{...}. | Jarkko Hietaniemi | 2001-06-08 | 1 | -2/+3 |
* | Salvage bits and pieces from the experimental 'utf8 everywhere' | Jarkko Hietaniemi | 2001-05-31 | 1 | -1/+3 |
* | Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not ... | Hugo van der Sanden | 2001-05-30 | 1 | -2/+0 |
* | Additional safeguard against $@ getting trampled; idea from Hugo. | Jarkko Hietaniemi | 2001-05-29 | 1 | -5/+10 |
* | At least a partial fix for 20010528.004. | Jarkko Hietaniemi | 2001-05-29 | 1 | -1/+1 |
* | Explain the \p{} and \P{} error message better and | Jarkko Hietaniemi | 2001-04-28 | 1 | -1/+1 |
* | Add a level of indirection to the implementation of \p{InFoo} | Jarkko Hietaniemi | 2001-04-28 | 1 | -1/+8 |