Upgrade to Encode 0.99, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
CommitLineData
fab31126 1# Revision history for Perl extension Encode.
2#
64ffdd5e 3# $Id: Changes,v 0.99 2002/03/25 19:29:22 dankogai Exp dankogai $
fab31126 4#
5129552c 5
64ffdd5e 60.99 Tue Mar 26 2002
7- lib/Encode/JP/Const.pm
8+ lib/Encode/CJKConstants.pm
9+ lib/Encode/CN/2022_CN.pm
10+ lib/Encode/KR/2022_KR.pm
11+ t/KR.t
12+ t/gb2312.euc
13+ t/gb2312.ref
14+ t/ksc5601.euc
15+ t/ksc5601.ref
16+ t/table.euc
17+ t/table.ref
18+ ucm2table
19 * Support for ISO-2022-KR and ISO-2022-CN added.
20 * t/KR.t added!
21 * more t/*.{euc,ref} added, which was autogenerated from ucm2table
22 * ucm2table autogenerates character table out of UCM files.
23- engine.c
24+ encengine.c
25- lib/Encode/Supports.pod
26+ lib/Encode/Supported.pod
27 Names reverted due to popular demand.
28 8.3 rule applies only when there is a conflict.
29 Message-Id: <20020325095924.GD44120@not.autrijus.org>
30! */Makefile.PL
31- Encode/*.enc
32+ Encode/*.ucm
33- lib/Tcl*
34- lib/Encode/Format/Enc.pod
35- t/Tcl.t
36 * Character tables is now 100% ucm.
37 * All files under Encode/ is now 8.3-compliant
38 * some of missing encodings added (i.e. gsm0338 and nextstep)
39 * Vendor mappings aggregated with appropriate national std in
40 Makefile.PL, resulting smaller *.so especially for CJK.
41 Following is result on Dan's FreeBSD box.
42 Now Then
43 ---------------------------------------------------------------
44 blib/arch/auto/Encode/Byte/Byte.so 157,279 171,042
45 blib/arch/auto/Encode/CN/CN.so 1,634,476 1,626,685
46 blib/arch/auto/Encode/EBCDIC/EBCDIC.so 18,476 18,476
47 blib/arch/auto/Encode/Encode.so 27,791 27,791
48 blib/arch/auto/Encode/JP/JP.so 1,408,056 1,832,811
49 blib/arch/auto/Encode/KR/KR.so 1,156,518 1,329,587
50 blib/arch/auto/Encode/Symbol/Symbol.so 23,940 20,990
51 blib/arch/auto/Encode/TW/TW.so* 948,761 1,316,437
52 ---------------------------------------------------------------
53 Total 5,375,297 6,343,819
54 Saving 968,522
55 * As a result of ucm-transition, Encode::Tcl dropped because
56 Encode::Tcl demands *.enc.
57 Encode::Tcl will be supplied in a separate tarball with *.enc.
58 Message-Id: <C024E294-3FC3-11D6-8347-00039301D480@dan.co.jp>
59!compile
60-encengine.c
61+encode.c
62!Encode.pm
63-lib/Encode/Supported.pod
64+lib/Encode/Supports.pod
65-lib/Encode/iso10646_1.pm
66+lib/Encode/10646_1.pm
67-lib/Encode/EncFormat.pod
68+lib/Encode/Format/Enc.pod
69 Files renamed 8.3 filename compliance. Affected modules/scripts revised.
70- lib/Encode/JP/Constants.pm
71+ lib/Encode/JP/Consts.pm
72! lib/Encode/JP/JIS.pm
73! lib/Encode/JP/H2Z.pm
74 Version nit problem and 8.3 rule fix.
75 > Package namespace installed latest in CPAN file
76 > Encode::JP::Constants 0.92 1.02 J/JH/JHI/perl-5.7.3.tar.gz
77 was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3
78 rule. Contants.pm renamed to Consts.pm and affected modules are fixed
79 accordingly. In addition, legacy "use vars qw()..." are replaced with
80 "our";
81 Message-Id: <20020325011248.D1561@alpha.hut.fi>
82 Message-Id: <41023D51-3FB5-11D6-8347-00039301D480@dan.co.jp>
83! JP/JP.pm
84- lib/Encode/JP/ISO_2022_JP.pm
85- lib/Encode/JP/ISO_2022_JP_1.pm
86+ lib/Encode/JP/2022_JP.pm
87+ lib/Encode/JP/2022_JP1.pm
88 01234567.012
89 8.3 naming conflict for vanilla fat addressed by jhi
90 Message-Id: <20020324201931.V22596@alpha.hut.fi>
91
92! Encode.xs
93 Typecast fix addressed by jhi
94 Message-Id: <20020324185540.T22596@alpha.hut.fi>
95
a63c962f 960.98 Mon Mar 25 2002
97! lib/Encode/Supported.pod
98 Further pod fixes
99+ lib/Encode/JP/ISO_2022_JP_1.pm
100! lib/Encode/JP/ISO_2022_JP.pm
101! lib/Encode/JP/JIS.pm
102! JP/JP.pm
103 Now Encode::JP is more strict on the difference between ISO-2022-JP
104 and ISO-2022-JP-1. See JP/JP.pm for details. I hope this move
105 makes Anton happier :) FYI the previous version implements
106 ISO-2022-JP as ISO-2022-JP-1 since it had X0212 support.
107! lib/Encode/Supported.pod
108 Further pod fixes
109! Encode.xs
110 Avoid core-dump in Encode with PERLIO=mmap by NI-S
111 Message-Id: <20020324104139.1326.7@bactrian.ni-s.u-net.com>
112! CN/CN.pm
113! JP/JP.pm
114! KR/KR.pm
115! TW/TW.pm
116! lib/Encode/Suppoted.pod
117 pod fixes to replace F<http://...> to L<http://...>,
118 as suggested by Autrijius in:
119 Message-Id: <20020324083943.GA14901@not.autrijus.org>
120! lib/Encode/Suppoted.pod
121 fixes and enhancements by Anton
122 Message-Id: <10632060120.20020324103753@motor.ru>
123! lib/Encode/Alias.pm
124 > define_alias( qr/^GB[- ]?(\d+)$/i => '"gb$1"' );
125 added. Suggested by Anton then deobfuscated by Autrijius
126 Message-Id: <20020324064455.GA3667@not.autrijus.org>
127! compile
128 Further fix by Nicholas Clark
129 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
130- lib/EncodeFormat.pod
131+ lib/Encode/EncFormat.pod
132! MANIFEST
133 File renamed as suggested by Autrijius
134! Encode.pm
135! lib/Encode/Details.pod
136! lib/Encode/Supported.pod Sun Mar 24 13:29:35 2002
137! Encode.pm Sun Mar 24 13:43:47 2002
138 pod fixes by Autrijius.
139 Message-Id: <20020324062804.GA3595@not.autrijus.org>
140 Message-Id: <20020324075627.GB11986@not.autrijus.org>
141! t/Alias.t
142! lib/Encode/Alias.pm
143! Encode.pm
144 now more EBCDIC conscious;
145 %ExtModules on EBCDIC system excludes CJK so that you don't
146 have to worry about the matched alias resulting cloaking.
147 t/Alias.t also revised to reflect changes. Verified by jhi
148 Message-Id: <20020324022929.D22596@alpha.hut.fi>
149
071db25d 1500.97 Sun Mar 24 2002
151! CN/CN.pm
152! KR/KR.pm
153! TW/TW.pm
154 EBCDIC detection mechanism installed as in JP/JP.pm
155 Message-Id: <20020323211847.G19148@alpha.hut.fi>
156! Byte/Makefile.PL
157! CN/Makefile.PL
158! EBCDIC/Makefile.PL
159! JP/Makefile.PL
160! KR/Makefile.PL
161! Symbol/Makefile.PL
162! TW/Makefile.PL
163 Now all table files used by compile are postfixed '_t' to avoid
164 namespace collisions in case insensitive file systems once for all!
165 inspired by:
166 Message-ID: <58290227735.20020323195659@familiehaase.de>
167! t/Aliases.t
168 Since the Encode::JP is unsupported under EBCDIC we
169 cannot run this test (aliases as such should work fine) -- jhi
170 Message-Id: <20020323202119.D19148@alpha.hut.fi>
171! Byte/Makefile.PL
172 duplicate occurance of ascii.ucm and 8859-1.ucm
173 causes MacOS X dlyd to cloak
174! t/CN.t
175! t/Encode.t
176! t/JP.t
177! t/TW.t
178! t/Tcl.t
179 < chdir 't' if -d 't';
180 ---
181 > if (! -d 'blib' and -d 't'){ chdir 't' };
182 When you are "make test"-ing on Encode/ directory, you must not
183 change $ENV{PWD}. t/JP.t has been fixed before but others somehow
184 remain unchanced. Also the situation detection was made simpler
185 in t/JP.t, which was originally;
186 > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o;
187! Encode.pm
188 "Use of uninitialized value in string eq at Encode.pm line 96."
189! Symbol/Makefile.PL
190! EBCDIC/Makefile.PL
191! AUTHOR
192 -- Problem on case insensitive file systems
193 "coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible"
194 Message-ID: <88254111953.20020323095503@familiehaase.de>
195! compile
196! AUTHOR
197 "So I think it's a bug in gcc, not perl. But it still needs to be
198 worked around."
199 Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
200 Message-Id: <20020323170509.C96475@plum.flirble.org>
201
5129552c 2020.96 Sat Mar 23 2002
203! TW/TW.pm
204! lib/Encode/Encoding.pm
205! lib/Encode/Alias.pm
206! lib/Encode/Supported.pod
207! KR/KR.pm
208 Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
209 Message-ID: <20020322073908.GB10539@blackrider>
210! Makefile.PL
211! Encode.pm
212 "...I think we should include ISO 8859-1 as well." -- NI-S
213 Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
214! JP/JP.pm
215! CN/CN.pm
216! KR/KR.pm
217! TW/TW.pm
218! lib/Encode/Alias.pm
219 alias definitions relocated to Encode::Alias so module autoloading
220 works for aliases also.
221! Encode.pm
222 encodings() now accepts args to check ExtModules.
223+ Byte/Byte.pm
224+ Byte/Makefile.PL
225+ EBCDIC/EBCDIC.pm
226+ EBCDIC/Makefile.PL
227+ Symbol/Makefile.PL
228+ Symbol/Symbol.pm
229! Encode.pm
230! Encode.xs
231 Latin and single byte encodings are reorganized so they are
232 demand-loaded like Encode::XX. Now only ascii is compiled into
233 Encode itself.
234! lib/Encode/Alias.pm
235 for my $k (keys %hash){ delete $hash{$k}; }
236 is depreciated; fixed.
237
2380.95 Fri Mar 22 2002
5d030b67 239 In this update, pod rewrites and alias fixes are the main issues
240+ lib/Encode/Supported.pod
241 Describes supported encodings
242! Makefile.PL
243 streamlined compiled-in encodings.
244! lib/Encode/Description.pod -> lib/Encode/Details.pod
245 Renamed.
246+ Encode/ibm-125?.ucm
247 Added from icu distibution with any occurance of
248 "IBM-125?" to "cp125?". Filenames remain unchanged to pay
249 some respect to icu staff, however.
250+ lib/Encode/Alias.pm
251! Encode.pm
252 Alias difinitions in Encode.pm relocated.
253! AUTHORS
254! Encode.xs
255 packWARN patch from Paul Marquess via jhi
256 Message-Id: <20020321010101.O28978@alpha.hut.fi>
257 Paul added to AUTHORS as a result.
258! t/CJKalias.t -> t/Aliases.t
259 Renamed. Checks even more aliases and alias overloading
260! Encode.pm
261! CN/CN.pm
262 duplicate alias for ujis => euc-jp removed (Encode::JP has one)
263 gbk => cp936 relocated to CN.pm
264! t/CJKalias.t
265 Test::More with plans (by jhi)
5129552c 266
1b2c56c8 2670.94 Thu Mar 21 2002
268+ lib/Encode/Description.pod
269! lib/Encode/Encoding.pm
270 Now the pod in Encode.pm is abridged as programming references.
271 lib/Encode/Description.pod contains the original, detailed description
272 and Encode::Encoding explains how to write your own module to
273 add new encodings. So far, lib/Encode/Description.pod contains
274 the whole pod once in Encode.pm. This is intentional.
275! Encode.pm
276 Pod revisions by Anton Tagunov
277 Message-Id: <517178431.20020320174824@motor.ru>
278! lib/Encode/Tcl.pm
279 all occrance of Encode::Tcl::Extended removed including pod
280! t/CJKalias.t
281 test now checks $encoding->name only; $encoding->{name} are
282 no longer check to find the canonical name.
283! lib/Encode/JP/JIS.pm
284! lib/Encode/JP/ISO_2022_JP.pm
285 ->name() added to be more compliant with API
286! CN/CN.pm
287! JP/JP.pm
288! KR/KR.pm
289! TW/TW.pm
290! t/CJKalias.t
291 Patch by Autrijus to add aliases to TW and fixes to POD
292 Message-Id: <20020320090619.GA24774@not.autrijus.org>
293! AUTHORS
294 SADAHIRO Tomoyuki added as should. My apologies.
295
fab31126 2960.93 Wed Mar 20 2002
297* First release to be uploaded to CPAN. For prehistoric changes,
298 please see Changes file of perl distibution as well as
299 perl-unicode@perl.org archive, available at:
300 http://archive.develooper.com/perl-unicode@perl.org/
301
302 Changes Since 0.92 includes;
303+ Changes
304+ AUTHORS
305! Encode.pm
306! README
307 + Mention to perl-unicode@perl.org added
308! JP/JP.pm
309 + Encoding aliases added so you can feed locale names
310 and MIME Charset="" directly.
311 - Mention to JISX0212 removed because it's fixed
312! CN/CN.pm
313! KR/KR.pm
314 + Encoding aliases added. Note TW is left untouched because
315 euc-tw is not implemented in TW but in Encode::HanExtra.
316 Autrijus, you may fix Encode::HanExtra.
317+ t/CJKalias.t
318 + to test encode aliases added