This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ParseXS - better support for duplicate ALIASes
[perl5.git] / dist / Unicode-Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 1.26  *** RELEASE DATE HERE ***
4     - Switch to XSLoader from Dynaloader
5
6 1.25  Wed Dec 16 03:05:57 UTC 2015
7     - Fix Normalize.xs to work on releases earlier than 5.8.  The problem was
8       introduced in this module's version 1.24
9     - Go back to shipping pure perl version as well as XS, as was done up
10       through release 1.17
11
12 1.24  Sun Nov 29 05:48:44 UTC 2015
13     - Updated to use most recent GNU license file.
14       ( https://rt.cpan.org/Public/Bug/Display.html?id=108003 )
15     - Silence compiler warning message
16       ( https://rt.cpan.org/Public/Bug/Display.html?id=109577 )
17     - Add kwalitee suggested changes.
18
19 1.23  Sun Oct 25 14:50:28 UTC 2015
20     - Fix mkhdr to work on releases earlier than 5.8
21
22 1.22  Thu Oct 08 16:50:17 2015
23     - Reinstate XSUB, now works on modern EBCDIC perls as well.
24     - Kwalitee changes
25     - Makefile fixes
26     - small bug fix in header generation script.
27
28 1.21  Fri Oct 02 15:33:17 2015
29     - Get pure perl version to work on modern EBCDIC perls.
30     - Some comment and pod improvements
31
32 1.20  Fri Oct 02 15:30:40 2015
33     - Not officially released, was incomplete import of 1.19 
34
35 1.19  Sat Jul 11 12:39:38 2015
36     - [rt.cpan.org #105620] Useless dependency on bytes and File::Copy
37
38 1.18  Tue May 27 22:04:23 2014
39     - XSUB is now deprecated and removed. see perl 5.20.0,
40       perldelta, Internal Changes, deprecation of uvuni_to_utf8 etc.
41     - Thank you for everything !!
42
43 1.17  Sat Oct  5 11:36:43 2013
44     - assertion using unpack
45
46 1.16  Sun Nov  4 17:23:03 2012
47     - XSUB: use PERL_NO_GET_CONTEXT (see perlguts)
48       (see [rt.cpan.org #80312])
49
50 1.15  Sun Sep 23 10:43:14 2012
51     - perl 5.11.0 or later: Install to 'site' instead of 'perl'
52       (see [rt.cpan.org #79801])
53
54 1.14  Sat Mar 10 13:34:53 2012
55     - avoid "use Test".
56
57 1.13  Mon Jul 25 21:07:49 2011
58     - tried fixing the tarball with world writable files.
59       ( http://www.perlmonks.org/?node_id=731935 )
60
61 1.12  Mon May 16 23:36:07 2011
62     - removed Normalize/CompExcl.pl and coded Composition Exclusions;
63       how to load CompExcl.pl seems not good, but I'm not sure...
64
65 1.11  Sun May 15 20:31:09 2011
66     - As perl 5.14.0 has removed unicore/CompositionExclusions.txt
67       from the installation, Normalize/CompExcl.pl in this distribution
68       is used instead. (see [rt.cpan.org #68106])
69
70 1.10  Sun Jan 16 21:00:34 2011
71     - XSUB: reorder() and compose() treat with growing the string.
72     - XSUB: provision against UTF8_ALLOW_* flags to be undefined in future.
73     - doc: about perl 5.13.x and Unicode 6.0.0
74     - doc and comments: [perl #81876] Fix typos by Peter J. Acklam.
75
76 1.07  Mon Sep 20 20:20:02 2010
77     - doc: about perl 5.12.x and Unicode 5.2.0
78     - test: prototype of normalize_partial() and cousins in proto.t.
79
80 1.06  Thu Feb 11 16:19:54 2010
81     - mkheader/Pure Perl: fixed the internal _getHexArray() for perl 5.11.3
82       changes (Bug #53197).
83
84 1.05  Mon Sep 28 21:43:17 2009
85     - normalize_partial() and NFX_partial(). { NFX =~ /^NFK?[CD]\z/ }
86     - added partial1.t for NFX_partial().
87     - added partial2.t for normalize_partial().
88
89 1.04  Wed Sep 23 22:32:57 2009
90     - doc: splitOnLastStarter() since 0.24 is now documented.
91     - test: some new tests are added to split.t.
92
93 1.03  Sun Mar 29 12:56:23 2009
94     - mkheader: check if no composition needs growing the string.
95     - Makefile.PL: a tweak
96
97 1.02  Tue Jun  5 22:46:45 2007
98     - XSUB: mkheader, _U_stringify() - avoid unpack('C*') on unicode.
99     - test: short.t removed - pure perl is not appropriate for test of
100             unicode edge cases.
101
102 1.01  Tue Jun 13 22:01:53 2006
103     - XSUB: sv_setpvn() needs cast to (char*).
104     - XSUB: avoid double FETCH for tied scalar variables.
105     - added tie.t.
106
107 1.00  Thu May 25 20:35:06 2006
108     - Pure Perl: compose($not_canonically_reordered) works like that in XSUB,
109       where an intervening character with higher combining class blocks
110       the composition. (This change doesn't affect any normalization forms.)
111     - XSUB: NFD(), NFC(), NFKD(), NFC(), and FCC() are now in XSUB, then
112       internal subroutine calls are avoided.
113     - The functions isComp_Ex(), isNFD_NO(), isNFC_NO(), isNFC_MAYBE(),
114       isNFKD_NO(), isNFKC_NO(), and isNFKC_MAYBE() are documented.
115     - Tests are more amplified and documentations are more clarified.
116     - Makefile.PL: Change 26295 is incorporated.
117
118 0.32  Tue Apr  5 22:47:09 2005
119     - Some literal and grammatical errors in POD are fixed.
120
121 0.31  Tue Apr  5 21:43:20 2005
122     - CAVEATS in POD is added.
123     - Some test cases from Unicode Public Review Issue #29
124       (Normalization Issue) are added to norm.t and test.t.
125     - do 'mkheader' returns true so that Makefile.PL will catch error.
126     - META.yml is added.
127
128 0.30  Sun May  2 14:35:00 2004
129     - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
130       (private POK) values like tied scalars, overloaded objects, etc.
131
132 0.28  Sat Nov 22 23:46:24 2003
133     - XSUB: even if string contains a malformed, "short" Unicode character,
134       decompose() and reorder() will be safe. Garbage will be no longer added.
135     - added null.t and short.t.
136     - now truly added illegal.t (in 0.27, forgot to change MANIFEST).
137
138 0.27  Sun Nov 16 13:16:21 2003
139     - Illegal code points (surrogate and noncharacter) will be allowed
140       (keep your code with <no warnings 'utf8';>);
141       but porting is not successful in the case of ((Pure Perl) and
142       (Perl 5.7.3 or before)).
143     - added illegal.t.
144
145 0.26  Sat Nov 15 21:52:30 2003
146     - doc fix: s/FCD(?= is unique)/FCC/;
147
148 0.25  Mon Oct  6 22:26:03 2003
149     - added form.t and proto.t.
150
151 0.24  Sat Oct  4 17:57:10 2003
152     - supports FCD and FCC (UTN #5):
153       FCD(), normalize('FCD'), checkFCD(), check('FCD');
154       FCC(), normalize('FCC'), checkFCC(), check('FCC').
155     - changed INSTALLATION (cf. README).
156       * Initial state of the distribution is changed to XSUB.  To build
157         pure Perl, type <perl disableXS> before <perl Makefile.PL>.
158       * The purePerl-XSUB converter is now provided as two perl
159         script files, named "enableXS" and "disableXS".
160         (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
161       * simplified Makefile.PL.
162     - added fcdc.t for FCD() and FCC().
163     - added split.t for splitOnLastStarter(): an undocumented function.
164
165 0.23  Sat Jun 28 20:38:10 2003
166     - bug fix: \0-terminate in compose() in XS.
167     - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
168     - tweak of POD and README.
169
170 0.22  Mon Jun 09 22:23:10 2003
171     - internal tweak (again): pack_U() and unpack_U().
172
173 0.21  Thu Apr 02 23:12:54 2003
174     - internal tweak: for (?un)pack 'U'.
175
176 0.20  Sun Mar 02 13:29:25 2003
177     - decompose Hangul syllables in a decomposition mapping.
178
179 0.18  ... unreleased
180     - synchronization with bleadperl.
181     - Change 16262: by sadahiro
182
183 0.17  Sun Apr 28 23:13:32 2002
184     - now normalize('NFC',$1) should work.
185     - Some croak()'s are added in mkheader.
186     - synchronization with bleadperl.
187     - Change 15596: by sadahiro
188     - Change 16136: by pudge
189
190 0.16  Thu Mar 21 13:36:14 2002
191     - synchronization with bleadperl.
192     - Change 15318: by jhi
193     - Change 15319: by jhi
194
195 0.15  Tue Mar 19 22:04:07 2002
196     - Quick check is implemented.
197     - decompose(), reorder(), and compose() are documented.
198     - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
199
200 0.14  Sat Feb 02 20:40:14 2002
201     - synchronization with bleadperl.
202     - Change 14128: by Arthur
203     - Change 14129: by jhi
204     - Change 14156: by sadahiro
205     - Change 14199: by Nikola Knezevic
206     - Change 14308: by Benjamin Goldberg
207     - Change 14370: by jhi
208
209 0.13  Sat Dec 01 11:42:43 2001
210     - modify Makefile.PL to enable rebuild.
211       (This problem is pointed out by David Dyck.)
212     - Change 13388: by Jarkko Hietaniemi.
213
214 0.12  Wed Nov 29 22:49:02 2001
215     - documentation in .pod is appended to .pm and the .pod is removed.
216      (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
217
218 0.11  Sat Nov 24 10:18:38 2001
219     - documentation of some functions for character data.
220     - Change 12909: by Jarkko Hietaniemi.
221     - Change 13228: by Peter Prymmer.
222
223 0.10  Sat Nov 03 16:30:20 2001
224     - The XS version is now independent of Lingua::KO::Hangul::Util.
225       (though the Non-XS version still requires that.)
226
227 0.09  Fri Nov 02 22:39:30 2001
228     - remove pTHX_.
229
230 0.08  Thu Nov 01 23:20:42 2001
231     - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
232
233 0.07  Wed Oct 31 22:06:42 2001
234     - modify internal. decompose() - reorder() - compose().
235
236 0.06  Sun Oct 28 14:28:46 2001
237     - an XS version.
238     (but the Non-XS version is also supported.)
239
240 0.05  Wed Oct 10 22:02:15 2001 (not released)
241     - %Compos contains unnecessary singletons
242       (though it did not cause any bug, only useless).
243       They will not be stored.
244
245 0.04  Wed Aug 15 19:02:41 2001
246     - fix: NFD("") and NFKD("") must return "", not but undef.
247
248 0.03  Fri Aug 10 22:44:18 2001
249     - rename the module name to Unicode::Normalize.
250     - normalize takes two arguments.
251
252 0.02  Thu Aug  9 22:56:36 2001
253     - add function normalize
254
255 0.01  Mon Aug  6 21:45:11 2001
256     - original version; created by h2xs 1.21 with options
257           -A -X -n Text::Unicode::Normalize
258