Guard open.t against Encode not being available
[p5sagit/p5-mst-13.2.git] / cpan / Unicode-Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
51683ce6 31.03 Sun Mar 29 12:56:23 2009
4 - mkheader: check if no composition needs growing the string.
5 - Makefile.PL: a tweak
6
2b8d773d 71.02 Tue Jun 5 22:46:45 2007
8 - XSUB: mkheader, _U_stringify() - avoid unpack('C*') on unicode.
9 - test: short.t removed - pure perl is not inapprotiate for test of
10 unicode edge cases.
11
39f4556f 121.01 Tue Jun 13 22:01:53 2006
13 - XSUB: sv_setpvn() needs cast to (char*).
14 - XSUB: avoid double FETCH for tied scalar variables.
15 - added tie.t.
16
fe067ad9 171.00 Thu May 25 20:35:06 2006
18 - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
19 where an intervening character with higher combining class blocks
20 the composition. (This change doesn't affect any normalization forms.)
21 - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
22 internal subroutine calls are avoided.
23 - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
24 isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
25 - Tests are more amplified and documentations are more clarified.
26 - Makefile.PL: Change 26295 is incorporated.
27
628bbff0 280.32 Tue Apr 5 22:47:09 2005
29 - Some literal and grammatical errors in POD are fixed.
30
310.31 Tue Apr 5 21:43:20 2005
32 - CAVEATS in POD is added.
33 - Some test cases from Unicode Public Review Issue #29
34 (Normalization Issue) are added to norm.t and test.t.
35 - do 'mkheader' returns true so that Makefile.PL will catch error.
36 - META.yml is added.
37
a092bcfd 380.30 Sun May 2 14:35:00 2004
628bbff0 39 - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
40 (private POK) values like tied scalars, overloaded objects, etc.
a092bcfd 41
e524f5b2 420.28 Sat Nov 22 23:46:24 2003
43 - XSUB: even if string contains a malformed, "short" Unicode character,
44 decompose() and reorder() will be safe. Garbage will be no longer added.
45 - added null.t and short.t.
46 - now truely added illegal.t (in 0.27, forgot to change MANIFEST).
47
480.27 Sun Nov 16 13:16:21 2003
49 - Illegal code points (surrogate and noncharacter) will be allowed
50 (keep your code with <no warnings 'utf8';>);
51 but porting is not successful in the case of ((Pure Perl) and
52 (Perl 5.7.3 or before)).
53 - added illegal.t.
54
550.26 Sat Nov 15 21:52:30 2003
56 - doc fix: s/FCD(?= is unique)/FCC/;
57
82e740b6 580.25 Mon Oct 6 22:26:03 2003
e524f5b2 59 - added form.t and proto.t.
82e740b6 60
610.24 Sat Oct 4 17:57:10 2003
e524f5b2 62 - supports FCD and FCC (UTN #5):
63 FCD(), normalize('FCD'), checkFCD(), check('FCD');
64 FCC(), normalize('FCC'), checkFCC(), check('FCC').
65 - changed INSTALLATION (cf. README).
66 * Initial state of the distribution is changed to XSUB. To build
67 pure Perl, type <perl disableXS> before <perl Makefile.PL>.
68 * The purePerl-XSUB converter is now provided as two perl
69 script files, named "enableXS" and "disableXS".
70 (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
71 * simplified Makefile.PL.
72 - added fcdc.t and split.t.
82e740b6 73
00f2676f 740.23 Sat Jun 28 20:38:10 2003
e524f5b2 75 - bug fix: \0-terminate in compose() in XS.
76 - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
77 - tweak of POD and README.
00f2676f 78
1efaba7f 790.22 Mon Jun 09 22:23:10 2003
e524f5b2 80 - internal tweak (again): pack_U() and unpack_U().
1efaba7f 81
9f1f04a1 820.21 Thu Apr 02 23:12:54 2003
e524f5b2 83 - internal tweak: for (?un)pack 'U'.
9f1f04a1 84
6c941e0c 850.20 Sun Mar 02 13:29:25 2003
e524f5b2 86 - decompose Hangul syllables in a decomposition mapping.
6c941e0c 87
880.18 ... unreleased
e524f5b2 89 - synchronization with bleadperl.
fe067ad9 90 - Change 16262: by sadahiro
6c941e0c 91
f027f502 920.17 Sun Apr 28 23:13:32 2002
e524f5b2 93 - now normalize('NFC',$1) should work.
94 - Some croak()'s are added in mkheader.
95 - synchronization with bleadperl.
fe067ad9 96 - Change 15596: by sadahiro
e524f5b2 97 - Change 16136: by pudge
f027f502 98
be32ca57 990.16 Thu Mar 21 13:36:14 2002
e524f5b2 100 - synchronization with bleadperl.
101 - Change 15318: by jhi
102 - Change 15319: by jhi
be32ca57 103
8f118dcd 1040.15 Tue Mar 19 22:04:07 2002
e524f5b2 105 - Quick check is implemented.
106 - decompose(), reorder(), and compose() are documented.
107 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
8f118dcd 108
ab8fe378 1090.14 Sat Feb 02 20:40:14 2002
e524f5b2 110 - synchronization with bleadperl.
111 - Change 14128: by Arthur
112 - Change 14129: by jhi
fe067ad9 113 - Change 14156: by sadahiro
e524f5b2 114 - Change 14199: by Nikola Knezevic
115 - Change 14308: by Benjamin Goldberg
116 - Change 14370: by jhi
ab8fe378 117
1180.13 Sat Dec 01 11:42:43 2001
e524f5b2 119 - modify Makefile.PL to enable rebuild.
120 (This problem is pointed out by David Dyck.)
121 - Change 13388: by Jarkko Hietaniemi.
ab8fe378 122
2a204b45 1230.12 Wed Nov 29 22:49:02 2001
e524f5b2 124 - documentation in .pod is appended to .pm and the .pod is removed.
125 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
2a204b45 126
1270.11 Sat Nov 24 10:18:38 2001
e524f5b2 128 - documentation of some functions for character data.
129 - Change 12909: by Jarkko Hietaniemi.
130 - Change 13228: by Peter Prymmer.
2a204b45 131
ac5ea531 1320.10 Sat Nov 03 16:30:20 2001
e524f5b2 133 - The XS version is now independent of Lingua::KO::Hangul::Util.
134 (though the Non-XS version still requires that.)
ac5ea531 135
1360.09 Fri Nov 02 22:39:30 2001
e524f5b2 137 - remove pTHX_.
ac5ea531 138
1390.08 Thu Nov 01 23:20:42 2001
e524f5b2 140 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
ac5ea531 141
1420.07 Wed Oct 31 22:06:42 2001
e524f5b2 143 - modify internal. decompose() - reorder() - compose().
ac5ea531 144
1450.06 Sun Oct 28 14:28:46 2001
e524f5b2 146 - an XS version.
147 (but the Non-XS version is also supported.)
ac5ea531 148
1490.05 Wed Oct 10 22:02:15 2001 (not released)
e524f5b2 150 - %Compos contains unnecessary singletons
151 (though it did not cause any bug, only useless).
152 They will not be stored.
ac5ea531 153
1540.04 Wed Aug 15 19:02:41 2001
e524f5b2 155 - fix: NFD("") and NFKD("") must return "", not but undef.
ac5ea531 156
1570.03 Fri Aug 10 22:44:18 2001
e524f5b2 158 - rename the module name to Unicode::Normalize.
159 - normalize takes two arguments.
ac5ea531 160
1610.02 Thu Aug 9 22:56:36 2001
e524f5b2 162 - add function normalize
ac5ea531 163
1640.01 Mon Aug 6 21:45:11 2001
e524f5b2 165 - original version; created by h2xs 1.21 with options
166 -A -X -n Text::Unicode::Normalize
ac5ea531 167