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