Upgrade to Unicode-Normalize-1.00
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
fe067ad9 31.00 Thu May 25 20:35:06 2006
4 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
5 where an intervening character with higher combining class blocks
6 the composition. (This change doesn't affect any normalization forms.)
7 - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
8 internal subroutine calls are avoided.
9 - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
10 isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
11 - Tests are more amplified and documentations are more clarified.
12 - Makefile.PL: Change 26295 is incorporated.
13
628bbff0 140.32 Tue Apr 5 22:47:09 2005
15 - Some literal and grammatical errors in POD are fixed.
16
170.31 Tue Apr 5 21:43:20 2005
18 - CAVEATS in POD is added.
19 - Some test cases from Unicode Public Review Issue #29
20 (Normalization Issue) are added to norm.t and test.t.
21 - do 'mkheader' returns true so that Makefile.PL will catch error.
22 - META.yml is added.
23
a092bcfd 240.30 Sun May 2 14:35:00 2004
628bbff0 25 - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
26 (private POK) values like tied scalars, overloaded objects, etc.
a092bcfd 27
e524f5b2 280.28 Sat Nov 22 23:46:24 2003
29 - XSUB: even if string contains a malformed, "short" Unicode character,
30 decompose() and reorder() will be safe. Garbage will be no longer added.
31 - added null.t and short.t.
32 - now truely added illegal.t (in 0.27, forgot to change MANIFEST).
33
340.27 Sun Nov 16 13:16:21 2003
35 - Illegal code points (surrogate and noncharacter) will be allowed
36 (keep your code with <no warnings 'utf8';>);
37 but porting is not successful in the case of ((Pure Perl) and
38 (Perl 5.7.3 or before)).
39 - added illegal.t.
40
410.26 Sat Nov 15 21:52:30 2003
42 - doc fix: s/FCD(?= is unique)/FCC/;
43
82e740b6 440.25 Mon Oct 6 22:26:03 2003
e524f5b2 45 - added form.t and proto.t.
82e740b6 46
470.24 Sat Oct 4 17:57:10 2003
e524f5b2 48 - supports FCD and FCC (UTN #5):
49 FCD(), normalize('FCD'), checkFCD(), check('FCD');
50 FCC(), normalize('FCC'), checkFCC(), check('FCC').
51 - changed INSTALLATION (cf. README).
52 * Initial state of the distribution is changed to XSUB. To build
53 pure Perl, type <perl disableXS> before <perl Makefile.PL>.
54 * The purePerl-XSUB converter is now provided as two perl
55 script files, named "enableXS" and "disableXS".
56 (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
57 * simplified Makefile.PL.
58 - added fcdc.t and split.t.
82e740b6 59
00f2676f 600.23 Sat Jun 28 20:38:10 2003
e524f5b2 61 - bug fix: \0-terminate in compose() in XS.
62 - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
63 - tweak of POD and README.
00f2676f 64
1efaba7f 650.22 Mon Jun 09 22:23:10 2003
e524f5b2 66 - internal tweak (again): pack_U() and unpack_U().
1efaba7f 67
9f1f04a1 680.21 Thu Apr 02 23:12:54 2003
e524f5b2 69 - internal tweak: for (?un)pack 'U'.
9f1f04a1 70
6c941e0c 710.20 Sun Mar 02 13:29:25 2003
e524f5b2 72 - decompose Hangul syllables in a decomposition mapping.
6c941e0c 73
740.18 ... unreleased
e524f5b2 75 - synchronization with bleadperl.
fe067ad9 76 - Change 16262: by sadahiro
6c941e0c 77
f027f502 780.17 Sun Apr 28 23:13:32 2002
e524f5b2 79 - now normalize('NFC',$1) should work.
80 - Some croak()'s are added in mkheader.
81 - synchronization with bleadperl.
fe067ad9 82 - Change 15596: by sadahiro
e524f5b2 83 - Change 16136: by pudge
f027f502 84
be32ca57 850.16 Thu Mar 21 13:36:14 2002
e524f5b2 86 - synchronization with bleadperl.
87 - Change 15318: by jhi
88 - Change 15319: by jhi
be32ca57 89
8f118dcd 900.15 Tue Mar 19 22:04:07 2002
e524f5b2 91 - Quick check is implemented.
92 - decompose(), reorder(), and compose() are documented.
93 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
8f118dcd 94
ab8fe378 950.14 Sat Feb 02 20:40:14 2002
e524f5b2 96 - synchronization with bleadperl.
97 - Change 14128: by Arthur
98 - Change 14129: by jhi
fe067ad9 99 - Change 14156: by sadahiro
e524f5b2 100 - Change 14199: by Nikola Knezevic
101 - Change 14308: by Benjamin Goldberg
102 - Change 14370: by jhi
ab8fe378 103
1040.13 Sat Dec 01 11:42:43 2001
e524f5b2 105 - modify Makefile.PL to enable rebuild.
106 (This problem is pointed out by David Dyck.)
107 - Change 13388: by Jarkko Hietaniemi.
ab8fe378 108
2a204b45 1090.12 Wed Nov 29 22:49:02 2001
e524f5b2 110 - documentation in .pod is appended to .pm and the .pod is removed.
111 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
2a204b45 112
1130.11 Sat Nov 24 10:18:38 2001
e524f5b2 114 - documentation of some functions for character data.
115 - Change 12909: by Jarkko Hietaniemi.
116 - Change 13228: by Peter Prymmer.
2a204b45 117
ac5ea531 1180.10 Sat Nov 03 16:30:20 2001
e524f5b2 119 - The XS version is now independent of Lingua::KO::Hangul::Util.
120 (though the Non-XS version still requires that.)
ac5ea531 121
1220.09 Fri Nov 02 22:39:30 2001
e524f5b2 123 - remove pTHX_.
ac5ea531 124
1250.08 Thu Nov 01 23:20:42 2001
e524f5b2 126 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
ac5ea531 127
1280.07 Wed Oct 31 22:06:42 2001
e524f5b2 129 - modify internal. decompose() - reorder() - compose().
ac5ea531 130
1310.06 Sun Oct 28 14:28:46 2001
e524f5b2 132 - an XS version.
133 (but the Non-XS version is also supported.)
ac5ea531 134
1350.05 Wed Oct 10 22:02:15 2001 (not released)
e524f5b2 136 - %Compos contains unnecessary singletons
137 (though it did not cause any bug, only useless).
138 They will not be stored.
ac5ea531 139
1400.04 Wed Aug 15 19:02:41 2001
e524f5b2 141 - fix: NFD("") and NFKD("") must return "", not but undef.
ac5ea531 142
1430.03 Fri Aug 10 22:44:18 2001
e524f5b2 144 - rename the module name to Unicode::Normalize.
145 - normalize takes two arguments.
ac5ea531 146
1470.02 Thu Aug 9 22:56:36 2001
e524f5b2 148 - add function normalize
ac5ea531 149
1500.01 Mon Aug 6 21:45:11 2001
e524f5b2 151 - original version; created by h2xs 1.21 with options
152 -A -X -n Text::Unicode::Normalize
ac5ea531 153