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