Update Unicode::Normalize to 0.28
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 0.28  Sat Nov 22 23:46:24 2003
4     - XSUB: even if string contains a malformed, "short" Unicode character,
5       decompose() and reorder() will be safe. Garbage will be no longer added.
6     - added null.t and short.t.
7     - now truely added illegal.t (in 0.27, forgot to change MANIFEST).
8
9 0.27  Sun Nov 16 13:16:21 2003
10     - Illegal code points (surrogate and noncharacter) will be allowed
11       (keep your code with <no warnings 'utf8';>);
12       but porting is not successful in the case of ((Pure Perl) and
13       (Perl 5.7.3 or before)).
14     - added illegal.t.
15
16 0.26  Sat Nov 15 21:52:30 2003
17     - doc fix: s/FCD(?= is unique)/FCC/;
18
19 0.25  Mon Oct  6 22:26:03 2003
20     - added form.t and proto.t.
21
22 0.24  Sat Oct  4 17:57:10 2003
23     - supports FCD and FCC (UTN #5):
24       FCD(), normalize('FCD'), checkFCD(), check('FCD');
25       FCC(), normalize('FCC'), checkFCC(), check('FCC').
26     - changed INSTALLATION (cf. README).
27       * Initial state of the distribution is changed to XSUB.  To build
28         pure Perl, type <perl disableXS> before <perl Makefile.PL>.
29       * The purePerl-XSUB converter is now provided as two perl
30         script files, named "enableXS" and "disableXS".
31         (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
32       * simplified Makefile.PL.
33     - added fcdc.t and split.t.
34
35 0.23  Sat Jun 28 20:38:10 2003
36     - bug fix: \0-terminate in compose() in XS.
37     - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
38     - tweak of POD and README.
39
40 0.22  Mon Jun 09 22:23:10 2003
41     - internal tweak (again): pack_U() and unpack_U().
42
43 0.21  Thu Apr 02 23:12:54 2003
44     - internal tweak: for (?un)pack 'U'.
45
46 0.20  Sun Mar 02 13:29:25 2003
47     - decompose Hangul syllables in a decomposition mapping.
48
49 0.18  ... unreleased
50     - synchronization with bleadperl.
51     - Change 16262: by me
52
53 0.17  Sun Apr 28 23:13:32 2002
54     - now normalize('NFC',$1) should work.
55     - Some croak()'s are added in mkheader.
56     - synchronization with bleadperl.
57     - Change 15596: by me
58     - Change 16136: by pudge
59
60 0.16  Thu Mar 21 13:36:14 2002
61     - synchronization with bleadperl.
62     - Change 15318: by jhi
63     - Change 15319: by jhi
64
65 0.15  Tue Mar 19 22:04:07 2002
66     - Quick check is implemented.
67     - decompose(), reorder(), and compose() are documented.
68     - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
69
70 0.14  Sat Feb 02 20:40:14 2002
71     - synchronization with bleadperl.
72     - Change 14128: by Arthur
73     - Change 14129: by jhi
74     - Change 14156: 
75     - Change 14199: by Nikola Knezevic
76     - Change 14308: by Benjamin Goldberg
77     - Change 14370: by jhi
78
79 0.13  Sat Dec 01 11:42:43 2001
80     - modify Makefile.PL to enable rebuild.
81       (This problem is pointed out by David Dyck.)
82     - Change 13388: by Jarkko Hietaniemi.
83
84 0.12  Wed Nov 29 22:49:02 2001
85     - documentation in .pod is appended to .pm and the .pod is removed.
86      (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
87
88 0.11  Sat Nov 24 10:18:38 2001
89     - documentation of some functions for character data.
90     - Change 12909: by Jarkko Hietaniemi.
91     - Change 13228: by Peter Prymmer.
92
93 0.10  Sat Nov 03 16:30:20 2001
94     - The XS version is now independent of Lingua::KO::Hangul::Util.
95       (though the Non-XS version still requires that.)
96
97 0.09  Fri Nov 02 22:39:30 2001
98     - remove pTHX_.
99
100 0.08  Thu Nov 01 23:20:42 2001
101     - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
102
103 0.07  Wed Oct 31 22:06:42 2001
104     - modify internal. decompose() - reorder() - compose().
105
106 0.06  Sun Oct 28 14:28:46 2001
107     - an XS version.
108     (but the Non-XS version is also supported.)
109
110 0.05  Wed Oct 10 22:02:15 2001 (not released)
111     - %Compos contains unnecessary singletons
112       (though it did not cause any bug, only useless).
113       They will not be stored.
114
115 0.04  Wed Aug 15 19:02:41 2001
116     - fix: NFD("") and NFKD("") must return "", not but undef.
117
118 0.03  Fri Aug 10 22:44:18 2001
119     - rename the module name to Unicode::Normalize.
120     - normalize takes two arguments.
121
122 0.02  Thu Aug  9 22:56:36 2001
123     - add function normalize
124
125 0.01  Mon Aug  6 21:45:11 2001
126     - original version; created by h2xs 1.21 with options
127           -A -X -n Text::Unicode::Normalize
128