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