This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add MidnightBSD to the list of Unix-like OSes
[perl5.git] / lib / utf8_heavy.pl
2007-05-02 Jonathan Steinert[perl #42839] Swatch hash cache has key mismatch
2007-01-08 Nicholas Clarkdo $file; won't propagate errors from die, as do is...
2005-12-05 SADAHIRO TomoyukiClarification and cleanup of the XS SWASHGET code
2005-11-30 SADAHIRO TomoyukiRe: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO TomoyukiXS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2004-05-31 Nicholas Clarkreplace the run time code in lib/utf8_pva.pl with data...
2004-05-31 Nicholas ClarkDon't need to require utf8_pva.pl at top of file
2004-04-27 Jeff Pinyancandidate for TR18 compliance
2004-04-14 Jeff Pinyanlib/utf8_heavy.pl -- cascading classes and '&' support
2003-06-22 Jarkko HietaniemiFor characters beyond the BMP the $bits will be undef,
2002-12-10 Rafael Garcia-SuarezIntegrate from the maint-5.8/ branch :
2002-10-20 Jarkko HietaniemiRe: [perl #17951] Strange UTF error
2002-09-26 Jarkko Hietaniemiperl #17453
2002-05-02 Jarkko HietaniemiIntegrate #16353 from macperl;
2002-05-02 Dan KogaiRe: Encode, charnames and utf8heavy
2002-04-21 Jarkko HietaniemiMake writing user-defined character properties nicer.
2002-04-20 Jarkko HietaniemiUser-defined character properties were unintentionally
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Jarkko HietaniemiA little bit better error message for \pq, still
2002-01-16 Jarkko HietaniemiJeffrey's Unicode adventure continues: unify the In...
2002-01-15 Jarkko HietaniemiAdditional utf8_heavy.pl tweak from Jeffrey.
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-13 Jarkko HietaniemiFuture-proofing from Jeffrey Friedl (for conflicting
2001-12-16 Jeffrey FriedlRESENT - [PATCH] utf8_heavy.pl
2001-12-15 Jarkko HietaniemiSupport \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2001-10-19 Jarkko HietaniemiUnicode categories continue:
2001-10-16 Jarkko HietaniemiDocument the problem with the swash_fetch() API that...
2001-10-13 Jarkko HietaniemiRewrite mktables from scratch.
2001-10-09 Jarkko HietaniemiEnable more debugging.
2001-10-04 Jarkko HietaniemiUnicode properties saga continues.
2001-10-04 Jarkko HietaniemiYet more Unicode properties.
2001-10-03 Jarkko HietaniemiUnicode properties: fix L& (the #12319 didn't allow L&,
2001-10-03 Jarkko HietaniemiUnicode properties: support \p{(?:Is)?L&} as an alias...
2001-10-01 Jarkko HietaniemiFurther tweaks to the Unicode properties.
2001-09-30 Jarkko HietaniemiCleanup 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 HietaniemiNasty recursion trap if one would match Unicode.
2001-09-29 Jarkko HietaniemiMore leniency to the \p and \P: now can have whitespace
2001-09-29 Jarkko HietaniemiAllow for more flexibility in the \p{In...} names, now
2001-08-09 Jarkko HietaniemiRename lib/unicode files to lib/unicore to avoid
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Jarkko HietaniemiMore \p{In...} testing, combined with \N{...}.
2001-05-31 Jarkko HietaniemiSalvage bits and pieces from the experimental 'utf8...
2001-05-30 Hugo van der SandenRe: [ID 20010528.004] dual bug under utf8: $@ has UTF8...
2001-05-29 Jarkko HietaniemiAdditional safeguard against $@ getting trampled; idea...
2001-05-29 Jarkko HietaniemiAt least a partial fix for 20010528.004.
2001-04-28 Jarkko HietaniemiExplain the \p{} and \P{} error message better and
2001-04-28 Jarkko HietaniemiAdd a level of indirection to the implementation of...
2000-02-09 Charles BaileyResync with mainline
2000-02-02 Gurusamy Sarathyuse warnings rather than fiddling with $^W (from Paul...
1998-10-23 Larry Walltr///d does not seem to work
1998-08-08 Gisle Aasfix intolerance of SWASHes for blank lines
1998-08-08 Gisle Aaskill bogus warning from -we 'use utf8; $_="\x{FF}"'
1998-07-24 Larry WallHere are the long-expected Unicode/UTF-8 modifications.