This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
blead is upstream for Math-BigInt-FastCalc
[perl5.git] / cpan / Unicode-Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 1.06  Thu Feb 11 16:19:54 2010
4     - Pure Perl/mkheader: fixed the internal _getHexArray() for perl 5.11.3
5       changes (Bug #53197).
6
7 1.05  Mon Sep 28 21:43:17 2009
8     - normalize_partial() and NFX_partial(). { NFX =~ /^NFK?[CD]\z/ }
9     - added partial1.t for NFX_partial().
10     - added partial2.t for normalize_partial().
11
12 1.04  Wed Sep 23 22:32:57 2009
13     - doc: splitOnLastStarter() since 0.24 is now documented.
14     - test: some new tests are added to split.t.
15
16 1.03  Sun Mar 29 12:56:23 2009
17     - mkheader: check if no composition needs growing the string.
18     - Makefile.PL: a tweak
19
20 1.02  Tue Jun  5 22:46:45 2007
21     - XSUB: mkheader, _U_stringify() - avoid unpack('C*') on unicode.
22     - test: short.t removed - pure perl is not inapprotiate for test of
23             unicode edge cases.
24
25 1.01  Tue Jun 13 22:01:53 2006
26     - XSUB: sv_setpvn() needs cast to (char*).
27     - XSUB: avoid double FETCH for tied scalar variables.
28     - added tie.t.
29
30 1.00  Thu May 25 20:35:06 2006
31     - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
32       where an intervening character with higher combining class blocks
33       the composition. (This change doesn't affect any normalization forms.)
34     - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
35       internal subroutine calls are avoided.
36     - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
37       isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
38     - Tests are more amplified and documentations are more clarified.
39     - Makefile.PL: Change 26295 is incorporated.
40
41 0.32  Tue Apr  5 22:47:09 2005
42     - Some literal and grammatical errors in POD are fixed.
43
44 0.31  Tue Apr  5 21:43:20 2005
45     - CAVEATS in POD is added.
46     - Some test cases from Unicode Public Review Issue #29
47       (Normalization Issue) are added to norm.t and test.t.
48     - do 'mkheader' returns true so that Makefile.PL will catch error.
49     - META.yml is added.
50
51 0.30  Sun May  2 14:35:00 2004
52     - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
53       (private POK) values like tied scalars, overloaded objects, etc.
54
55 0.28  Sat Nov 22 23:46:24 2003
56     - XSUB: even if string contains a malformed, "short" Unicode character,
57       decompose() and reorder() will be safe. Garbage will be no longer added.
58     - added null.t and short.t.
59     - now truely added illegal.t (in 0.27, forgot to change MANIFEST).
60
61 0.27  Sun Nov 16 13:16:21 2003
62     - Illegal code points (surrogate and noncharacter) will be allowed
63       (keep your code with <no warnings 'utf8';>);
64       but porting is not successful in the case of ((Pure Perl) and
65       (Perl 5.7.3 or before)).
66     - added illegal.t.
67
68 0.26  Sat Nov 15 21:52:30 2003
69     - doc fix: s/FCD(?= is unique)/FCC/;
70
71 0.25  Mon Oct  6 22:26:03 2003
72     - added form.t and proto.t.
73
74 0.24  Sat Oct  4 17:57:10 2003
75     - supports FCD and FCC (UTN #5):
76       FCD(), normalize('FCD'), checkFCD(), check('FCD');
77       FCC(), normalize('FCC'), checkFCC(), check('FCC').
78     - changed INSTALLATION (cf. README).
79       * Initial state of the distribution is changed to XSUB.  To build
80         pure Perl, type <perl disableXS> before <perl Makefile.PL>.
81       * The purePerl-XSUB converter is now provided as two perl
82         script files, named "enableXS" and "disableXS".
83         (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
84       * simplified Makefile.PL.
85     - added fcdc.t for FCD() and FCC().
86     - added split.t for splitOnLastStarter(): an undocumented function.
87
88 0.23  Sat Jun 28 20:38:10 2003
89     - bug fix: \0-terminate in compose() in XS.
90     - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
91     - tweak of POD and README.
92
93 0.22  Mon Jun 09 22:23:10 2003
94     - internal tweak (again): pack_U() and unpack_U().
95
96 0.21  Thu Apr 02 23:12:54 2003
97     - internal tweak: for (?un)pack 'U'.
98
99 0.20  Sun Mar 02 13:29:25 2003
100     - decompose Hangul syllables in a decomposition mapping.
101
102 0.18  ... unreleased
103     - synchronization with bleadperl.
104     - Change 16262: by sadahiro
105
106 0.17  Sun Apr 28 23:13:32 2002
107     - now normalize('NFC',$1) should work.
108     - Some croak()'s are added in mkheader.
109     - synchronization with bleadperl.
110     - Change 15596: by sadahiro
111     - Change 16136: by pudge
112
113 0.16  Thu Mar 21 13:36:14 2002
114     - synchronization with bleadperl.
115     - Change 15318: by jhi
116     - Change 15319: by jhi
117
118 0.15  Tue Mar 19 22:04:07 2002
119     - Quick check is implemented.
120     - decompose(), reorder(), and compose() are documented.
121     - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
122
123 0.14  Sat Feb 02 20:40:14 2002
124     - synchronization with bleadperl.
125     - Change 14128: by Arthur
126     - Change 14129: by jhi
127     - Change 14156: by sadahiro
128     - Change 14199: by Nikola Knezevic
129     - Change 14308: by Benjamin Goldberg
130     - Change 14370: by jhi
131
132 0.13  Sat Dec 01 11:42:43 2001
133     - modify Makefile.PL to enable rebuild.
134       (This problem is pointed out by David Dyck.)
135     - Change 13388: by Jarkko Hietaniemi.
136
137 0.12  Wed Nov 29 22:49:02 2001
138     - documentation in .pod is appended to .pm and the .pod is removed.
139      (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
140
141 0.11  Sat Nov 24 10:18:38 2001
142     - documentation of some functions for character data.
143     - Change 12909: by Jarkko Hietaniemi.
144     - Change 13228: by Peter Prymmer.
145
146 0.10  Sat Nov 03 16:30:20 2001
147     - The XS version is now independent of Lingua::KO::Hangul::Util.
148       (though the Non-XS version still requires that.)
149
150 0.09  Fri Nov 02 22:39:30 2001
151     - remove pTHX_.
152
153 0.08  Thu Nov 01 23:20:42 2001
154     - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
155
156 0.07  Wed Oct 31 22:06:42 2001
157     - modify internal. decompose() - reorder() - compose().
158
159 0.06  Sun Oct 28 14:28:46 2001
160     - an XS version.
161     (but the Non-XS version is also supported.)
162
163 0.05  Wed Oct 10 22:02:15 2001 (not released)
164     - %Compos contains unnecessary singletons
165       (though it did not cause any bug, only useless).
166       They will not be stored.
167
168 0.04  Wed Aug 15 19:02:41 2001
169     - fix: NFD("") and NFKD("") must return "", not but undef.
170
171 0.03  Fri Aug 10 22:44:18 2001
172     - rename the module name to Unicode::Normalize.
173     - normalize takes two arguments.
174
175 0.02  Thu Aug  9 22:56:36 2001
176     - add function normalize
177
178 0.01  Mon Aug  6 21:45:11 2001
179     - original version; created by h2xs 1.21 with options
180           -A -X -n Text::Unicode::Normalize
181