This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Unicode::Normalize 0.16.
[perl5.git] / ext / Unicode / Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 0.16  Thu Mar 21 13:36:14 2002
4         - synchronization with bleadperl.
5         - Change 15318: by jhi
6         - Change 15319: by jhi
7
8 0.15  Tue Mar 19 22:04:07 2002
9         - Quick check is implemented.
10         - decompose(), reorder(), and compose() are documented.
11         - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
12
13 0.14  Sat Feb 02 20:40:14 2002
14         - synchronization with bleadperl.
15         - Change 14128: by Arthur
16         - Change 14129: by jhi
17         - Change 14156: 
18         - Change 14199: by Nikola Knezevic
19         - Change 14308: by Benjamin Goldberg
20         - Change 14370: by jhi
21
22 0.13  Sat Dec 01 11:42:43 2001
23         - modify Makefile.PL to enable rebuild.
24           (This problem is pointed out by David Dyck.)
25         - Change 13388: by Jarkko Hietaniemi.
26
27 0.12  Wed Nov 29 22:49:02 2001
28         - documentation in .pod is appended to .pm and the .pod is removed.
29          (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
30
31 0.11  Sat Nov 24 10:18:38 2001
32         - documentation of some functions for character data.
33         - Change 12909: by Jarkko Hietaniemi.
34         - Change 13228: by Peter Prymmer.
35
36 0.10  Sat Nov 03 16:30:20 2001
37         - The XS version is now independent of Lingua::KO::Hangul::Util.
38           (though the Non-XS version still requires that.)
39
40 0.09  Fri Nov 02 22:39:30 2001
41         - remove pTHX_.
42
43 0.08  Thu Nov 01 23:20:42 2001
44         - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
45
46 0.07  Wed Oct 31 22:06:42 2001
47         - modify internal. decompose() - reorder() - compose().
48
49 0.06  Sun Oct 28 14:28:46 2001
50         - an XS version.
51         (but the Non-XS version is also supported.)
52
53 0.05  Wed Oct 10 22:02:15 2001 (not released)
54         - %Compos contains unnecessary singletons
55           (though it did not cause any bug, only useless).
56           They will not be stored.
57
58 0.04  Wed Aug 15 19:02:41 2001
59         - fix: NFD("") and NFKD("") must return "", not but undef.
60
61 0.03  Fri Aug 10 22:44:18 2001
62         - rename the module name to Unicode::Normalize.
63         - normalize takes two arguments.
64
65 0.02  Thu Aug  9 22:56:36 2001
66         - add function normalize
67
68 0.01  Mon Aug  6 21:45:11 2001
69         - original version; created by h2xs 1.21 with options
70                 -A -X -n Text::Unicode::Normalize
71