on VMS, set non-blocking with ioctl, not fcntl
[p5sagit/p5-mst-13.2.git] / lib / Unicode / Collate / Changes
CommitLineData
ae6aa562 1Revision history for Perl module Unicode::Collate.
2
30.25 Mon Jun 06 23:20:17 2003
4 - fix Makefile.PL.
5 - internal tweak (again): pack_U() and unpack_U().
45394607 6
9f1f04a1 70.24 Thu Apr 02 23:12:54 2003
8 - internal tweak for (?un)pack 'U'.
9
4d36a948 100.23 Wed Sep 04 19:25:20 2002
11 - fix: scalar match() no longer returns an lvalue substr ref.
12 - fix: "Ignorable after variable" should be made level 3 ignorable
13 even if alternate => 'blanked'.
14 - Now a grapheme may contain trailing level 2, level 3,
15 and completely ignorable characters.
16
170.22 Mon Sep 02 23:15:14 2002
18 - New File: index.t.
19 (The new test.t excludes tests for index.)
20 - tweak on index(). POSITION is supported.
21 - add match, gmatch, subst, gsubst methods.
22 - fix: ignorable after variable in 'shift'-variable weight.
23
caffd4cf 240.21 Sat Aug 03 10:24:00 2002
25 - upgrade keys.txt and t/test.t for UCA Version 9.
26
0116f5dc 270.20 Fri Jul 26 02:15:25 2002
28 - now UCA Version 9.
29 - U+FDD0..U+FDEF are new non-characters.
30 - fix: whitespace characters before @backwards etc. in a table file.
31 - now values for 'alternate', 'backwards', etc.,
32 which are explicitly specified via new(),
33 are preferred to those specified in a table file.
34
327745dc 350.12 Sun May 05 09:43:10 2002
36 - add new methods, ->UCA_Version and ->Base_Unicode_Version.
37 - test fix: removed the needless requirement of Unicode::Normalize.
38 [reported by David Hand]
39
809c7673 400.11 Fri May 03 02:28:10 2002
41 - fix: now derived collation elements can be used for Hangul Jamo
42 when their weights are not defined.
327745dc 43 [reported by Andreas J. Koenig]
809c7673 44 - fix: rearrangements had not worked.
45 - mentioned pleblem on index() in BUGS.
46 - more documents, more tests.
47 - tag names for 'alternate' are case-insensitive (i.e. 'SHIFTed' etc.).
48 - The <undef> value for the keys "overrideCJK", "overrideHangul",
49 "rearrange" has a special behavior (different from default).
50
905aa9f0 510.10 Tue Dec 11 23:26:42 2001
52 - now you are allowed to use no table file.
53 - fix: fetching CE with two or more combining characters.
54
5398038e 550.09 Sun Nov 11 17:02:40:18 2001
56 - add the following methods: eq, ne, lt, le, gt, le.
57 - relies on &Unicode::Normalize::getCombinClass()
58 in place of %Unicode::Normalize::Combin
59 (the hash is not defined in the XS version of Unicode::Normalize).
60 then you should install Unicode::Normalize 0.10 or later.
61 - now independent of Lingua::KO::Hangul::Util
62 (this module does decomposition of Hangul syllables for itself)
63
d16e9e3d 640.08 Mon Aug 20 22:40:18 2001
65 - add the index method.
66
45394607 670.07 Thu Aug 16 23:42:02 2001
68 - rename the module name to Unicode::Collate.
69
700.06 Thu Aug 16 23:18:36 2001
71 - add description of the getSortKey method.
72
730.05 Mon Aug 13 22:23:11 2001
74 - bug fix: on the things of 4.2.1, UTR #10
75 - getSortKey returns a string, but not an arrayref.
76
770.04 Mon Aug 13 22:23:11 2001
78 - some bugs are fixed.
79 - some tailoring parameters are added.
80
810.03 Mon Aug 06 06:26:35 2001
82 - modify README
83
840.02 Sun Aug 05 20:20:01 2001
85 - some fix
86
870.01 Sun Jul 29 16:16:15 2001
88 - original version; created by h2xs 1.21
89 with options -A -X -n Sort::UCA
90