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