[perl@18752] warnings from CGI tests under cygwin
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
1 # Revision history for Perl extension Encode.
2 #
3 # $Id: Changes,v 1.87 2003/02/06 01:52:11 dankogai Exp dankogai $
4 #
5
6 $Revision: 1.87 $ $Date: 2003/02/06 01:52:11 $
7 ! AUTHORS
8   * Inaba "Sensei" Hirohito added (I thought I have done so a long 
9   ago but apparently I did not).
10   * SUZUKI Norio added for verious and useful bug reports.
11 ! Byte/Byte.pm KR/KR.pm Unicode/Unicode.pm
12   lib/Encode/Encoder.pm lib/Encode/CJKConstants.pm
13   podchecked so all warnings are gone except for L<http://>.
14 ! encoding.pm t/enc_eucjp.t
15   * t/uni/tr_utf8.t now t ok on maintperl (sorry, jhi)
16   * Filter option overhaul
17   * POD revision           
18 ! Encode.pm Encode.xs encengine.c Encode/encode.h 
19   lib/Encode/Encoding.pm lib/Encode/JP/JIS7.pm
20   Merged inaba-san's patch that fixes "use encoding 'shiftjis'"
21   without filter.  podchecked by Dan Kogai.
22   Message-Id: <3E3BC46B.6C687CFD@st.rim.or.jp>
23 ! lib/Encode/Alias.pm
24   decode('alias', $1) went wild because of local $_ in find_alias()
25   the evil local $_ is eradicated but that changes find_alias()
26   format for coderef aliasing.  See Encode::Alias for details
27   Message-Id: <200302051704.AA00042@kipp0.nifty.com>
28
29 1.86 2003/01/22 03:29:07
30 ! encoding.pm
31   * Don't forget to canonize when you attempt an exact match!
32   Message-Id: <73E7F801-2DAA-11D7-BF9A-000393AE4244@dan.co.jp>
33   * ${^ENCODING} exception is off for $] > 5.008
34   Message-Id: <20030122110617T.inaba.hiroto@toshiba-it.co.jp>
35 ! t/enc_utf8.t
36   $] check commented out so it runs on 5.8.0
37   
38 1.85 2003/01/21 22:19:14
39 ! encoding.pm
40   ${^ENCODING} exception is now explicit rather than handled by regex.
41 + t/enc_eucjp.t t/enc_utf8.t
42   Test suite for the better "encoding" pragma support for bleedperl.
43   On 5.8.0, they will just be skipped.
44
45 1.84 2003/01/10 12:00:16
46 ! encoding.pm
47   ${^ENCODING} is no longer set for utf so encoding is no longer fun :)
48   (That is to prevent duplicate encoding first by IO then ${^ENCODING})
49   Message-Id: <20030108213737.GK331043@lyta.hut.fi>
50 ! Unicode/Unicode.xs
51   %_ fixes saves the resulting .so .05% smaller, by NC
52   Message-Id: <20021226225709.GF284@Bagpuss.unfortu.net>
53 ! Encode.pm
54   Silence Encode on undef, by Andreas
55   Message-Id: <m3smwrohd1.fsf@k242.linux.bogus>
56   Message-Id: <m3of7fo7np.fsf@k242.linux.bogus>
57 ! Unicode/Unicode.xs
58   s/regognised/recognised/ .  British spelling left intact to pay
59   respect to two British Nicks :)
60   Message-Id: <20021203020454.GK2274@kosh.hut.fi>
61
62 1.83 2002/11/18 17:28:49
63 ! Encode.xs lib/Encode/JIS7.pm
64   Even more patches from Inaba-san has been applied.  With this
65   patch t/uni/tr_7jis.t and t/uni/t_utf8.t of bleedperl will work.
66   Message-Id: <20021115105514D.inaba.hiroto@toshiba-it.co.jp>
67
68 1.82 2002/11/14 23:06:12
69 ! Encode.xs
70   Encode::utf8 (XS Version) assertion botch first found in Cygwin, 
71   later found in perls w/ -Dusemymalloc was fixed by NC.
72   Message-Id: <20021114210349.GA288@Bagpuss.unfortu.net>
73
74 1.81 2002/11/08 18:29:27
75 ! Encode.pm Encode.xs
76   Non-XS version of Encode::utf8 is back (with XS being default).
77   Encode::predefine_encodings(0) to turn off XS.
78   This is primarily to cope w/ Cygwin smoke but Sadahiro-san has
79   found that it was Test::More causing the problem, not Encode.
80   But I have already made it configurable so it may be useful in
81   some rare cases....
82   Message-Id: <20021107210110.2EE4.BQW10602@nifty.com>, et al.
83 ! bin/enc2xs
84   The ingenious patch by Nicholas Clark that reduces shlib sizes by
85   50% with no penalty and backward compatibility preserved, is in.
86   Message-Id: <20021103231324.GE288@Bagpuss.unfortu.net>
87
88 1.80 2002/10/21 20:39:09
89 ! Encode.xs t/mime-header.t
90   Even more patches from NI-XS regarding Encode::utf8->decode().
91   And one more test to t/mime-header.t to prove it
92   Message-Id: <E183i0Y-0003mo-00@mserv1c.vianw.co.uk>
93
94 1.79 2002/10/21 06:05:37
95 ! Encode.xs
96   Further patches from NI-XS.  Encode::utf8->decode() now checks the
97   value of utf8 flag of the argument.  As a result, the fix to
98   lib/Encode/MIME/Header.pm is no longer neccessary but since it did
99   no harm (even speedwise) I'll leave it unreverted.
100 ! ucm/cp949.ucm ucm/cp950.ucm
101   U+20AC EURO SIGN
102   U+00AE REGISTERED SIGN
103   were missing as a result of 1.78. Discovered by Moriyama-san.
104   Moriyama-san has also developed a test script that compares
105   (en|de)coded results to the corresponding Win32 API result and
106   all cp9?? maps are now verified.
107   Message-Id: <20021021025220.3AED.MSYK@mtg.biglobe.ne.jp>
108
109 1.78 2002/10/20 15:44:00
110 ! lib/Encode/MIME/Header.pm
111   fixed so that it works with new Encode::utf8
112 ! Encode.pm Encode.xs
113   Encode::utf8 is now in Encode.xs by Nick In-XS.  This allows
114   :encoding(UTF-8) to handle partial chars at end of buffers
115   correctly.
116   Message-Id: <20021020134935.2079.3@bactrian.ni-s.u-net.com>
117 ! lib/Encode/Supported.pod
118   More nitpickings applied.
119 + t/rt.pl MANIFEST
120 ! t/CJKT.t
121   Moriyama-san has discovered a serious bug in t/CJKT.t; its roundtrip
122   tests were completely useless.  To redeem that and get the peace of
123   mind again, I wrote t/rt.pl to test ALL '|0' ENTRIES in all
124   ucm/*.ucm Since this script takes too long to finish (30 seconds on
125   PIII-800MHz, FreeBSD), it is deliberately excluded from 'make test'
126   but you can easily run that by either renaming it or:
127     perl -Mblib t/rt.pl
128   Message-Id: <20021019065420.0C48.MSYK@mtg.biglobe.ne.jp>
129 ! ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
130   Other CJKT cp9?? also updated according to the URI below;
131   http://www.microsoft.com/typography/unicode/cscp.htm
132 + bin/ucmsort MANIFEST
133   ucmsort is a crude utility that sorts CHARMAP entries in UCM files
134   to proper order.  intended for hardcore develpers only.
135 ! ucm/cp932.ucm JP/JP.pm AUTHORS
136   CP932 mapping which was based upon the mapping file at unicode.org 
137   was found obsolete by MORIYAMA Masayuki msyk@mtg.biglobe.ne.jp>.  He
138   has also supplied the patch so he was added to AUTHORS.
139 ! lib/Encode/Supported.pod
140   ISO-8859-11 != TIS 620
141               == TIS 620 + \xA0 (&nbsp;)
142   Message-Id:
143   <DC504E9C3384054C8506D3E6BB012460810D23@bsebe001.americas.nokia.com>
144
145 1.77 2002/10/06 03:27:02
146 ! t/jperl.t
147   * Modified to accomodate up and comming patch by Inaba-san that
148     will fix tr/// needing eval qq{}
149     Message-Id: <9F78A19C-D6C3-11D6-BAC6-0003939A104C@dan.co.jp>
150 ! encoding.pm 
151   * pod fixes/enhancements to reflect the changes above
152 ! lib/Encode/Alias.pm
153   "Encode::TW is correct, Encode::Alias not." - /Autrijus/
154   Message-Id: <20021001015648.GB18710@not.autrijus.org>
155
156 1.76 2002/08/25 15:09:51
157 ! t/big5-eten.utf
158   To reflect ucm change by Autrijus.  t/big5-eten.enc was regenerated
159   but naturally identical to previous version -- dankogai
160 ! ucm/big5-eten.ucm
161   Codepoint fixes -- autrijus
162   Message-Id: <20020805040236.GC5220@not.autrijus.org>
163 = *
164   copied everything under perl-5.8.0/ext/Encode to make sure Encode
165   is in sync w/ perl core
166 ! t/CJKT.t t/guess.t
167   Change 17175 by jhi@alpha on 2002/06/10 23:24:42
168   Now that binmode(FH) does implicit ":bytes" revisit
169   the failing tests.  The worrisome one is the Digest::MD5
170   test-- how will it fare in CRLF lands now?
171 ! t/CJKT.t t/guess.t
172   From: Radu Greab <radu@netsoft.ro>
173   Date: Mon, 10 Jun 2002 00:40:34 +0300
174   Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
175   Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
176   ones which I cannot figure out.
177 ! lib/Encode/Alias.pm
178   Subject: [Encode PATCH] spurious warning
179   From: Nicholas Clark <nick@unfortu.net>
180   Date: Sun, 2 Jun 2002 20:26:22 +0100
181   Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
182
183 1.75 2002/06/01 18:07:49
184 ! lib/Encode/Alias.pm t/Alias.t lib/Encode/Supported.pod TW/TW.pm
185   glibc compliance cited by Autrijus.
186   http://www.li18nux.org/docs/html/CodesetAliasTable-V10.html
187 ! bin/enc2xs bin/piconv
188   Subject: Re: forewarning: usedevel and versiononly
189   Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
190
191 1.74 2002/05/28 18:33:15
192 + ucm/null.ucm ucm/ctrl.ucm
193 ! Makefile.PL bin/enc2xs lib/Encode/Supported.pod
194   "null" and "ascii-ctrl" encodings added upon the request of Autrijus
195   Subject: Re: unicode -> &# notation
196   Message-ID: <20020518193704.GB40272@not.autrijus.org>
197
198 1.73 2002/05/28 17:26:18
199 ! */Makefile.PL Makefile.PL bin/enc2xs Encode/Makefile_PL.e2x AUTHORS
200   Chris Nandor has fixed Encode so that it works w/ MacPerl --
201   at least w/ PPC (68k need static linking which does not work due to
202   64k limit).  pudge is added to AUTHORS (I'm surprised he was not
203   there in the list).  Encode/Makefile_PL.e2x was additionally fixed
204   by dankogai to reflect changes in other Makefile.PL
205   Message-Id: <p0510030ab9195ed230ff@[10.0.1.107]>
206 ! t/mime-header.t
207   Subject: Change 16746: -Mutf8 cleanup.
208   Message-Id: <200205222345.g4MNj7e10597@smtp3.ActiveState.com>
209
210 1.72 2002/05/20 15:49:56
211 ! Makefile.PL
212   Subject: [PATCH] Encode should be in perl-core library path
213   Message-Id: <86r8k7h738.wl@mail.edge.co.jp>
214   Message-Id: <20020520161201.A11019@alpha.hut.fi>
215 ! lib/Encode/MIME/Header.pm
216   Subject: [PATCH] Encode::MIME::Header
217   Message-Id: <86sn4nh7a8.wl@mail.edge.co.jp>
218 ! Encode/Makefile_PL.e2x
219    Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
220   Message-Id: <20020519201031.GA1603@not.autrijus.org>
221 ! CN/Makefile.PL Byte/Makefile.PL JP/Makefile.PL TW/Makefile.PL
222   Symbol/Makefile.PL KR/Makefile.PL EBCDIC/Makefile.PL Makefile.PL
223   AUTHORS
224   @16628 and @16652 from Vadim. Vadim was added to AUTHORS.
225   Subject: [PATCH] good day for WinCE port of perl.
226   Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
227 ! Encode.xs
228 ! Unicode/Unicode.xs
229   Even more linting by Robin via @16532
230 ! Encode.xs
231   Even more typecast by Sarathy in @16460
232
233 1.71 2002/05/07 16:22:42
234 ! Encode.xs
235   even more typecasts by Robin
236   Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
237 ! bin/enc2xs
238   A very strange bug that was causing a bugus ucm -> C table
239   generation that was revealed by a UCM file that Andreas was
240   working.  This is the king of wierdest bug I've encountered
241   in the course of Encode maintenance.
242   Message-Id: <6C04F0FA-61D4-11D6-B164-00039301D480@dan.co.jp>
243
244 1.70 2002/05/06 10:26:48
245 ! encoding.pm
246   Made more 'module-safe' with conjunction w/ 'no encoding'.
247   Message-Id: <EAB48C16-60DA-11D6-9982-00039301D480@dan.co.jp>
248 ! lib/Encode/Encoding.pm
249   'require Encode' because ->Define uses Encode::define_encoding();
250   problem and solution addressed by Miyagawa-kun
251   Message-Id: <86znzdfvuh.wl@mail.edge.co.jp>
252 ! t/Unicode.t
253   Cuts the frill to make djgpp happier, as suggested by Laszlo
254   Message-Id: <20020506105819.H17012@libra.eth.ericsson.se>
255 ! bin/enc2xs
256   enc2xs no longer overwrites files w/ -M option, as suggested by Andreas
257   Message-Id: <m3bsbug48n.fsf@anima.de>
258
259 1.69 2002/05/04 16:41:18 
260 ! lib/Encode/MIME/Header
261   Floating-point coerced for UNICOS (in integer arithmetics it folds 
262   line one character too early).  Verification by Mark is pending.
263   Message-Id: <C670F60D-5F4F-11D6-A5CA-00039301D480@dan.co.jp>
264 ! Unicode/Unicode.pm
265   more doc patch from Elizabeth
266   Message-Id: <4.2.0.58.20020503210946.02f4ed30@mickey.dijkmat.nl>
267 ! Encode/Makefile_PL.e2x
268   More platform-independent patch from Benjamin
269   Message-Id: <3CD31BE0.69F79B06@earthlink.net>
270 ! lib/Encode/Guess AUTHORS
271   split regex fix by Graham Barr.  Adds him to AUTHORS.
272   Message-Id: <20020504085419.E95940@valueclick.com>
273 ! Encode/Makefile_PL.e2x
274   enc2xs script discovery made smarter and more sensible, first cited
275   by Miyagawa-kun and further suggestions by Rafael and Andreas
276 ! Encode.pm lib/Encode/Guess.pm t/fallback.t t/guess.t t/mime-header.t
277   "The EBCDIC remapping of the low 256 bites again" #16372 by jhi
278
279 1.68 2002/05/03 12:20:13
280 ! lib/Encode/Alias.pm lib/Encode/Supported.pod t/Alias.t AUTHORS
281   UCS-4 added to aliases of UTF-32 by Elizabeth Mattijsen.  Alias.t
282   and Supported.pod modified to reflect the change.  Elizabeth added
283   to Authors.  And H.M. is also added for forwarding her patch among
284   other contributions (I was rather surprised to find his name was not
285   there yet!) 
286    Message-Id: <20020503114901.D639.H.M.BRAND@hccnet.nl>
287
288 1.67 2002/05/02 07:33:09
289 ! Encode.xs
290   Error message now consistent w/ perlqq (\N{U+} -> \x{})
291   done in perl@16308 but Philip linted me further.  Now the error
292   messages are macronized as ERR_ENCODE_NOMAP and ERR_DECODE_NOMAP
293 ! lib/Encode/Guess.pm
294   Sanity check for happier -w by Autrijus
295
296 1.66 2002/05/01 05:41:06
297 ! Encode.xs t/fallback.t
298   WARN_ON_ERR no longer assumes RETURN_ON_ERR so you can issue a warning
299   while fallback is in effect.  This even came with a welcome side-effect
300   of cleaner code with less nests!  Thank you, NI-XS.  t/fallback.t is
301   also modified to test this.
302   And of course, the corresponding varialbles to UV[Xx]f are appropriately
303   cast.  This should've concluded NI-XS homework.
304 ! Encode.pm
305   encode(undef) does warn again!  Repented upon suggestion by NI-XS.
306   Document for unless vs. '' added
307   Message-Id: <20020430171547.3322.13@bactrian.elixent.com>
308
309 1.65 2002/04/30 16:13:37
310 ! Encode.pm
311   encode(undef) no longer warns for C<Use of uninitialized value in 
312   subroutine entry>.  Suggested by Paul.
313   Message-Id: <AIEAJICLCBDNAAOLLOKLMEEEEJAA.Paul.Marquess@ntlworld.com>
314 ! lib/Encode/Supported.pod
315   Encode::MIME::Header and Encode::Guess mentioned
316   Updated for Encode::HanExtra 0.05 and Encode::JIS2K
317 ! lib/Encode/Guess.pm
318   POD fix by Miyagawa-kun
319   Message-Id: <86k7qqx8p7.wl@mail.edge.co.jp>
320
321 1.64 2002/04/29 06:54:06
322 ! ucm/euc-jp.ucm
323   Now decodes euc-jisx0213 also.  CAVEAT: encode("euc-jp"...) and
324   encocde("euc-jisx0213") are still DIFFERENT.
325   Message-Id: <A5DFA5CA-5B3C-11D6-A54F-00039301D480@dan.co.jp>
326 ! Encode.xs
327   A few white spaces corrected by NI-XS via PerlIO integration to 
328   Mainline
329   Subject: Change 16247: Integrate perlio;
330 ! Encode.pm
331   Document fixes by Andreas
332   Message-Id: <m3k7qsf1we.fsf@anima.de>
333
334 1.63 2002/04/27 18:59:50
335 ! lib/Encode/Encoding.pm
336 ! Encoding.pm Unicode/Unicode.pm lib/Encode/Guess.pm lib/Encode/CN/HZ.pm 
337 ! lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/KR/2022_KR.pm 
338   Make use of the Encode::Encoding base class!
339   And other cleanups in Encode.xs upon NI-XS suggestions
340   Message-Id: <20020427160718.1290.15@bactrian.ni-s.u-net.com>
341
342 1.62 2002/04/27 11:17:39
343 ! Encode.pm
344   encodings() now just check %ExtModule instead of eval{require}
345   all of them for ":all" to conserve more memory.
346 ! Encode.xs
347   more "%x" -> "%" UVxf stuff.
348 ! Encode.pm
349   s/=over2/=over 2/g # oops.
350
351 1.61 2002/04/26 03:02:04
352 ! t/mime-header.t
353   Now does decent tests besides use_ok()
354 ! lib/Encode/Guess.pm t/guess.t
355   UI streamlined, document added
356 ! Unicode/Unicode.xs
357   various signed/unsigned mismatch nits (#16173)
358   http://public.activestate.com/cgi-bin/perlbrowse?patch=16173
359 ! Encode.pm
360   POD:  utf8-flag-related caveats added.  A few sections completely 
361   rewritten.
362 ! Encode.xs
363 ! AUTHORS
364   Thou shalt not assume %d works, either!
365   Robin Baker added to AUTHORS for this
366   Message-Id: <200204251132.MAA28237@tempest.npl.co.uk>
367 ! t/CJKT.t         
368   "Change 16144 by gsar@onru on 2002/04/24 18:59:05"
369
370 1.60 2002/04/24 20:06:52
371 ! Encode.xs
372   "Thou shalt not assume %x works." -- jhi
373   Message-Id: <20020424210618.E24347@alpha.hut.fi>
374 ! CN/Makefile.PL JP/Makefile.PL KR/Makefile.PL TW/Makefile.PL To make
375   low-memory build machines happy, now *.c is created for each *.ucm
376   (no table aggregation).  You can still override this by setting
377   $ENV{AGGREGATE_TABLES}.
378   Message-Id: <00B1B3E4-579F-11D6-A441-00039301D480@dan.co.jp>
379 + lib/Encode/Guess.pm
380 + lib/Encode/JP/JIS7.pm
381   Encoding-autodetect (mainly for Japanese encoding) added.  In a
382   course of development, JIS7.pm was improved.
383 + lib/Encode/HTML/Header.pm
384 + lib/Encode/Config.pm
385   MIME B/Q Header Encoding Added!
386 ! Encode.pm Encode.xs t/fallback.t
387   new fallbacks; XMLCREF and HTMLCREF upon Bart's request.
388   Message-Id: <20020424130709.GA14211@tanglefoot>
389
390 1.59 $ 2002/04/22 23:54:22
391 ! Encode.pm Encode.xs
392   needs_lines() and perlio_ok() are added to Internal encodings such
393   as utf8 so XML::SAX is happy.  FB_* stub xsubs are now prototyped.
394
395 1.58 2002/04/22 23:54:22
396 ! TW/TW.pm
397   s/MacChineseSimp/MacChineseTrad/ # ... oops.
398 ! bin/ucm2text
399 ! t/*.t
400 - t/*.euc t/*.ref
401 + t/*.enc t/*.utf
402   Now all CJKT encodings go thru round-trip test via t/CJKT.t.
403   t/(CN|TW).t by Autrijus are renamed at-(cn|tw).t
404   t/(JP|KR).t are aggregated to t/CJKT.t
405   test data are all remade via bin/ucm2text.
406   And ....  They are no longer skipped for -Uuseperlio !
407
408 1.57 2002/04/22 20:27:30
409 ! t/JP.t t/KR.t t/perlio.t
410   unless (find PerlIO::Layer 'perlio') ... line is back again.
411   t/JP.t and t/KR.t were supposed to work but maybe '>:utf8' lines
412   need PerlIO.  Sigh....
413 ! Encode.xs Unicode/Unicode.pm lib/Encode/JP/JIS7.pm t/perlio.t
414   ->perlio_ok now does eval{ require PerlIO::encoding } there so
415   it correctly returns 1 when PerlIO::encoding is yet loaded.
416 ! Encode.xs
417   perl-current patch #16072 reflected
418
419 1.56 2002/04/22 09:48:07 
420 ! Encode.pm encoding.pm t/perlio.t t/jperl.t
421   New PerlIO::encoding 0.04 compliance met
422
423 1.55 2002/04/22 03:43:05   
424 ! Encode.pm Encode.xs Unicode/Unicode.pm
425   needs_lines() defined so Encode::Encoding is no longer needed
426   for perlio
427
428 1.54 2002/04/22 02:50:01
429 ! Encode.pm! Encode.xs! Unicode/Unicode.pm t/perlio.t
430 ! lib/Encode/Encoding.pm lib/Encode/CN/HZ.pm
431   now perlio_ok is true by default if PerlIO::encoding->VERSION is
432   0.03 or larger.  POD in Encode::Encoding revised to reflect this.
433   Encode::XS and Encode::Unicode now has perlio_ok() method.
434 ! lib/Encode/Supported.pod
435   s/UP-UX/HP-UX/ by jhi
436 ! AUTHORS Byte/Byte.pm CN/CN.pm Encode.pm JP/JP.pm KR/KR.pm README
437 ! Symbol/Symbol.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs bin/piconv
438 ! bin/ucmlint encoding.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm
439 ! lib/Encode/Config.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm
440 ! lib/Encode/KR/2022_KR.pm lib/Encode/PerlIO.pod
441 ! lib/Encode/Supported.pod
442   Huge document fixes by Philip.
443 ! AUTHORS
444 ! t/JP.t
445   s/compare\(/compare_text\(/o by Sarathy.  Adds him to AUTHORS
446   http://public.activestate.com/cgi-bin/perlbrowse?patch=16049
447 ! t/perlio.t
448   binmode() after "<:encoding" to make Win32 happy, by Mattia.
449   Mattia added to AUTHORS file
450   Message-Id: <3CC3150F.5798.22A05AE@localhost>
451
452 1.52 2002/04/20 23:43:47
453 ! t/perlio.t
454   TODO: is now SKIP:, as NI-XS requested.  Also adds more
455   eraborate failure analysis added.
456 ! bin/enc2xs
457   A note on how to make sure of round-trip safety added to POD
458   section (so Autrijus is happier)
459 ! ucm/big5-hkscs.ucm ucm/big5-eten.ucm t/TW.pm
460   big5-(eten|hkscs) is round-trip safe again!
461   Message-Id: <A2C949CC-54AC-11D6-A5FB-00039301D480@dan.co.jp>
462 ! encoding.pm
463   Typo fixes by Andreas
464 ! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm
465 ! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t
466   PerIO coodination patches from NI-XS.
467   Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp>
468
469 1.51 2002/04/20 09:58:23
470 ! t/TW.t
471   Updated test suite by Autrijis so "make test" is happy again
472   Message-Id: <20020420082104.GA25037@not.autrijus.org>
473 + ucm/big5-eten.ucm
474 ! ucm/big5-hkscs.ucm lib/Encode/Alias.pm 
475 - ucm/big5.ucm
476   TW/TW.pm TW/Makefile.PL
477   Updates by Autrijus.  'big5' is no longer a canonical but an
478   alias to 'big5-eten'. big5-hkscs is now in 2001 edition.
479   Message-Id: <20020419195346.GA19597@not.autrijus.org>
480 ! Encode.xs
481   Fix by NI-XS that fallback may cause SEGV w/ Perl/TK
482   Message-Id: <20020419184509.1924.1@bactrian.ni-s.u-net.com>
483 ! Encode.pm
484   PerlIO detection a little bit smarter; no longer uses eval qq{}
485   but eval {}.
486
487 1.50 2002/04/19 06:13:02
488 ! ! Encode.pm Encode.xs Encode/encoding.h
489 + t/fallback.pm
490   New Fallback API imlemented and documented.  See "perldoc Encode"
491   for details
492 ! lib/Encode/JP/JIS7.pm Encode.pm
493 + lib/Encode/PerlIO.pod t/perlio.t
494   API compliance met.  However, it still does not work unless perlio
495   implements line buffer.  See BUGS section in perldoc Encode::PerlIO
496   As a sensible workaround, perlio_ok() added to Encode.
497 ! encoding.pm
498 ! lib/Encode/Supported.pod
499   Doc fixes from jhi
500   Message-Id: <20020418174647.J8466@alpha.hut.fi>
501 ! CN/CN.pm
502   Doc fixes from Autrijus
503   Message-Id: <20020418144131.GA10987@not.autrijus.org>
504 ! Encode.pm
505   perlqq mode documented
506 ! t/JP.t
507 + t/jisx0201.euc t/jisx0201.ref
508 ! t/jisx0208.euc t/jisx0208.ref
509   t/JP.t tests more rigorously and with other encodings
510   t/jisx0201.* added to test JIS7 encodings.  jisx0208 is now PURELY
511   in jis0208 (used to contain jisx0201 part).
512 ! Encode/Makefile_PL.e2x
513   The resulting Makefile.PL that "enc2xs -M" creates now auto-discovers 
514   enc2xs and encode.h rather than hard-coded.  This allows the resulting
515   module fully CPANizable.
516 ! encoding.pm t/JP.t t/KR.t
517   PerlIO detection simplified (checks %INC instead of eval{})
518 ! Encode.xs Encode/encode.h
519 + Unicode/Makefile.PL Unicode/Unicode.pm Unicode/Unicode.xs
520 - lib/Encode/Unicode.pm
521   (en|de)code_xs relocated to where it belongs.  Source reindented
522   to my taste
523 ! bin/enc2xs
524   Additional (U8 *) cast added as suggested by jhi
525   Message-Id: <20020417165916.A28599@alpha.hut.fi>
526
527 1.42 Date: 2002/04/17
528 - lib/Encode/XS.pm
529   no-op module;  Thought of adding a pod there but enc2xs has
530   one so gone.
531 ! encoding.pm
532 ! t/JP.pm
533 ! t/KR.pm
534   correct mechanism to detect Perlio::encoding layar installed.
535 ! Encode.xs
536   PerlIO Layer detached.
537
538 1.41 2002/04/16 23:35:00
539 ! encoding.pm
540   binmode(STDIN|STDOUT ...) done iff PerlIO is available
541 ! t/*.t
542   Cleaned up PerlIO skip conditions to prepare for the upcoming
543   Encode - PerlIO forking.
544 ! Encode.pm
545   exported functions are now prototyped.
546 ! lib/Encode/CN/HZ.pm
547 ! bin/enc2xs
548 ! Encode.xs
549   fallback implemented # was /* FIXME */
550   affected programs revised to fit (only HZ was using the try-catch
551   approach which needed to be fixed for API-compliance).
552 ! Encode/Config.pm
553 ! Encode/KR/2022_KR.pm
554 ! Encode/KR/KR.pm
555   can find =head1 NAME now, jhi
556   Message-Id: <20020416083059.V30639@alpha.hut.fi>
557 ! encoding.pm
558   s/\{h\}/{$h}/g ;)
559 ! Encode.xs
560   now complies with less warnings with the pickest compilers.
561   Suggested by Craig, fixed by Dan.
562   ! Encode/Makefile_PL.e2x
563 ! bin/enc2xs
564   A bug that fails to find *.e2x in certain conditions fixed
565
566 1.40 2002/04/14 22:27:14
567 + Encode/ConfigLocal_PM.e2x
568 ! lib/Encode/Config.pm
569 ! bin/enc2xs
570   "enc2xs -C" now generates/updates Encode::ConfigLocal. 
571   ConfigLocal_PM.e2x is a skelton thereof.
572 ! lib/Encode/Config.pm
573 ! CN/CN.pm
574   "use  Encode::CN::HZ;" was missing.
575 ! t/Unicode.t
576 ! t/unibench.t
577   More rigorous tests added to test XS, especially on memory allocation.
578 ! Encode.xs
579 ! lib/Encode/Unicode.pm
580   NI-S implemented an XS version -- merged
581   Message-Id: <20020414154857.2066.4@bactrian.ni-s.u-net.com>
582 ! encoding.pm
583 ! t/jperl.t
584   Source filter option added.  With this option on, you can write
585   perl 5.8-savvy scripts (such as UTF-8 identifiers) in legacy
586   encodings.  t/jperl.t enhanced to test this feature.
587 ! t/Unicode.t
588   ok() gotcha addressed by Benjamin fixed.  Though I didn't exactly
589   apply his suggestion, this degree of nitting is enough to add him
590   to AUTHORS list. 
591   Message-Id: <3CB93223.291E5E2E@earthlink.net>
592 ! JP/JP.pm
593 + lib/Encode/JP/JIS7.pm
594 - lib/Encode/JP/JIS.pm
595 - lib/Encode/JP/2022_JP.pm
596 - lib/Encode/JP/2022_JP1.pm
597   7bit-jis, iso-2022-jp and iso-2022-jp1 are all aggregated to
598   JIS7.pm for better maintainability and performance
599 ! encoding.pm
600   Added caveat for non-ascii identifiers.
601 ! encoding.pm
602   fixes by jhi, the original author of this pragramtic module.
603   Message-Id: <20020413231527.V1826@alpha.hut.fi>
604
605 1.34 2002/04/12 20:23:05 (Unreleased)
606 ! Encode.pm
607 ! t/Unicode.t
608   EBCDIC fixes addressed by jhi.
609   Message-Id: <20020412161844.D9383@alpha.hut.fi>
610 ! lib/Encode/Encoder.pm
611   POD fix by Miyagawa-kun
612   Message-Id: <86bscqq4hu.wl@mail.edge.co.jp>
613
614 1.33 2002/04/10 22:28:40
615 ! AUTHORS
616   Philip's mail address corrected.
617 ! AUTHORS
618 ! t/Encoder.t
619 ! lib/Encode/Encoder.pm
620   s/ = shift;/ = @_;/ # trivial but a common idiomatic typo :)
621   This adds Miyagawa-kun to AUTHORS. 
622   * encoding() no longer exported by default but on demand
623   * t/Encoder.t updated to test all these
624   Message-Id: <86hemjpdn4.wl@mail.edge.co.jp>
625 ! lib/Encode/Unicode.pm
626 ! lib/Encode/Supported.pm
627   Further doc fixes by Anton
628
629 1.32 2002/04/09 20:06:15
630 + bin/ucmlint
631 + t/bogus.ucm
632 - ucm/macDevanaga.ucm   Unicode Character Map
633 - ucm/macGujarati.ucm   Unicode Character Map
634 - ucm/macGurmukhi.ucm   Unicode Character Map
635   A utility to check integrity of .ucm files. t/bogus.ucm is a
636   ucm that is deliberately bogus. unused Indic mappings are removed
637   for the time being.
638 ! Encode.pm
639   resolve_alias() added as suggested by jhi.  Same as
640   find_encoding("alias")->name.  For convenience.  This one is
641   defined in Encode.pm instead of Alias.pm.
642   Message-Id: <20020409215846.H17022@alpha.hut.fi>
643 ! Encode.xs
644   Memory Allocate but detected during the devel of ucmlint -- fixed.
645   Message-Id: <C0DDCE16-4BE7-11D6-9204-00039301D480@dan.co.jp>
646 ! lib/Encode/Unicode.pm
647   valid_ucs2(0) is false but must be true.
648   3 patches from NI-S as follows.  This also has fixed the incident
649   Andy has reported. 
650 ! lib/Encode/Alias.pm
651   find_alias() recursion prevention
652 ! t/Aliases.t
653   Checks for the patch above
654 ! t/Encode/Unicode.pm
655   An extra "F" that causes valid_ucs2() return a bogus value fixed
656   Message-Id: <20020409133927.17803.1@bactrian.elixent.com>
657   Message-Id: <Pine.SOL.4.10.10204091338220.10390-100000@maxwell.phys.lafayette.edu>
658   2 Small Patches from jhi as follows:
659 ! Encode.pm
660   Encode->encodings() lists in case-insensitve order (as it was)
661 ! bin/piconv
662   -l option prints avaiable encodings to STDOUT instead of STDERR
663 ! lib/Encode/Aliases.pm
664   s/defintion/definition/
665   Message-Id: <200204082306.CAA21033@alpha.hut.fi>
666 ! AUTHORS
667 ! lib/Encode/Supported.pod
668 ! lib/Encode/Unicode.pm
669   POD revise by Philip Newton.  This adds Philip to AUTHORS list.
670   Thank you for the exact quote of Douglas Adams :)
671   Message-Id: <22s3bu4gpvhhsses64nj3afuu0lo927rv3@4ax.com>
672
673 1.31 2002/04/08 18:08:07
674 ! lib/Encode/Encoder.pm
675 + t/Encoder.t
676   Encode::Encoder, once just a placeholder of an idea, is now much more 
677   practical.  See t/Encode.t to find how practical it can be.
678 + lib/Encode/Config.pm
679 ! Encode.pm
680   my false laziness at Encode.pm is fixed.  Now %ExtModules are set
681   in Encode::Config and they are all literally, not programatically
682   set.  My false laziness was resulting many encodings missing from
683   %ExtModules.
684 ! lib/Encode/Unicode.pm
685 ! t/Unicode.t
686   BOM for 32LE was bogus as noted by Anton.  t/Unicode.t is fixed
687   so that it does not rely Encode::Unicode for BOM values
688   Message-Id: <FFEC33E9-4AFB-11D6-B415-00039301D480@dan.co.jp>
689
690 1.30 2002/04/08 02:34:51
691 + lib/Encode/Encoder.pm
692   Object Oriented Encoder.  I reckon something like this is in need.
693 ! Encode.pm
694 ! t/Unicode.pm
695 ! lib/Encode/Supported.pod
696   * autoloading bug that prevented upper-case canonicals such as UTF-16
697     is fixed.  Now even UTF/UCS are autoloaded!
698   * encodings() is now more intuitive.
699   * t/Unicode.t fixed to explicitly use Unicode.pm -- BOM values are
700     stored therein.
701   * Obligatory fixes to the POD.
702 ! lib/Encode/Supported.pod
703   Patch from Anton applied.
704   Message-Id: <66641479.20020408033300@motor.ru>
705 ! Encode.pm
706 ! lib/Encode/Unicode.pm
707   Cosmetic changes: "bless $obj, $class" => "bless $obj => class"
708
709 1.28 2002/04/07 18:58:42 
710 ! MANIFEST
711 + t/Unicode.t
712 + t/grow.t
713   Just a MANIFEST for those missing files.
714
715 1.26 Date: 2002/04/07 15:22:04
716 ! JP/Makefile.PL
717 ! t/Aliases.PL
718   Schwarn's patches against Makefile.PL has zapped jis*.ucm.  Restored.
719   And t/Aliases.t fixed to make sure they all exist.
720
721 1.25 2002/04/07 15:01:25 (Unreleased)
722 ! Encode.pm
723 ! lib/Encode/Unicode.pm
724   More POD fixes....
725 ! Encode.pm
726 - lib/Encode/UTF_EBCDIC.pm
727 - lib/Encode/Internal.pm
728 - lib/Encode/utf8.pm
729   Integrated into Encode.pm as closures.  That way "one package, one file" 
730   rule is preserved yet less files to require.
731 ! encoding.pm
732   commented out binmode(STDERR ...
733 ! Makefile.PL
734 ! Byte/Makefile.PL
735 ! CN/Makefile.PL
736 ! EBCDIC/Makefile.PL
737 ! JP/Makefile.PL
738 ! KR/Makefile.PL
739 ! Symbol/Makefile.PL
740 ! TW/Makefile.PL
741 ! Encode/Makefile_PL.e2x
742   Schwarn's MM-compliance patch merged
743   Message-Id: <20020406082609.GA28758@blackrider>
744 ! Encode.pm
745 ! lib/Encode/Unicode.pm
746 + lib/Encode/UTF_EBCDIC.pm
747 + t/Unicode.t
748 - lib/Encode/10646_1.pm
749 - lib/Encode/ucs2_le.pm
750   (UCS-2|UTF-(16|32))(LE|BE)? implementation and cleanups.  Instead of
751   per-module based (en|de)code,  I saved a number of .pm by
752   reorganizing it as per-object base (Well, this is what Encode::XS
753   does under the hood).  See Encode::Unicode for details.
754   The original Unicode.pm is now correctly renamed to UTF_EBCDIC.pm.
755   This module is used only on EBCDIC environments.
756
757 1.21 2002/04/05 14:46:34 (Not Released)
758 ! JP/JP.pm
759 ! Encode.pm
760 + ucm/jis0201.ucm
761 + ucm/jis0208.ucm
762 + ucm/jis0212.ucm
763   Are back to make Perl/Tk happy  Smile, NI-S.
764 ! t/Alias.pm
765 ! lib/Encode/Alias.pm
766 ! lib/Encode/Supported.pm
767 ! lib/Encode/10646_1.pm
768 ! lib/Encode/ucs2_le.pm
769   UCS-16BE is now canonical for UCS-2/ISO-10646-1.
770   Leftover implicit aliases in ucs2_le.pm removed.  Tests and documents 
771   updated to reflect changes.
772   essage-Id: <20020405114024.1290.17@bactrian.ni-s.u-net.com>
773 ! lib/Encode/Alias.pm
774 ! lib/Encode/Supported.pm
775   Anton's revision commited.  Added Dan's own fixes as well.
776   Message-Id: <159103166906.20020405161134@motor.ru>
777 ! lib/Encode/Alias.pm
778     134c134
779   <                 qr/^UCS2-le$/i    => '"UCS-2"', );
780   ---
781   >                 qr/^UCS2-LE$/i    => '"UTF-16LE"');
782   Sigh.  Thank you, Anton.
783   Message-Id: <14567692196.20020405062020@motor.ru>
784   Message-Id: <69FEC0B4-483E-11D6-A045-00039301D480@dan.co.jp>
785
786 1.20  2002/04/04 19:50:52
787 + bin/unidump
788   the last minute addtion.  Just give it a try.  Docs remains to be done.  
789   Not installed by default.
790 ! lib/Encode/Supported.pod
791   Enhanced Greatly.
792 ! t/Alias.t
793 ! lib/Encode/Alias.pm
794 ! lib/Encode/utf8.pm
795 ! lib/Encode/10464_1.pm
796 ! lib/Encode/ucs2_le.pm
797   Canonical name for 'UCS-2le" is now "UTF-16LE".  UCS-2 left
798   unchanged but UTF-16BE is added as an alias.  Implicit aliases
799   move to Encode::Alias so init_alias() works more as expected.
800   Also, 'utf8' is now canonical with 'UTF-8' being an alias.  
801   Though pedantically wrong, This should make perl mongers happier.
802   t/Alias.t is enhanced to test all these.
803   Message-Id: <9C39BD58-47AF-11D6-9D82-00039301D480@dan.co.jp>
804 ! Byte/Makefile.PL
805   Now all .ucm are stacked in byte_t; They all share ascii part so 50%
806   of the codepoints are common.  CJKT left as is because the saving is
807   not significant.
808 ! Byte/Makefile.PL
809 ! CN/Makefile.PL
810 ! EBCDIC/Makefile.PL
811 ! Encode.xs
812 ! Encode/Makefile_PL.e2x
813 ! JP/Makefile.PL
814 ! KR/Makefile.PL
815 ! Makefile.PL
816 ! Symbol/Makefile.PL
817 ! TW/Makefile.PL
818 ! bin/enc2xs
819 ! AUTHORS
820   All occurance of _def.h replaced with .exh so djgpp works happily
821   ever after!  To credit this amazing discovery, Laszlo is now in
822   AUTHORS list
823   Message-Id: <20020403181424.GA8778@freemail.hu>
824   Message-Id: <B5BF0C6F-4732-11D6-B13D-00039301D480@dan.co.jp>
825 ! Makefile.PL
826 ! */Makefile.PL
827 ! Encode/Makefile_PL.skel
828   bin/enc2xs
829   No more @INC fiddling!  Uses $ENV{PERL_CORE} instead
830   Message-Id: <20020401222744.GX2000@blackrider>, et al.
831 ! t/encoding.t
832   Two more tests by added jhi
833   Message-Id: <200204020000.DAA25121@alpha.hut.fi>
834 + t/grow.t
835 ! Encode.xs
836   The showstopper fixed -- Memory reallocation bug was causing
837   Encode::XS to fall into infinite  loop on certain conditions.
838   t/grow.t tests that.
839   Message-Id: <9572CAC4-463C-11D6-ABA5-00039301D480@dan.co.jp>, et al
840 + bin/txt2ucm
841 ! */Makefile.PL
842 ! */*.ucm
843 ! */XX.pm
844 ! lib/Encode/Supported.pod
845   Vendor encodings rebuilt out of original map files at unicode.org.
846   Indic languages such as MacDevanagali remain unspported do to the
847   shortcoming of encengine capabilities (they need algorithmical
848   conversion and I have no knowledge on that!).  Pods fixed for added
849   encodings.
850   Oh, macJapan.ucm renamed to macJapanese.ucm.
851   macROMnn is macRomanian and macRUMnn is macRumanian.
852   txt2ucm is a crude script that is used to convert them.
853 ! bin/enc2xs
854   Unicode Compound Characters (used extensively on Mac) supported
855 ! bin/piconv
856   Typo fixes and improvements by jhi
857   Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
858
859 1.11 2002/03/31 22:12:13
860 + t/encoding.t
861 + t/jperl.t
862 ! MANIFEST
863   Missing files from the MANIFEST fixed.
864   Message-Id: <20020401010156.H10509@alpha.hut.fi>
865   Version incremented just to make CPAN happy.
866
867 1.10  2002/03/31 21:32:42
868 ! Makefile.PL
869 ! README
870   INSTALL_UCM option added to Makefile.PL so you can install *.ucm
871   if you want.  This should make Autrijus happy.  Also, piconv
872   is added to default install.
873 + Encode/*.e2x
874 ! bin/enc2xs
875   Here-documented files that enc2xs generates are now exported
876   to *.e2x.  Much cleaner and easier to debug.
877 ! encoding.pm
878   encoding enhances so you can make it act more like such 
879   (now prehistoric ) "localized" variations of perl like Jperl.
880 + t/jperl.t
881   Further test for encoding.pm.  Written in euc-jp
882 + encoding.pm
883 + t/encoding.t
884   Taken over form jhi.
885   Message-Id: <20020330174618.B10154@alpha.hut.fi>
886 - Encode/*.ucm
887 + ucm/*.ucm
888 ! Makefile.PL
889 ! */Makefile.PL
890   *.ucm relocated to ucm/ so MakeMaker will not install'em by default.
891 - ucm2table
892 + bin/ucm2table
893   ***
894 ! AUTHORS
895 ! Byte/Byte.pm
896 ! Encode.pm
897 ! Encode/macIceland.ucm
898 ! lib/Encode/Alias.pm
899 ! lib/Encode/Supported.pod
900   MacIceland fixes and Pod Typo fixes.  This adds Andreas to AUTHORS.
901   Message-Id: <m3lmcavhjt.fsf@anima.de>
902
903 1.01  2002/03/29 20:59:39
904 ! Makefile.PL
905 ! README
906   s/USE_SCRIPTS/MORE_SCRIPTS/
907 ! Makefile.PL
908   installs enc2xs by default for external Encode:: modules in CPAN, 
909   such as Encode::HanExtra
910 ! t/*.t
911   More sensible perl core detection via $ENV{PERL_CORE}
912   suggested by Spider
913   Message-Id: <200203291007.FAA07329@Orb.Nashua.NH.US>
914 ! bin/enc2xs
915   Perl core ditection via $^X =~ m/\bminiperl$/o
916   Message-Id: <A5C7B0CA-42F1-11D6-B5AD-00039301D480@dan.co.jp>
917
918 1.00  Wed Mar 29 2002
919 ! *
920   The version of all files is updated to 1.00 via "ci -f -l1.00",
921   commemorating version 1.00.  All files, including *.ucm are now
922   under version control.
923 - encode.h
924 + Encode/encode.h
925   encode.h moved to Encode/ so it will be installed for the later
926   use by enc2xs
927 ! enc2xs
928   h2xs-like feature added via "h2xs -M Name *.(enc|ucm)"
929 ! Makefile.PL
930 ! */Makefile.PL
931 - compile
932 + bin/enc2xs
933   compile renamed to enc2xs.  
934   Affected Makefle.PL updated
935 - lib/CN/2022_CN.pm
936   "Punt it. HanExtra can take care of that later." -- Autrijus
937   Message-Id: <20020328154338.GA7351@not.autrijus.org>
938 ! Encode/johab.ucm
939 ! Encode/euc-kr.ucm
940 ! Encode/ksc5601.ucm
941 ! lib/Encode/CJKConstants.pm
942 ! lib/Encode/KR/2022_KR.pm
943   Table patches for Euro Signs, 2022-KR fixups by Jungshik
944   Message-Id: <Pine.LNX.4.44.0203280616190.2259-200000@www.ykga.org>
945 ! README
946 ! Makefile.PL
947 + bin/piconv
948   bin/ added for example scripts.  They are not installed by default.
949   to install them, "perl Makefile.PL USE_SCRIPTS".
950   piconv is iconv reinvented in perl.  in addition to all features
951   of iconv, it also adds perlish features.  See L<piconv/1> for more
952   details.
953 ! lib/Encode/Alias.pm
954   qr/^ replaced with qr/\b so it directly matches locale names
955   such as en_US.US-ASCII
956 ! AUTHORS
957 ! t/Aliases.t
958   Patch by MJD to fix the following problem applied.
959   Subject: [PATCH 5.7.3 Encode]
960     Aliases.t not properly skipped when Encode extension not built
961   Message-Id: <20020328091850.18677.qmail@plover.com>
962 ! lib/Encode/KR/2022_KR.pm
963 ! lib/Encode/CJKConstants.pm
964   Another patch from Jungshik to make iso-2022-kr actually work
965   Message-Id: <Pine.LNX.4.44.0203271745210.30462-200000@www.ykga.org>
966 ! Encode/Encode/euc-kr.ucm
967 + Encode/Encode/johab.ucm
968 ! Encode/Encode/ksc5601.ucm
969 ! Encode/KR/KR.pm
970 ! Encode/KR/Makefile.PL
971 ! Encode/lib/Encode/Alias.pm
972 ! t/Alias.t
973   Johab support and complete revision of Korean Encoding by Jungshik
974   Message-Id: <Pine.LNX.4.44.0203271105060.30462-200000@www.ykga.org>
975 + Encode.pm
976   Revised to make up with now-dropped Encode::Details.
977 - lib/Encode/Details.pod
978   Dropped.  Besides being obsolete, the topics are now covered in
979   respective pods now. 
980 ! AUTHORS
981 ! t/Alias.t
982   KR/KR.pm
983   lib/Encode/Alias.pm
984   Korean aliases fixed thanks to Jungshik Shin
985    /ks[-_ ]?c[-_ ]?5601-1987$/i => cp936
986   Message-Id: <Pine.LNX.4.44.0203262102250.1237-100000@www.ykga.org>
987 ! *.pm
988   =head1 NAME added to all modules to make buildtoc happy
989   Message-Id: <20020327041151.A10618@alpha.hut.fi>
990 - lib/Encode/CJKguide.pod
991   Too controversial and dropped from the dist.  Will be available
992   separately on the web.
993 ! Encode/*.ucm
994   RCS tags added so table debugging gets easier (should that be
995   needed!  I hope they all stay 1.00!)
996 + lib/Encode/CJKguide.pod
997   A detailed guide to mainly, but not limited to, CJK multibyte
998   encodings.
999 - Encode/roman8.ucm
1000 + Encode/hp-roman8.ucm
1001 ! Byte/Makefile.PL
1002 ! Encode/Supported.pod
1003   All occurance of "roman8" replaced with "hp-roman8" to avoid 
1004   confusion
1005 ! Encode/Supported.pod
1006 ! Encode/mac*.ucm
1007 ! t/Alias.t
1008   Mac Encodings now comply the Inside Macintosh
1009 ! t/Alias.t
1010   Test for '-raw' conventions added.
1011 ! Encode/Alias.pm
1012   aliased  gb2312 -> euc-cn, ksc5601 -> euc-kr
1013 ! Encode/gb12345.ucm
1014 ! Encode/gb2312.ucm
1015 ! Encode/ksc5601.ucm
1016   "-raw" appended to canonical names.
1017   File mames stay unchanged thanks to UCM format.
1018 ! lib/Encode/CN/HZ.pm
1019   Patch from Autrijus to fix gb2312 -> gb2312-raw + code linting
1020   Message-Id: <20020326035210.GA2091@not.autrijus.org>
1021
1022 0.99  Tue Mar 26 2002
1023 - lib/Encode/JP/Const.pm
1024 + lib/Encode/CJKConstants.pm
1025 + lib/Encode/CN/2022_CN.pm
1026 + lib/Encode/KR/2022_KR.pm
1027 + t/KR.t
1028 + t/gb2312.euc
1029 + t/gb2312.ref
1030 + t/ksc5601.euc
1031 + t/ksc5601.ref
1032 + t/table.euc
1033 + t/table.ref
1034 + ucm2table
1035   * Support for ISO-2022-KR and ISO-2022-CN added.
1036   * t/KR.t added!
1037   * more t/*.{euc,ref} added, which was autogenerated from ucm2table
1038   * ucm2table autogenerates character table out of UCM files.
1039 - engine.c
1040 + encengine.c
1041 - lib/Encode/Supports.pod
1042 + lib/Encode/Supported.pod
1043   Names reverted due to popular demand.
1044   8.3 rule applies only when there is a conflict.
1045   Message-Id: <20020325095924.GD44120@not.autrijus.org>
1046 ! */Makefile.PL
1047 - Encode/*.enc
1048 + Encode/*.ucm
1049 - lib/Tcl*
1050 - lib/Encode/Format/Enc.pod
1051 - t/Tcl.t
1052   * Character tables is now 100% ucm. 
1053   * All files under Encode/ is now 8.3-compliant
1054   * some of missing encodings added (i.e. gsm0338 and nextstep)
1055   * Vendor mappings aggregated with appropriate national std in
1056     Makefile.PL, resulting smaller *.so especially for CJK.
1057     Following is result on Dan's FreeBSD box.
1058                                                   Now        Then
1059   ---------------------------------------------------------------
1060   blib/arch/auto/Encode/Byte/Byte.so          157,279     171,042
1061   blib/arch/auto/Encode/CN/CN.so            1,634,476   1,626,685
1062   blib/arch/auto/Encode/EBCDIC/EBCDIC.so       18,476      18,476
1063   blib/arch/auto/Encode/Encode.so              27,791      27,791
1064   blib/arch/auto/Encode/JP/JP.so            1,408,056   1,832,811
1065   blib/arch/auto/Encode/KR/KR.so            1,156,518   1,329,587
1066   blib/arch/auto/Encode/Symbol/Symbol.so       23,940      20,990
1067   blib/arch/auto/Encode/TW/TW.so*             948,761   1,316,437
1068   ---------------------------------------------------------------
1069   Total                                     5,375,297   6,343,819
1070   Saving                                      968,522
1071   * As a result of ucm-transition, Encode::Tcl dropped because
1072   Encode::Tcl demands *.enc.
1073   Encode::Tcl will be supplied in a separate tarball with *.enc.
1074   Message-Id: <C024E294-3FC3-11D6-8347-00039301D480@dan.co.jp>
1075 !compile
1076 -encengine.c
1077 +encode.c
1078 !Encode.pm
1079 -lib/Encode/Supported.pod
1080 +lib/Encode/Supports.pod
1081 -lib/Encode/iso10646_1.pm
1082 +lib/Encode/10646_1.pm
1083 -lib/Encode/EncFormat.pod
1084 +lib/Encode/Format/Enc.pod
1085   Files renamed 8.3 filename compliance.  Affected modules/scripts revised.
1086 - lib/Encode/JP/Constants.pm
1087 + lib/Encode/JP/Consts.pm
1088 ! lib/Encode/JP/JIS.pm
1089 ! lib/Encode/JP/H2Z.pm
1090   Version nit problem and 8.3 rule fix.
1091   > Package namespace         installed    latest  in CPAN file
1092   > Encode::JP::Constants          0.92      1.02  J/JH/JHI/perl-5.7.3.tar.gz
1093   was noted by jhi then Dan discovers "Constants.pm" does not comply 8.3
1094   rule.  Contants.pm renamed to Consts.pm and affected modules are fixed
1095   accordingly.  In addition, legacy "use vars qw()..." are replaced with
1096   "our";
1097   Message-Id: <20020325011248.D1561@alpha.hut.fi>
1098   Message-Id: <41023D51-3FB5-11D6-8347-00039301D480@dan.co.jp>
1099 ! JP/JP.pm
1100 - lib/Encode/JP/ISO_2022_JP.pm
1101 - lib/Encode/JP/ISO_2022_JP_1.pm
1102 + lib/Encode/JP/2022_JP.pm
1103 + lib/Encode/JP/2022_JP1.pm
1104                 01234567.012
1105   8.3 naming conflict for vanilla fat addressed by jhi
1106   Message-Id: <20020324201931.V22596@alpha.hut.fi>
1107
1108 ! Encode.xs
1109   Typecast fix addressed by jhi
1110   Message-Id: <20020324185540.T22596@alpha.hut.fi>
1111
1112 0.98  Mon Mar 25 2002
1113 ! lib/Encode/Supported.pod
1114   Further pod fixes
1115 + lib/Encode/JP/ISO_2022_JP_1.pm
1116 ! lib/Encode/JP/ISO_2022_JP.pm
1117 ! lib/Encode/JP/JIS.pm
1118 ! JP/JP.pm
1119   Now Encode::JP is more strict on the difference between ISO-2022-JP
1120   and ISO-2022-JP-1.  See JP/JP.pm for details.  I hope this move
1121   makes Anton happier :)  FYI the previous version implements 
1122   ISO-2022-JP as ISO-2022-JP-1 since it had X0212 support.
1123 ! lib/Encode/Supported.pod
1124   Further pod fixes
1125 ! Encode.xs
1126   Avoid core-dump in Encode with PERLIO=mmap by NI-S
1127   Message-Id: <20020324104139.1326.7@bactrian.ni-s.u-net.com>
1128 ! CN/CN.pm
1129 ! JP/JP.pm
1130 ! KR/KR.pm
1131 ! TW/TW.pm
1132 ! lib/Encode/Suppoted.pod
1133   pod fixes to replace F<http://...> to L<http://...>, 
1134   as suggested by Autrijius in:
1135   Message-Id: <20020324083943.GA14901@not.autrijus.org>
1136 ! lib/Encode/Suppoted.pod
1137   fixes and enhancements by Anton
1138   Message-Id: <10632060120.20020324103753@motor.ru>
1139 ! lib/Encode/Alias.pm
1140   > define_alias( qr/^GB[- ]?(\d+)$/i => '"gb$1"' );
1141   added.  Suggested by Anton then deobfuscated by Autrijius
1142   Message-Id: <20020324064455.GA3667@not.autrijus.org>
1143 ! compile
1144   Further fix by Nicholas Clark
1145   Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
1146 - lib/EncodeFormat.pod
1147 + lib/Encode/EncFormat.pod
1148 ! MANIFEST
1149   File renamed as suggested by Autrijius
1150 ! Encode.pm
1151 ! lib/Encode/Details.pod
1152 ! lib/Encode/Supported.pod    Sun Mar 24 13:29:35 2002
1153 ! Encode.pm   Sun Mar 24 13:43:47 2002
1154   pod fixes by Autrijius.
1155   Message-Id: <20020324062804.GA3595@not.autrijus.org>
1156   Message-Id: <20020324075627.GB11986@not.autrijus.org>
1157 ! t/Alias.t
1158 ! lib/Encode/Alias.pm
1159 ! Encode.pm
1160   now more EBCDIC conscious;
1161   %ExtModules on EBCDIC system excludes CJK so that you don't
1162   have to worry about the matched alias resulting cloaking.
1163   t/Alias.t also revised to reflect changes.  Verified by jhi
1164   Message-Id: <20020324022929.D22596@alpha.hut.fi>
1165
1166 0.97  Sun Mar 24 2002
1167 ! CN/CN.pm
1168 ! KR/KR.pm
1169 ! TW/TW.pm
1170   EBCDIC detection mechanism installed as in JP/JP.pm
1171   Message-Id: <20020323211847.G19148@alpha.hut.fi>
1172 ! Byte/Makefile.PL
1173 ! CN/Makefile.PL
1174 ! EBCDIC/Makefile.PL
1175 ! JP/Makefile.PL
1176 ! KR/Makefile.PL
1177 ! Symbol/Makefile.PL
1178 ! TW/Makefile.PL
1179   Now all table files used by compile are postfixed '_t' to avoid
1180   namespace collisions in case insensitive file systems once for all!
1181   inspired by:
1182   Message-ID: <58290227735.20020323195659@familiehaase.de>
1183 ! t/Aliases.t
1184   Since the Encode::JP is unsupported under EBCDIC we
1185   cannot run this test (aliases as such should work fine) -- jhi
1186   Message-Id: <20020323202119.D19148@alpha.hut.fi>
1187 ! Byte/Makefile.PL
1188   duplicate occurance of ascii.ucm and 8859-1.ucm
1189   causes MacOS X dlyd to cloak
1190 ! t/CN.t
1191 ! t/Encode.t
1192 ! t/JP.t
1193 ! t/TW.t
1194 ! t/Tcl.t
1195   <     chdir 't' if -d 't';
1196   ---
1197   >     if (! -d 'blib' and -d 't'){ chdir 't' };
1198   When you are "make test"-ing on Encode/ directory, you  must not 
1199   change $ENV{PWD}.  t/JP.t has been fixed before but others somehow 
1200   remain unchanced.  Also the situation detection was made simpler 
1201   in t/JP.t, which was originally;
1202   > chdir 't' if -d 't' and $ENV{PWD} !~ m,/Encode[^/]*$,o;
1203 ! Encode.pm
1204   "Use of uninitialized value in string eq at Encode.pm line 96."
1205 ! Symbol/Makefile.PL
1206 ! EBCDIC/Makefile.PL
1207 ! AUTHOR
1208   -- Problem on case insensitive file systems
1209   "coexist of ebcdic.c <> EBCDIC.c on Cygwin not possible"
1210   Message-ID: <88254111953.20020323095503@familiehaase.de>
1211 ! compile
1212 ! AUTHOR
1213   "So I think it's a bug in gcc, not perl. But it still needs to be 
1214    worked around."
1215   Message-Id: <20020323145840.GD304@Bagpuss.unfortu.net>
1216   Message-Id: <20020323170509.C96475@plum.flirble.org>
1217
1218 0.96  Sat Mar 23 2002
1219 !     TW/TW.pm
1220 !     lib/Encode/Encoding.pm
1221 !     lib/Encode/Alias.pm
1222 !     lib/Encode/Supported.pod
1223 !     KR/KR.pm
1224   Pod Fixes by Michael G Schwern <schwern@pobox.com> via jhi
1225   Message-ID: <20020322073908.GB10539@blackrider>
1226 ! Makefile.PL
1227 ! Encode.pm
1228   "...I think we should include ISO 8859-1 as well." -- NI-S
1229   Message-Id: <20020322120230.1332.8@bactrian.elixent.com>
1230 ! JP/JP.pm
1231 ! CN/CN.pm
1232 ! KR/KR.pm
1233 ! TW/TW.pm
1234 ! lib/Encode/Alias.pm
1235   alias definitions  relocated to Encode::Alias so module autoloading
1236   works for aliases also.
1237 ! Encode.pm
1238   encodings() now accepts args to check ExtModules.
1239 + Byte/Byte.pm
1240 + Byte/Makefile.PL
1241 + EBCDIC/EBCDIC.pm
1242 + EBCDIC/Makefile.PL
1243 + Symbol/Makefile.PL
1244 + Symbol/Symbol.pm
1245 ! Encode.pm
1246 ! Encode.xs
1247   Latin and single byte encodings are reorganized so they are
1248   demand-loaded like Encode::XX.  Now only ascii is compiled into
1249   Encode itself. 
1250 ! lib/Encode/Alias.pm
1251   for my $k (keys %hash){ delete $hash{$k}; }
1252    is depreciated; fixed.      
1253
1254 0.95  Fri Mar 22 2002
1255   In this update, pod rewrites and alias fixes are the main issues
1256 + lib/Encode/Supported.pod
1257   Describes supported encodings
1258 ! Makefile.PL
1259   streamlined compiled-in encodings.
1260 ! lib/Encode/Description.pod -> lib/Encode/Details.pod
1261   Renamed.
1262 + Encode/ibm-125?.ucm
1263   Added from icu distibution with any occurance of
1264    "IBM-125?" to "cp125?".  Filenames remain unchanged to pay
1265    some respect to icu staff, however.
1266 + lib/Encode/Alias.pm
1267 ! Encode.pm
1268   Alias difinitions in Encode.pm relocated.
1269 ! AUTHORS
1270 ! Encode.xs
1271   packWARN patch from Paul Marquess via jhi
1272   Message-Id: <20020321010101.O28978@alpha.hut.fi>
1273   Paul added to AUTHORS as a result.
1274 ! t/CJKalias.t -> t/Aliases.t
1275   Renamed.  Checks even more aliases and alias overloading
1276 ! Encode.pm
1277 ! CN/CN.pm
1278   duplicate alias for ujis => euc-jp removed (Encode::JP has one)
1279   gbk => cp936 relocated to CN.pm
1280 ! t/CJKalias.t
1281   Test::More with plans (by jhi)
1282
1283 0.94  Thu Mar 21 2002
1284 + lib/Encode/Description.pod
1285 ! lib/Encode/Encoding.pm
1286   Now the pod in Encode.pm is abridged as programming references.
1287   lib/Encode/Description.pod contains the original, detailed description
1288   and Encode::Encoding explains how to write your own module to
1289   add new encodings.  So far, lib/Encode/Description.pod contains
1290   the whole pod once in Encode.pm.  This is intentional.
1291 ! Encode.pm
1292   Pod revisions by Anton Tagunov
1293   Message-Id: <517178431.20020320174824@motor.ru>
1294 ! lib/Encode/Tcl.pm
1295   all occrance of Encode::Tcl::Extended removed including pod
1296 ! t/CJKalias.t
1297   test now checks $encoding->name only; $encoding->{name} are
1298   no longer check to find the canonical name.
1299 ! lib/Encode/JP/JIS.pm
1300 ! lib/Encode/JP/ISO_2022_JP.pm
1301   ->name() added to be more compliant with API  
1302 ! CN/CN.pm
1303 ! JP/JP.pm
1304 ! KR/KR.pm
1305 ! TW/TW.pm
1306 ! t/CJKalias.t
1307   Patch by Autrijus to add aliases to TW and fixes to POD
1308   Message-Id: <20020320090619.GA24774@not.autrijus.org>
1309 ! AUTHORS
1310   SADAHIRO Tomoyuki added as should.  My apologies.
1311
1312 0.93  Wed Mar 20 2002
1313 * First release to be uploaded to CPAN.  For prehistoric changes,
1314   please see Changes file of perl distibution as well as 
1315   perl-unicode@perl.org archive, available at:
1316   http://archive.develooper.com/perl-unicode@perl.org/
1317
1318   Changes Since 0.92 includes;
1319 + Changes
1320 + AUTHORS
1321 ! Encode.pm
1322 ! README
1323   + Mention to perl-unicode@perl.org added
1324 ! JP/JP.pm
1325   + Encoding aliases added so you can feed locale names
1326     and MIME Charset="" directly.
1327   - Mention to JISX0212 removed because it's fixed
1328 ! CN/CN.pm
1329 ! KR/KR.pm
1330   + Encoding aliases added.  Note TW is left untouched because
1331     euc-tw is not implemented in TW but in Encode::HanExtra.
1332     Autrijus, you may fix Encode::HanExtra.
1333 + t/CJKalias.t
1334   + to test encode aliases added