Re: [Patch @14129] fixes Unicode::Normalize
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
2a204b45 30.12 Wed Nov 29 22:49:02 2001
4 - documentation in .pod is appended to .pm and the .pod is removed.
5 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
6
70.11 Sat Nov 24 10:18:38 2001
8 - documentation of some functions for character data.
9 - Change 12909: by Jarkko Hietaniemi.
10 - Change 13228: by Peter Prymmer.
11
ac5ea531 120.10 Sat Nov 03 16:30:20 2001
13 - The XS version is now independent of Lingua::KO::Hangul::Util.
14 (though the Non-XS version still requires that.)
15
160.09 Fri Nov 02 22:39:30 2001
17 - remove pTHX_.
18
190.08 Thu Nov 01 23:20:42 2001
20 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
21
220.07 Wed Oct 31 22:06:42 2001
23 - modify internal. decompose() - reorder() - compose().
24
250.06 Sun Oct 28 14:28:46 2001
26 - an XS version.
27 (but the Non-XS version is also supported.)
28
290.05 Wed Oct 10 22:02:15 2001 (not released)
30 - %Compos contains unnecessary singletons
31 (though it did not cause any bug, only useless).
32 They will not be stored.
33
340.04 Wed Aug 15 19:02:41 2001
35 - fix: NFD("") and NFKD("") must return "", not but undef.
36
370.03 Fri Aug 10 22:44:18 2001
38 - rename the module name to Unicode::Normalize.
39 - normalize takes two arguments.
40
410.02 Thu Aug 9 22:56:36 2001
42 - add function normalize
43
440.01 Mon Aug 6 21:45:11 2001
45 - original version; created by h2xs 1.21 with options
46 -A -X -n Text::Unicode::Normalize
47