This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: Réf. : Re: PATCH proposal for ext/Safe/safe2.t
[perl5.git] / lib / utf8_heavy.pl
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.