This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
2 more VMS test tweaks
[perl5.git] / lib / utf8_heavy.pl
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.