doc f7abe7
[p5sagit/p5-mst-13.2.git] / lib / utf8_heavy.pl
2009-11-22 Karl Williamson mktables revamp
2009-09-16 Rafael Garcia-Suarez Localize $@ and $! before loading a file in SWASHNEW
2008-01-28 Rafael Garcia-Suarez Make lc/uc/lcfirst/ucfirst warn when passed undef.
2007-06-23 Rafael Garcia-Suarez Tels' patch to defer overloading of hex and oct,
2007-05-02 Jonathan Steinert [perl #42839] Swatch hash cache has key mismatch
2007-01-08 Nicholas Clark do $file; won't propagate errors from die, as do is...
2005-12-05 SADAHIRO Tomoyuki Clarification and cleanup of the XS SWASHGET code
2005-11-30 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO Tomoyuki XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2004-05-31 Nicholas Clark replace the run time code in lib/utf8_pva.pl with data...
2004-05-31 Nicholas Clark Don't need to require utf8_pva.pl at top of file
2004-04-27 Jeff Pinyan candidate for TR18 compliance
2004-04-14 Jeff Pinyan lib/utf8_heavy.pl -- cascading classes and '&' support
2003-06-22 Jarkko Hietaniemi For characters beyond the BMP the $bits will be undef,
2002-12-10 Rafael Garcia-Suarez Integrate from the maint-5.8/ branch :
2002-10-20 Jarkko Hietaniemi Re: [perl #17951] Strange UTF error
2002-09-26 Jarkko Hietaniemi perl #17453
2002-05-02 Jarkko Hietaniemi Integrate #16353 from macperl;
2002-05-02 Dan Kogai Re: Encode, charnames and utf8heavy
2002-04-21 Jarkko Hietaniemi Make writing user-defined character properties nicer.
2002-04-20 Jarkko Hietaniemi User-defined character properties were unintentionally
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Jarkko Hietaniemi A little bit better error message for \pq, still
2002-01-16 Jarkko Hietaniemi Jeffrey's Unicode adventure continues: unify the In...
2002-01-15 Jarkko Hietaniemi Additional utf8_heavy.pl tweak from Jeffrey.
2002-01-14 Jarkko Hietaniemi Big mktables rewrite from Jeffrey;
2002-01-13 Jarkko Hietaniemi Future-proofing from Jeffrey Friedl (for conflicting
2001-12-16 Jeffrey Friedl RESENT - [PATCH] utf8_heavy.pl
2001-12-15 Jarkko Hietaniemi Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2001-10-19 Jarkko Hietaniemi Unicode categories continue:
2001-10-16 Jarkko Hietaniemi Document the problem with the swash_fetch() API that...
2001-10-13 Jarkko Hietaniemi Rewrite mktables from scratch.
2001-10-09 Jarkko Hietaniemi Enable more debugging.
2001-10-04 Jarkko Hietaniemi Unicode properties saga continues.
2001-10-04 Jarkko Hietaniemi Yet more Unicode properties.
2001-10-03 Jarkko Hietaniemi Unicode properties: fix L& (the #12319 didn't allow L&,
2001-10-03 Jarkko Hietaniemi Unicode properties: support \p{(?:Is)?L...
2001-10-01 Jarkko Hietaniemi Further tweaks to the Unicode properties.
2001-09-30 Jarkko Hietaniemi Cleanup utf8_heavy; allow dropping the In prefix from
2001-09-30 Jarkko Hietaniemi #12272 wasn't right, it introduced an extra ().
2001-09-29 Jarkko Hietaniemi Nasty recursion trap if one would match Unicode.
2001-09-29 Jarkko Hietaniemi More leniency to the \p and \P: now can have whitespace
2001-09-29 Jarkko Hietaniemi Allow for more flexibility in the \p{In...} names, now
2001-08-09 Jarkko Hietaniemi Rename lib/unicode files to lib/unicore to avoid
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Jarkko Hietaniemi More \p{In...} testing, combined with \N{...}.
2001-05-31 Jarkko Hietaniemi Salvage bits and pieces from the experimental 'utf8...
2001-05-30 Hugo van der Sanden Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8...
2001-05-29 Jarkko Hietaniemi Additional safeguard against $@ getting trampled; idea...
2001-05-29 Jarkko Hietaniemi At least a partial fix for 20010528.004.
2001-04-28 Jarkko Hietaniemi Explain the \p{} and \P{} error message better and
2001-04-28 Jarkko Hietaniemi Add a level of indirection to the implementation of...
2000-02-09 Charles Bailey Resync with mainline
2000-02-02 Gurusamy Sarathy use warnings rather than fiddling with $^W (from Paul...
1998-10-23 Larry Wall tr///d does not seem to work
1998-08-08 Gisle Aas fix intolerance of SWASHes for blank lines
1998-08-08 Gisle Aas kill bogus warning from -we 'use utf8; $_="\x{FF}"'
1998-07-24 Larry Wall Here are the long-expected Unicode/UTF-8 modifications.