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