Update to Unicode::Normalize 0.15 (+ the EBCDIC guards)
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
8f118dcd 30.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
ab8fe378 80.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
170.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
2a204b45 220.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
260.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
ac5ea531 310.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
350.09 Fri Nov 02 22:39:30 2001
36 - remove pTHX_.
37
380.08 Thu Nov 01 23:20:42 2001
39 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
40
410.07 Wed Oct 31 22:06:42 2001
42 - modify internal. decompose() - reorder() - compose().
43
440.06 Sun Oct 28 14:28:46 2001
45 - an XS version.
46 (but the Non-XS version is also supported.)
47
480.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
530.04 Wed Aug 15 19:02:41 2001
54 - fix: NFD("") and NFKD("") must return "", not but undef.
55
560.03 Fri Aug 10 22:44:18 2001
57 - rename the module name to Unicode::Normalize.
58 - normalize takes two arguments.
59
600.02 Thu Aug 9 22:56:36 2001
61 - add function normalize
62
630.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