This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Upgrade to Unicode::Normalize 0.21 and Unicode::Collate 0.24,
[perl5.git] / ext / Unicode / Normalize / Changes
1 Revision history for Perl extension Unicode::Normalize.
2
3 0.21  Thu Apr 02 23:12:54 2003
4         - internal tweak: for (?un)pack 'U'.
5
6 0.20  Sun Mar 02 13:29:25 2003
7         - decompose Hangul syllables in a decomposition mapping.
8
9 0.18  ... unreleased
10         - synchronization with bleadperl.
11         - Change 16262: by me
12
13 0.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
20 0.16  Thu Mar 21 13:36:14 2002
21         - synchronization with bleadperl.
22         - Change 15318: by jhi
23         - Change 15319: by jhi
24
25 0.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
30 0.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
39 0.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
44 0.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
48 0.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
53 0.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
57 0.09  Fri Nov 02 22:39:30 2001
58         - remove pTHX_.
59
60 0.08  Thu Nov 01 23:20:42 2001
61         - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
62
63 0.07  Wed Oct 31 22:06:42 2001
64         - modify internal. decompose() - reorder() - compose().
65
66 0.06  Sun Oct 28 14:28:46 2001
67         - an XS version.
68         (but the Non-XS version is also supported.)
69
70 0.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
75 0.04  Wed Aug 15 19:02:41 2001
76         - fix: NFD("") and NFKD("") must return "", not but undef.
77
78 0.03  Fri Aug 10 22:44:18 2001
79         - rename the module name to Unicode::Normalize.
80         - normalize takes two arguments.
81
82 0.02  Thu Aug  9 22:56:36 2001
83         - add function normalize
84
85 0.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