This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #58428][PATCH] Unicode::UCD::charinfo() does not work on 21 Han codepoints
[perl5.git] / lib / unicore / mktables
2008-11-07 Yves Ortoncreate new unicode props as defined in POSIX spec ...
2007-04-23 Yves OrtonChange meaning of \v, \V, and add \h, \H to match Perl6...
2007-02-06 SADAHIRO Tomoyukicurrent status on Unicode Regular Expressions
2006-09-13 Yves Ortonmktables executes seven time per build sigh
2005-06-01 Andy LesterSpeed up lib/unicore/mktables by 45%
2005-04-25 Yves Ortonmktables.lst and related stuff (was Re: [PATCH] Unicode...
2005-04-07 Audrey TangRe: Bugs? In Unicode::EastAsianWidth.
2005-03-27 Yves OrtonFix -C option of mktables (for VMS)
2005-03-21 Yves OrtonRe: Stop mktables from needlessly re-running when using...
2004-10-20 Rafael Garcia-SuarezEnsure that PVA.pl returns a true value.
2004-06-20 Dave Mitchellmake mktables always update modifed time to play better...
2004-05-31 Nicholas Clarkreplace the run time code in lib/utf8_pva.pl with data...
2004-05-31 Nicholas ClarkRun mktables as part of the build process.
2004-05-30 Nicholas ClarkConvert to using File::Spec, so that we can build Unico...
2004-05-03 Jarkko HietaniemiRe: "fuzzy" in mktables
2004-05-01 Nicholas ClarkAvoid mktables generating Sterm.pl and Sterm.pl in...
2004-05-01 Nicholas Clarkmktables requires post 5.005
2004-04-27 Jeff Pinyancandidate for TR18 compliance
2004-03-03 Jarkko HietaniemiSpeed up the unicode case mappings (for /i, lc, uc...
2003-06-04 Jarkko HietaniemiOn closer reading the proposed UTS#18 update required
2003-06-04 Jarkko HietaniemiAlign the 'graph' property definition with the proposed
2003-04-17 Jarkko HietaniemiMore maneuvering closer to proposed POSIX classes
2003-04-16 Jarkko HietaniemiSyntax terror.
2003-04-16 Jarkko HietaniemiRedundant test.
2003-04-16 Jarkko HietaniemiSynchronize the specifications of the POSIX character
2002-02-19 Jarkko HietaniemiPrefer special case mappings.
2002-02-19 Jarkko HietaniemiNo need to store identity mappings.
2002-02-10 Jarkko HietaniemiUse the "Unicode 1.0" name field for control characters,
2002-02-03 Jarkko HietaniemiPrettify.
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-21 Jarkko HietaniemiUndo the renaming of the Unicode data files; the simple
2002-01-16 Jarkko HietaniemiJeffrey's Unicode adventure continues: unify the In...
2002-01-15 Jarkko HietaniemiJeffrey is trying very hard to avoid working on his
2002-01-15 Jarkko HietaniemiA couple of additional character classes from Jeffrey,
2002-01-15 Nick Ing-SimmonsBlind integrate of bulk of mainline.
2002-01-14 Jarkko HietaniemiBig mktables rewrite from Jeffrey;
2002-01-05 Jarkko HietaniemiThe same problem with To{Lower,Title,Upper}
2002-01-04 Jarkko HietaniemiAdd U+0085, U+2028, and U+2029 to \s under Unicode.
2001-12-30 Jarkko HietaniemiFix all the C(ommon) case foldings as per CaseFold...
2001-12-15 Jarkko HietaniemiSupport \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
2001-11-16 SADAHIRO TomoyukiUnicode General Category: Cn
2001-11-14 Jarkko HietaniemiThe First, Last ranges in the Unicode data weren't
2001-10-27 Jarkko HietaniemiUnicode: property alias naming cleanup.
2001-10-26 Jarkko HietaniemiMore logical to use %04"UVXf" than %"UVuf" since
2001-10-26 Jarkko HietaniemiUnicode: add the case folding table.
2001-10-21 Jarkko HietaniemiImplement multicharacter case mappings where a single
2001-10-19 Jarkko HietaniemiUnicode categories continue:
2001-10-18 Jarkko HietaniemiPrettyprinting.
2001-10-17 Jarkko HietaniemiAdd the special casing mappings (from SpecCase.txt)
2001-10-13 Jarkko HietaniemiRewrite mktables from scratch.