Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
9f1f04a1 30.21 Thu Apr 02 23:12:54 2003
4 - internal tweak: for (?un)pack 'U'.
5
6c941e0c 60.20 Sun Mar 02 13:29:25 2003
7 - decompose Hangul syllables in a decomposition mapping.
8
90.18 ... unreleased
10 - synchronization with bleadperl.
11 - Change 16262: by me
12
f027f502 130.17 Sun Apr 28 23:13:32 2002
14 - now normalize('NFC',$1) should work.
15 - Some croak()'s are added in mkheader.
16 - synchronization with bleadperl.
17 - Change 15596: by me
18 - Change 16136: by pudge
19
be32ca57 200.16 Thu Mar 21 13:36:14 2002
21 - synchronization with bleadperl.
22 - Change 15318: by jhi
23 - Change 15319: by jhi
24
8f118dcd 250.15 Tue Mar 19 22:04:07 2002
26 - Quick check is implemented.
27 - decompose(), reorder(), and compose() are documented.
28 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
29
ab8fe378 300.14 Sat Feb 02 20:40:14 2002
31 - synchronization with bleadperl.
32 - Change 14128: by Arthur
33 - Change 14129: by jhi
34 - Change 14156:
35 - Change 14199: by Nikola Knezevic
36 - Change 14308: by Benjamin Goldberg
37 - Change 14370: by jhi
38
390.13 Sat Dec 01 11:42:43 2001
40 - modify Makefile.PL to enable rebuild.
41 (This problem is pointed out by David Dyck.)
42 - Change 13388: by Jarkko Hietaniemi.
43
2a204b45 440.12 Wed Nov 29 22:49:02 2001
45 - documentation in .pod is appended to .pm and the .pod is removed.
46 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
47
480.11 Sat Nov 24 10:18:38 2001
49 - documentation of some functions for character data.
50 - Change 12909: by Jarkko Hietaniemi.
51 - Change 13228: by Peter Prymmer.
52
ac5ea531 530.10 Sat Nov 03 16:30:20 2001
54 - The XS version is now independent of Lingua::KO::Hangul::Util.
55 (though the Non-XS version still requires that.)
56
570.09 Fri Nov 02 22:39:30 2001
58 - remove pTHX_.
59
600.08 Thu Nov 01 23:20:42 2001
61 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
62
630.07 Wed Oct 31 22:06:42 2001
64 - modify internal. decompose() - reorder() - compose().
65
660.06 Sun Oct 28 14:28:46 2001
67 - an XS version.
68 (but the Non-XS version is also supported.)
69
700.05 Wed Oct 10 22:02:15 2001 (not released)
71 - %Compos contains unnecessary singletons
72 (though it did not cause any bug, only useless).
73 They will not be stored.
74
750.04 Wed Aug 15 19:02:41 2001
76 - fix: NFD("") and NFKD("") must return "", not but undef.
77
780.03 Fri Aug 10 22:44:18 2001
79 - rename the module name to Unicode::Normalize.
80 - normalize takes two arguments.
81
820.02 Thu Aug 9 22:56:36 2001
83 - add function normalize
84
850.01 Mon Aug 6 21:45:11 2001
86 - original version; created by h2xs 1.21 with options
87 -A -X -n Text::Unicode::Normalize
88