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