Upgrade to Unicode::Normalize 0.23.
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
00f2676f 30.23 Sat Jun 28 20:38:10 2003
4 - bug fix: \0-terminate in compose() in XS.
5 - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
6 - tweak of POD and README.
7
1efaba7f 80.22 Mon Jun 09 22:23:10 2003
9 - internal tweak (again): pack_U() and unpack_U().
10
9f1f04a1 110.21 Thu Apr 02 23:12:54 2003
12 - internal tweak: for (?un)pack 'U'.
13
6c941e0c 140.20 Sun Mar 02 13:29:25 2003
15 - decompose Hangul syllables in a decomposition mapping.
16
170.18 ... unreleased
18 - synchronization with bleadperl.
19 - Change 16262: by me
20
f027f502 210.17 Sun Apr 28 23:13:32 2002
22 - now normalize('NFC',$1) should work.
23 - Some croak()'s are added in mkheader.
24 - synchronization with bleadperl.
25 - Change 15596: by me
26 - Change 16136: by pudge
27
be32ca57 280.16 Thu Mar 21 13:36:14 2002
29 - synchronization with bleadperl.
30 - Change 15318: by jhi
31 - Change 15319: by jhi
32
8f118dcd 330.15 Tue Mar 19 22:04:07 2002
34 - Quick check is implemented.
35 - decompose(), reorder(), and compose() are documented.
36 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
37
ab8fe378 380.14 Sat Feb 02 20:40:14 2002
39 - synchronization with bleadperl.
40 - Change 14128: by Arthur
41 - Change 14129: by jhi
42 - Change 14156:
43 - Change 14199: by Nikola Knezevic
44 - Change 14308: by Benjamin Goldberg
45 - Change 14370: by jhi
46
470.13 Sat Dec 01 11:42:43 2001
48 - modify Makefile.PL to enable rebuild.
49 (This problem is pointed out by David Dyck.)
50 - Change 13388: by Jarkko Hietaniemi.
51
2a204b45 520.12 Wed Nov 29 22:49:02 2001
53 - documentation in .pod is appended to .pm and the .pod is removed.
54 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
55
560.11 Sat Nov 24 10:18:38 2001
57 - documentation of some functions for character data.
58 - Change 12909: by Jarkko Hietaniemi.
59 - Change 13228: by Peter Prymmer.
60
ac5ea531 610.10 Sat Nov 03 16:30:20 2001
62 - The XS version is now independent of Lingua::KO::Hangul::Util.
63 (though the Non-XS version still requires that.)
64
650.09 Fri Nov 02 22:39:30 2001
66 - remove pTHX_.
67
680.08 Thu Nov 01 23:20:42 2001
69 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
70
710.07 Wed Oct 31 22:06:42 2001
72 - modify internal. decompose() - reorder() - compose().
73
740.06 Sun Oct 28 14:28:46 2001
75 - an XS version.
76 (but the Non-XS version is also supported.)
77
780.05 Wed Oct 10 22:02:15 2001 (not released)
79 - %Compos contains unnecessary singletons
80 (though it did not cause any bug, only useless).
81 They will not be stored.
82
830.04 Wed Aug 15 19:02:41 2001
84 - fix: NFD("") and NFKD("") must return "", not but undef.
85
860.03 Fri Aug 10 22:44:18 2001
87 - rename the module name to Unicode::Normalize.
88 - normalize takes two arguments.
89
900.02 Thu Aug 9 22:56:36 2001
91 - add function normalize
92
930.01 Mon Aug 6 21:45:11 2001
94 - original version; created by h2xs 1.21 with options
95 -A -X -n Text::Unicode::Normalize
96