Re: Segv from new regex code when under threads.
[p5sagit/p5-mst-13.2.git] / ext / Unicode / Normalize / Changes
CommitLineData
ac5ea531 1Revision history for Perl extension Unicode::Normalize.
2
628bbff0 30.32 Tue Apr 5 22:47:09 2005
4 - Some literal and grammatical errors in POD are fixed.
5
60.31 Tue Apr 5 21:43:20 2005
7 - CAVEATS in POD is added.
8 - Some test cases from Unicode Public Review Issue #29
9 (Normalization Issue) are added to norm.t and test.t.
10 - do 'mkheader' returns true so that Makefile.PL will catch error.
11 - META.yml is added.
12
a092bcfd 130.30 Sun May 2 14:35:00 2004
628bbff0 14 - XSUB: (perl 5.8.1 or later) improved utf8 upgrade of non-POK
15 (private POK) values like tied scalars, overloaded objects, etc.
a092bcfd 16
e524f5b2 170.28 Sat Nov 22 23:46:24 2003
18 - XSUB: even if string contains a malformed, "short" Unicode character,
19 decompose() and reorder() will be safe. Garbage will be no longer added.
20 - added null.t and short.t.
21 - now truely added illegal.t (in 0.27, forgot to change MANIFEST).
22
230.27 Sun Nov 16 13:16:21 2003
24 - Illegal code points (surrogate and noncharacter) will be allowed
25 (keep your code with <no warnings 'utf8';>);
26 but porting is not successful in the case of ((Pure Perl) and
27 (Perl 5.7.3 or before)).
28 - added illegal.t.
29
300.26 Sat Nov 15 21:52:30 2003
31 - doc fix: s/FCD(?= is unique)/FCC/;
32
82e740b6 330.25 Mon Oct 6 22:26:03 2003
e524f5b2 34 - added form.t and proto.t.
82e740b6 35
360.24 Sat Oct 4 17:57:10 2003
e524f5b2 37 - supports FCD and FCC (UTN #5):
38 FCD(), normalize('FCD'), checkFCD(), check('FCD');
39 FCC(), normalize('FCC'), checkFCC(), check('FCC').
40 - changed INSTALLATION (cf. README).
41 * Initial state of the distribution is changed to XSUB. To build
42 pure Perl, type <perl disableXS> before <perl Makefile.PL>.
43 * The purePerl-XSUB converter is now provided as two perl
44 script files, named "enableXS" and "disableXS".
45 (no longer <perl Makefile.PL xs> and <perl Makefile.PL noxs>.)
46 * simplified Makefile.PL.
47 - added fcdc.t and split.t.
82e740b6 48
00f2676f 490.23 Sat Jun 28 20:38:10 2003
e524f5b2 50 - bug fix: \0-terminate in compose() in XS.
51 - tweak in pure perl: forced $codepoint to numeric (i.e. "+0065" to 65)
52 - tweak of POD and README.
00f2676f 53
1efaba7f 540.22 Mon Jun 09 22:23:10 2003
e524f5b2 55 - internal tweak (again): pack_U() and unpack_U().
1efaba7f 56
9f1f04a1 570.21 Thu Apr 02 23:12:54 2003
e524f5b2 58 - internal tweak: for (?un)pack 'U'.
9f1f04a1 59
6c941e0c 600.20 Sun Mar 02 13:29:25 2003
e524f5b2 61 - decompose Hangul syllables in a decomposition mapping.
6c941e0c 62
630.18 ... unreleased
e524f5b2 64 - synchronization with bleadperl.
65 - Change 16262: by me
6c941e0c 66
f027f502 670.17 Sun Apr 28 23:13:32 2002
e524f5b2 68 - now normalize('NFC',$1) should work.
69 - Some croak()'s are added in mkheader.
70 - synchronization with bleadperl.
71 - Change 15596: by me
72 - Change 16136: by pudge
f027f502 73
be32ca57 740.16 Thu Mar 21 13:36:14 2002
e524f5b2 75 - synchronization with bleadperl.
76 - Change 15318: by jhi
77 - Change 15319: by jhi
be32ca57 78
8f118dcd 790.15 Tue Mar 19 22:04:07 2002
e524f5b2 80 - Quick check is implemented.
81 - decompose(), reorder(), and compose() are documented.
82 - The Non-XS version is also independent of Lingua::KO::Hangul::Util.
8f118dcd 83
ab8fe378 840.14 Sat Feb 02 20:40:14 2002
e524f5b2 85 - synchronization with bleadperl.
86 - Change 14128: by Arthur
87 - Change 14129: by jhi
88 - Change 14156:
89 - Change 14199: by Nikola Knezevic
90 - Change 14308: by Benjamin Goldberg
91 - Change 14370: by jhi
ab8fe378 92
930.13 Sat Dec 01 11:42:43 2001
e524f5b2 94 - modify Makefile.PL to enable rebuild.
95 (This problem is pointed out by David Dyck.)
96 - Change 13388: by Jarkko Hietaniemi.
ab8fe378 97
2a204b45 980.12 Wed Nov 29 22:49:02 2001
e524f5b2 99 - documentation in .pod is appended to .pm and the .pod is removed.
100 (only POD in NON-XS refers to Lingua::KO::Hangul::Util.)
2a204b45 101
1020.11 Sat Nov 24 10:18:38 2001
e524f5b2 103 - documentation of some functions for character data.
104 - Change 12909: by Jarkko Hietaniemi.
105 - Change 13228: by Peter Prymmer.
2a204b45 106
ac5ea531 1070.10 Sat Nov 03 16:30:20 2001
e524f5b2 108 - The XS version is now independent of Lingua::KO::Hangul::Util.
109 (though the Non-XS version still requires that.)
ac5ea531 110
1110.09 Fri Nov 02 22:39:30 2001
e524f5b2 112 - remove pTHX_.
ac5ea531 113
1140.08 Thu Nov 01 23:20:42 2001
e524f5b2 115 - use Lingua::KO::Hangul::Util 0.06 and remove "hangul.h".
ac5ea531 116
1170.07 Wed Oct 31 22:06:42 2001
e524f5b2 118 - modify internal. decompose() - reorder() - compose().
ac5ea531 119
1200.06 Sun Oct 28 14:28:46 2001
e524f5b2 121 - an XS version.
122 (but the Non-XS version is also supported.)
ac5ea531 123
1240.05 Wed Oct 10 22:02:15 2001 (not released)
e524f5b2 125 - %Compos contains unnecessary singletons
126 (though it did not cause any bug, only useless).
127 They will not be stored.
ac5ea531 128
1290.04 Wed Aug 15 19:02:41 2001
e524f5b2 130 - fix: NFD("") and NFKD("") must return "", not but undef.
ac5ea531 131
1320.03 Fri Aug 10 22:44:18 2001
e524f5b2 133 - rename the module name to Unicode::Normalize.
134 - normalize takes two arguments.
ac5ea531 135
1360.02 Thu Aug 9 22:56:36 2001
e524f5b2 137 - add function normalize
ac5ea531 138
1390.01 Mon Aug 6 21:45:11 2001
e524f5b2 140 - original version; created by h2xs 1.21 with options
141 -A -X -n Text::Unicode::Normalize
ac5ea531 142