[Encode] 1.80 released
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
index ee5d260..52cbda3 100644 (file)
@@ -1,9 +1,636 @@
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 1.26 2002/04/07 15:22:04 dankogai Exp $
+# $Id: Changes,v 1.80 2002/10/21 20:39:09 dankogai Exp dankogai $
 #
 
-1.26 $Date: 2002/04/07 15:22:04 $
+$Revision: 1.80 $ $Date: 2002/10/21 20:39:09 $
+! Encode.xs t/mime-header.t
+  Even more patches from NI-XS regarding Encode::utf8->decode().
+  And one more test to t/mime-header.t to prove it
+  Message-Id: <E183i0Y-0003mo-00@mserv1c.vianw.co.uk>
+
+1.79 2002/10/21 06:05:37
+! Encode.xs
+  Further patches from NI-XS.  Encode::utf8->decode() now checks the
+  value of utf8 flag of the argument.  As a result, the fix to
+  lib/Encode/MIME/Header.pm is no longer neccessary but since it did
+  no harm (even speedwise) I'll leave it unreverted.
+! ucm/cp949.ucm ucm/cp950.ucm
+  U+20AC EURO SIGN
+  U+00AE REGISTERED SIGN
+  were missing as a result of 1.78. Discovered by Moriyama-san.
+  Moriyama-san has also developed a test script that compares
+  (en|de)coded results to the corresponding Win32 API result and
+  all cp9?? maps are now verified.
+  Message-Id: <20021021025220.3AED.MSYK@mtg.biglobe.ne.jp>
+
+1.78 2002/10/20 15:44:00
+! lib/Encode/MIME/Header.pm
+  fixed so that it works with new Encode::utf8
+! Encode.pm Encode.xs
+  Encode::utf8 is now in Encode.xs by Nick In-XS.  This allows
+  :encoding(UTF-8) to handle partial chars at end of buffers
+  correctly.
+  Message-Id: <20021020134935.2079.3@bactrian.ni-s.u-net.com>
+! lib/Encode/Supported.pod
+  More nitpickings applied.
++ t/rt.pl MANIFEST
+! t/CJKT.t
+  Moriyama-san has discovered a serious bug in t/CJKT.t; its roundtrip
+  tests were completely useless.  To redeem that and get the peace of
+  mind again, I wrote t/rt.pl to test ALL '|0' ENTRIES in all
+  ucm/*.ucm Since this script takes too long to finish (30 seconds on
+  PIII-800MHz, FreeBSD), it is deliberately excluded from 'make test'
+  but you can easily run that by either renaming it or:
+    perl -Mblib t/rt.pl
+  Message-Id: <20021019065420.0C48.MSYK@mtg.biglobe.ne.jp>
+! ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm
+  Other CJKT cp9?? also updated according to the URI below;
+  http://www.microsoft.com/typography/unicode/cscp.htm
++ bin/ucmsort MANIFEST
+  ucmsort is a crude utility that sorts CHARMAP entries in UCM files
+  to proper order.  intended for hardcore develpers only.
+! ucm/cp932.ucm JP/JP.pm AUTHORS
+  CP932 mapping which was based upon the mapping file at unicode.org 
+  was found obsolete by MORIYAMA Masayuki msyk@mtg.biglobe.ne.jp>.  He
+  has also supplied the patch so he was added to AUTHORS.
+! lib/Encode/Supported.pod
+  ISO-8859-11 != TIS 620
+              == TIS 620 + \xA0 (&nbsp;)
+  Message-Id:
+  <DC504E9C3384054C8506D3E6BB012460810D23@bsebe001.americas.nokia.com>
+
+1.77 2002/10/06 03:27:02
+! t/jperl.t
+  * Modified to accomodate up and comming patch by Inaba-san that
+    will fix tr/// needing eval qq{}
+    Message-Id: <9F78A19C-D6C3-11D6-BAC6-0003939A104C@dan.co.jp>
+! encoding.pm 
+  * pod fixes/enhancements to reflect the changes above
+! lib/Encode/Alias.pm
+  "Encode::TW is correct, Encode::Alias not." - /Autrijus/
+  Message-Id: <20021001015648.GB18710@not.autrijus.org>
+
+1.76 2002/08/25 15:09:51
+! t/big5-eten.utf
+  To reflect ucm change by Autrijus.  t/big5-eten.enc was regenerated
+  but naturally identical to previous version -- dankogai
+! ucm/big5-eten.ucm
+  Codepoint fixes -- autrijus
+  Message-Id: <20020805040236.GC5220@not.autrijus.org>
+= *
+  copied everything under perl-5.8.0/ext/Encode to make sure Encode
+  is in sync w/ perl core
+! t/CJKT.t t/guess.t
+  Change 17175 by jhi@alpha on 2002/06/10 23:24:42
+  Now that binmode(FH) does implicit ":bytes" revisit
+  the failing tests.  The worrisome one is the Digest::MD5
+  test-- how will it fare in CRLF lands now?
+! t/CJKT.t t/guess.t
+  From: Radu Greab <radu@netsoft.ro>
+  Date: Mon, 10 Jun 2002 00:40:34 +0300
+  Message-Id: <200206092140.g59LeYn15745@ix.netsoft.ro>
+  Fixes for en_US.UTF-8 failures, all but ext/PerlIO/t/fallback.t
+  ones which I cannot figure out.
+! lib/Encode/Alias.pm
+  Subject: [Encode PATCH] spurious warning
+  From: Nicholas Clark <nick@unfortu.net>
+  Date: Sun, 2 Jun 2002 20:26:22 +0100
+  Message-ID: <20020602192619.GA320@Bagpuss.unfortu.net>
+
+1.75 2002/06/01 18:07:49
+! lib/Encode/Alias.pm t/Alias.t lib/Encode/Supported.pod TW/TW.pm
+  glibc compliance cited by Autrijus.
+  http://www.li18nux.org/docs/html/CodesetAliasTable-V10.html
+! bin/enc2xs bin/piconv
+  Subject: Re: forewarning: usedevel and versiononly
+  Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
+
+1.74 2002/05/28 18:33:15
++ ucm/null.ucm ucm/ctrl.ucm
+! Makefile.PL bin/enc2xs lib/Encode/Supported.pod
+  "null" and "ascii-ctrl" encodings added upon the request of Autrijus
+  Subject: Re: unicode -> &# notation
+  Message-ID: <20020518193704.GB40272@not.autrijus.org>
+
+1.73 2002/05/28 17:26:18
+! */Makefile.PL Makefile.PL bin/enc2xs Encode/Makefile_PL.e2x AUTHORS
+  Chris Nandor has fixed Encode so that it works w/ MacPerl --
+  at least w/ PPC (68k need static linking which does not work due to
+  64k limit).  pudge is added to AUTHORS (I'm surprised he was not
+  there in the list).  Encode/Makefile_PL.e2x was additionally fixed
+  by dankogai to reflect changes in other Makefile.PL
+  Message-Id: <p0510030ab9195ed230ff@[10.0.1.107]>
+! t/mime-header.t
+  Subject: Change 16746: -Mutf8 cleanup.
+  Message-Id: <200205222345.g4MNj7e10597@smtp3.ActiveState.com>
+
+1.72 2002/05/20 15:49:56
+! Makefile.PL
+  Subject: [PATCH] Encode should be in perl-core library path
+  Message-Id: <86r8k7h738.wl@mail.edge.co.jp>
+  Message-Id: <20020520161201.A11019@alpha.hut.fi>
+! lib/Encode/MIME/Header.pm
+  Subject: [PATCH] Encode::MIME::Header
+  Message-Id: <86sn4nh7a8.wl@mail.edge.co.jp>
+! Encode/Makefile_PL.e2x
+   Subject: [PATCH] Make Makefile_PL.e2x happy on MSWin32
+  Message-Id: <20020519201031.GA1603@not.autrijus.org>
+! CN/Makefile.PL Byte/Makefile.PL JP/Makefile.PL TW/Makefile.PL
+  Symbol/Makefile.PL KR/Makefile.PL EBCDIC/Makefile.PL Makefile.PL
+  AUTHORS
+  @16628 and @16652 from Vadim. Vadim was added to AUTHORS.
+  Subject: [PATCH] good day for WinCE port of perl.
+  Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
+! Encode.xs
+! Unicode/Unicode.xs
+  Even more linting by Robin via @16532
+! Encode.xs
+  Even more typecast by Sarathy in @16460
+
+1.71 2002/05/07 16:22:42
+! Encode.xs
+  even more typecasts by Robin
+  Message-Id: <200205071513.QAA05846@tempest.npl.co.uk>
+! bin/enc2xs
+  A very strange bug that was causing a bugus ucm -> C table
+  generation that was revealed by a UCM file that Andreas was
+  working.  This is the king of wierdest bug I've encountered
+  in the course of Encode maintenance.
+  Message-Id: <6C04F0FA-61D4-11D6-B164-00039301D480@dan.co.jp>
+
+1.70 2002/05/06 10:26:48
+! encoding.pm
+  Made more 'module-safe' with conjunction w/ 'no encoding'.
+  Message-Id: <EAB48C16-60DA-11D6-9982-00039301D480@dan.co.jp>
+! lib/Encode/Encoding.pm
+  'require Encode' because ->Define uses Encode::define_encoding();
+  problem and solution addressed by Miyagawa-kun
+  Message-Id: <86znzdfvuh.wl@mail.edge.co.jp>
+! t/Unicode.t
+  Cuts the frill to make djgpp happier, as suggested by Laszlo
+  Message-Id: <20020506105819.H17012@libra.eth.ericsson.se>
+! bin/enc2xs
+  enc2xs no longer overwrites files w/ -M option, as suggested by Andreas
+  Message-Id: <m3bsbug48n.fsf@anima.de>
+
+1.69 2002/05/04 16:41:18 
+! lib/Encode/MIME/Header
+  Floating-point coerced for UNICOS (in integer arithmetics it folds 
+  line one character too early).  Verification by Mark is pending.
+  Message-Id: <C670F60D-5F4F-11D6-A5CA-00039301D480@dan.co.jp>
+! Unicode/Unicode.pm
+  more doc patch from Elizabeth
+  Message-Id: <4.2.0.58.20020503210946.02f4ed30@mickey.dijkmat.nl>
+! Encode/Makefile_PL.e2x
+  More platform-independent patch from Benjamin
+  Message-Id: <3CD31BE0.69F79B06@earthlink.net>
+! lib/Encode/Guess AUTHORS
+  split regex fix by Graham Barr.  Adds him to AUTHORS.
+  Message-Id: <20020504085419.E95940@valueclick.com>
+! Encode/Makefile_PL.e2x
+  enc2xs script discovery made smarter and more sensible, first cited
+  by Miyagawa-kun and further suggestions by Rafael and Andreas
+! Encode.pm lib/Encode/Guess.pm t/fallback.t t/guess.t t/mime-header.t
+  "The EBCDIC remapping of the low 256 bites again" #16372 by jhi
+
+1.68 2002/05/03 12:20:13
+! lib/Encode/Alias.pm lib/Encode/Supported.pod t/Alias.t AUTHORS
+  UCS-4 added to aliases of UTF-32 by Elizabeth Mattijsen.  Alias.t
+  and Supported.pod modified to reflect the change.  Elizabeth added
+  to Authors.  And H.M. is also added for forwarding her patch among
+  other contributions (I was rather surprised to find his name was not
+  there yet!) 
+   Message-Id: <20020503114901.D639.H.M.BRAND@hccnet.nl>
+
+1.67 2002/05/02 07:33:09
+! Encode.xs
+  Error message now consistent w/ perlqq (\N{U+} -> \x{})
+  done in perl@16308 but Philip linted me further.  Now the error
+  messages are macronized as ERR_ENCODE_NOMAP and ERR_DECODE_NOMAP
+! lib/Encode/Guess.pm
+  Sanity check for happier -w by Autrijus
+
+1.66 2002/05/01 05:41:06
+! Encode.xs t/fallback.t
+  WARN_ON_ERR no longer assumes RETURN_ON_ERR so you can issue a warning
+  while fallback is in effect.  This even came with a welcome side-effect
+  of cleaner code with less nests!  Thank you, NI-XS.  t/fallback.t is
+  also modified to test this.
+  And of course, the corresponding varialbles to UV[Xx]f are appropriately
+  cast.  This should've concluded NI-XS homework.
+! Encode.pm
+  encode(undef) does warn again!  Repented upon suggestion by NI-XS.
+  Document for unless vs. '' added
+  Message-Id: <20020430171547.3322.13@bactrian.elixent.com>
+
+1.65 2002/04/30 16:13:37
+! Encode.pm
+  encode(undef) no longer warns for C<Use of uninitialized value in 
+  subroutine entry>.  Suggested by Paul.
+  Message-Id: <AIEAJICLCBDNAAOLLOKLMEEEEJAA.Paul.Marquess@ntlworld.com>
+! lib/Encode/Supported.pod
+  Encode::MIME::Header and Encode::Guess mentioned
+  Updated for Encode::HanExtra 0.05 and Encode::JIS2K
+! lib/Encode/Guess.pm
+  POD fix by Miyagawa-kun
+  Message-Id: <86k7qqx8p7.wl@mail.edge.co.jp>
+
+1.64 2002/04/29 06:54:06
+! ucm/euc-jp.ucm
+  Now decodes euc-jisx0213 also.  CAVEAT: encode("euc-jp"...) and
+  encocde("euc-jisx0213") are still DIFFERENT.
+  Message-Id: <A5DFA5CA-5B3C-11D6-A54F-00039301D480@dan.co.jp>
+! Encode.xs
+  A few white spaces corrected by NI-XS via PerlIO integration to 
+  Mainline
+  Subject: Change 16247: Integrate perlio;
+! Encode.pm
+  Document fixes by Andreas
+  Message-Id: <m3k7qsf1we.fsf@anima.de>
+
+1.63 2002/04/27 18:59:50
+! lib/Encode/Encoding.pm
+! Encoding.pm Unicode/Unicode.pm lib/Encode/Guess.pm lib/Encode/CN/HZ.pm 
+! lib/Encode/JP/JIS7.pm lib/Encode/MIME/Header.pm lib/Encode/KR/2022_KR.pm 
+  Make use of the Encode::Encoding base class!
+  And other cleanups in Encode.xs upon NI-XS suggestions
+  Message-Id: <20020427160718.1290.15@bactrian.ni-s.u-net.com>
+
+1.62 2002/04/27 11:17:39
+! Encode.pm
+  encodings() now just check %ExtModule instead of eval{require}
+  all of them for ":all" to conserve more memory.
+! Encode.xs
+  more "%x" -> "%" UVxf stuff.
+! Encode.pm
+  s/=over2/=over 2/g # oops.
+
+1.61 2002/04/26 03:02:04
+! t/mime-header.t
+  Now does decent tests besides use_ok()
+! lib/Encode/Guess.pm t/guess.t
+  UI streamlined, document added
+! Unicode/Unicode.xs
+  various signed/unsigned mismatch nits (#16173)
+  http://public.activestate.com/cgi-bin/perlbrowse?patch=16173
+! Encode.pm
+  POD:  utf8-flag-related caveats added.  A few sections completely 
+  rewritten.
+! Encode.xs
+! AUTHORS
+  Thou shalt not assume %d works, either!
+  Robin Baker added to AUTHORS for this
+  Message-Id: <200204251132.MAA28237@tempest.npl.co.uk>
+! t/CJKT.t        
+  "Change 16144 by gsar@onru on 2002/04/24 18:59:05"
+
+1.60 2002/04/24 20:06:52
+! Encode.xs
+  "Thou shalt not assume %x works." -- jhi
+  Message-Id: <20020424210618.E24347@alpha.hut.fi>
+! CN/Makefile.PL JP/Makefile.PL KR/Makefile.PL TW/Makefile.PL To make
+  low-memory build machines happy, now *.c is created for each *.ucm
+  (no table aggregation).  You can still override this by setting
+  $ENV{AGGREGATE_TABLES}.
+  Message-Id: <00B1B3E4-579F-11D6-A441-00039301D480@dan.co.jp>
++ lib/Encode/Guess.pm
++ lib/Encode/JP/JIS7.pm
+  Encoding-autodetect (mainly for Japanese encoding) added.  In a
+  course of development, JIS7.pm was improved.
++ lib/Encode/HTML/Header.pm
++ lib/Encode/Config.pm
+  MIME B/Q Header Encoding Added!
+! Encode.pm Encode.xs t/fallback.t
+  new fallbacks; XMLCREF and HTMLCREF upon Bart's request.
+  Message-Id: <20020424130709.GA14211@tanglefoot>
+
+1.59 $ 2002/04/22 23:54:22
+! Encode.pm Encode.xs
+  needs_lines() and perlio_ok() are added to Internal encodings such
+  as utf8 so XML::SAX is happy.  FB_* stub xsubs are now prototyped.
+
+1.58 2002/04/22 23:54:22
+! TW/TW.pm
+  s/MacChineseSimp/MacChineseTrad/ # ... oops.
+! bin/ucm2text
+! t/*.t
+- t/*.euc t/*.ref
++ t/*.enc t/*.utf
+  Now all CJKT encodings go thru round-trip test via t/CJKT.t.
+  t/(CN|TW).t by Autrijus are renamed at-(cn|tw).t
+  t/(JP|KR).t are aggregated to t/CJKT.t
+  test data are all remade via bin/ucm2text.
+  And ....  They are no longer skipped for -Uuseperlio !
+
+1.57 2002/04/22 20:27:30
+! t/JP.t t/KR.t t/perlio.t
+  unless (find PerlIO::Layer 'perlio') ... line is back again.
+  t/JP.t and t/KR.t were supposed to work but maybe '>:utf8' lines
+  need PerlIO.  Sigh....
+! Encode.xs Unicode/Unicode.pm lib/Encode/JP/JIS7.pm t/perlio.t
+  ->perlio_ok now does eval{ require PerlIO::encoding } there so
+  it correctly returns 1 when PerlIO::encoding is yet loaded.
+! Encode.xs
+  perl-current patch #16072 reflected
+
+1.56 2002/04/22 09:48:07 
+! Encode.pm encoding.pm t/perlio.t t/jperl.t
+  New PerlIO::encoding 0.04 compliance met
+
+1.55 2002/04/22 03:43:05   
+! Encode.pm Encode.xs Unicode/Unicode.pm
+  needs_lines() defined so Encode::Encoding is no longer needed
+  for perlio
+
+1.54 2002/04/22 02:50:01
+! Encode.pm! Encode.xs! Unicode/Unicode.pm t/perlio.t
+! lib/Encode/Encoding.pm lib/Encode/CN/HZ.pm
+  now perlio_ok is true by default if PerlIO::encoding->VERSION is
+  0.03 or larger.  POD in Encode::Encoding revised to reflect this.
+  Encode::XS and Encode::Unicode now has perlio_ok() method.
+! lib/Encode/Supported.pod
+  s/UP-UX/HP-UX/ by jhi
+! AUTHORS Byte/Byte.pm CN/CN.pm Encode.pm JP/JP.pm KR/KR.pm README
+! Symbol/Symbol.pm TW/TW.pm Unicode/Unicode.pm bin/enc2xs bin/piconv
+! bin/ucmlint encoding.pm lib/Encode/Alias.pm lib/Encode/CN/HZ.pm
+! lib/Encode/Config.pm lib/Encode/Encoder.pm lib/Encode/Encoding.pm
+! lib/Encode/KR/2022_KR.pm lib/Encode/PerlIO.pod
+! lib/Encode/Supported.pod
+  Huge document fixes by Philip.
+! AUTHORS
+! t/JP.t
+  s/compare\(/compare_text\(/o by Sarathy.  Adds him to AUTHORS
+  http://public.activestate.com/cgi-bin/perlbrowse?patch=16049
+! t/perlio.t
+  binmode() after "<:encoding" to make Win32 happy, by Mattia.
+  Mattia added to AUTHORS file
+  Message-Id: <3CC3150F.5798.22A05AE@localhost>
+
+1.52 2002/04/20 23:43:47
+! t/perlio.t
+  TODO: is now SKIP:, as NI-XS requested.  Also adds more
+  eraborate failure analysis added.
+! bin/enc2xs
+  A note on how to make sure of round-trip safety added to POD
+  section (so Autrijus is happier)
+! ucm/big5-hkscs.ucm ucm/big5-eten.ucm t/TW.pm
+  big5-(eten|hkscs) is round-trip safe again!
+  Message-Id: <A2C949CC-54AC-11D6-A5FB-00039301D480@dan.co.jp>
+! encoding.pm
+  Typo fixes by Andreas
+! Encode.pm Encode.xs Unicode/Unicode.xs Encode/Encoding.pm
+! lib/Encode/JP/JIS7.pm lib/Encode/KR/2022_KR.pm t/perlio.t
+  PerIO coodination patches from NI-XS.
+  Message-Id: <2769E572-54A1-11D6-B7E2-00039301D480@dan.co.jp>
+
+1.51 2002/04/20 09:58:23
+! t/TW.t
+  Updated test suite by Autrijis so "make test" is happy again
+  Message-Id: <20020420082104.GA25037@not.autrijus.org>
++ ucm/big5-eten.ucm
+! ucm/big5-hkscs.ucm lib/Encode/Alias.pm 
+- ucm/big5.ucm
+  TW/TW.pm TW/Makefile.PL
+  Updates by Autrijus.  'big5' is no longer a canonical but an
+  alias to 'big5-eten'. big5-hkscs is now in 2001 edition.
+  Message-Id: <20020419195346.GA19597@not.autrijus.org>
+! Encode.xs
+  Fix by NI-XS that fallback may cause SEGV w/ Perl/TK
+  Message-Id: <20020419184509.1924.1@bactrian.ni-s.u-net.com>
+! Encode.pm
+  PerlIO detection a little bit smarter; no longer uses eval qq{}
+  but eval {}.
+
+1.50 2002/04/19 06:13:02
+! ! Encode.pm Encode.xs Encode/encoding.h
++ t/fallback.pm
+  New Fallback API imlemented and documented.  See "perldoc Encode"
+  for details
+! lib/Encode/JP/JIS7.pm Encode.pm
++ lib/Encode/PerlIO.pod t/perlio.t
+  API compliance met.  However, it still does not work unless perlio
+  implements line buffer.  See BUGS section in perldoc Encode::PerlIO
+  As a sensible workaround, perlio_ok() added to Encode.
+! encoding.pm
+! lib/Encode/Supported.pod
+  Doc fixes from jhi
+  Message-Id: <20020418174647.J8466@alpha.hut.fi>
+! CN/CN.pm
+  Doc fixes from Autrijus
+  Message-Id: <20020418144131.GA10987@not.autrijus.org>
+! Encode.pm
+  perlqq mode documented
+! t/JP.t
++ t/jisx0201.euc t/jisx0201.ref
+! t/jisx0208.euc t/jisx0208.ref
+  t/JP.t tests more rigorously and with other encodings
+  t/jisx0201.* added to test JIS7 encodings.  jisx0208 is now PURELY
+  in jis0208 (used to contain jisx0201 part).
+! Encode/Makefile_PL.e2x
+  The resulting Makefile.PL that "enc2xs -M" creates now auto-discovers 
+  enc2xs and encode.h rather than hard-coded.  This allows the resulting
+  module fully CPANizable.
+! encoding.pm t/JP.t t/KR.t
+  PerlIO detection simplified (checks %INC instead of eval{})
+! Encode.xs Encode/encode.h
++ Unicode/Makefile.PL Unicode/Unicode.pm Unicode/Unicode.xs
+- lib/Encode/Unicode.pm
+  (en|de)code_xs relocated to where it belongs.  Source reindented
+  to my taste
+! bin/enc2xs
+  Additional (U8 *) cast added as suggested by jhi
+  Message-Id: <20020417165916.A28599@alpha.hut.fi>
+
+1.42 Date: 2002/04/17
+- lib/Encode/XS.pm
+  no-op module;  Thought of adding a pod there but enc2xs has
+  one so gone.
+! encoding.pm
+! t/JP.pm
+! t/KR.pm
+  correct mechanism to detect Perlio::encoding layar installed.
+! Encode.xs
+  PerlIO Layer detached.
+
+1.41 2002/04/16 23:35:00
+! encoding.pm
+  binmode(STDIN|STDOUT ...) done iff PerlIO is available
+! t/*.t
+  Cleaned up PerlIO skip conditions to prepare for the upcoming
+  Encode - PerlIO forking.
+! Encode.pm
+  exported functions are now prototyped.
+! lib/Encode/CN/HZ.pm
+! bin/enc2xs
+! Encode.xs
+  fallback implemented # was /* FIXME */
+  affected programs revised to fit (only HZ was using the try-catch
+  approach which needed to be fixed for API-compliance).
+! Encode/Config.pm
+! Encode/KR/2022_KR.pm
+! Encode/KR/KR.pm
+  can find =head1 NAME now, jhi
+  Message-Id: <20020416083059.V30639@alpha.hut.fi>
+! encoding.pm
+  s/\{h\}/{$h}/g ;)
+! Encode.xs
+  now complies with less warnings with the pickest compilers.
+  Suggested by Craig, fixed by Dan.
+  ! Encode/Makefile_PL.e2x
+! bin/enc2xs
+  A bug that fails to find *.e2x in certain conditions fixed
+
+1.40 2002/04/14 22:27:14
++ Encode/ConfigLocal_PM.e2x
+! lib/Encode/Config.pm
+! bin/enc2xs
+  "enc2xs -C" now generates/updates Encode::ConfigLocal. 
+  ConfigLocal_PM.e2x is a skelton thereof.
+! lib/Encode/Config.pm
+! CN/CN.pm
+  "use  Encode::CN::HZ;" was missing.
+! t/Unicode.t
+! t/unibench.t
+  More rigorous tests added to test XS, especially on memory allocation.
+! Encode.xs
+! lib/Encode/Unicode.pm
+  NI-S implemented an XS version -- merged
+  Message-Id: <20020414154857.2066.4@bactrian.ni-s.u-net.com>
+! encoding.pm
+! t/jperl.t
+  Source filter option added.  With this option on, you can write
+  perl 5.8-savvy scripts (such as UTF-8 identifiers) in legacy
+  encodings.  t/jperl.t enhanced to test this feature.
+! t/Unicode.t
+  ok() gotcha addressed by Benjamin fixed.  Though I didn't exactly
+  apply his suggestion, this degree of nitting is enough to add him
+  to AUTHORS list. 
+  Message-Id: <3CB93223.291E5E2E@earthlink.net>
+! JP/JP.pm
++ lib/Encode/JP/JIS7.pm
+- lib/Encode/JP/JIS.pm
+- lib/Encode/JP/2022_JP.pm
+- lib/Encode/JP/2022_JP1.pm
+  7bit-jis, iso-2022-jp and iso-2022-jp1 are all aggregated to
+  JIS7.pm for better maintainability and performance
+! encoding.pm
+  Added caveat for non-ascii identifiers.
+! encoding.pm
+  fixes by jhi, the original author of this pragramtic module.
+  Message-Id: <20020413231527.V1826@alpha.hut.fi>
+
+1.34 2002/04/12 20:23:05 (Unreleased)
+! Encode.pm
+! t/Unicode.t
+  EBCDIC fixes addressed by jhi.
+  Message-Id: <20020412161844.D9383@alpha.hut.fi>
+! lib/Encode/Encoder.pm
+  POD fix by Miyagawa-kun
+  Message-Id: <86bscqq4hu.wl@mail.edge.co.jp>
+
+1.33 2002/04/10 22:28:40
+! AUTHORS
+  Philip's mail address corrected.
+! AUTHORS
+! t/Encoder.t
+! lib/Encode/Encoder.pm
+  s/ = shift;/ = @_;/ # trivial but a common idiomatic typo :)
+  This adds Miyagawa-kun to AUTHORS. 
+  * encoding() no longer exported by default but on demand
+  * t/Encoder.t updated to test all these
+  Message-Id: <86hemjpdn4.wl@mail.edge.co.jp>
+! lib/Encode/Unicode.pm
+! lib/Encode/Supported.pm
+  Further doc fixes by Anton
+
+1.32 2002/04/09 20:06:15
++ bin/ucmlint
++ t/bogus.ucm
+- ucm/macDevanaga.ucm   Unicode Character Map
+- ucm/macGujarati.ucm   Unicode Character Map
+- ucm/macGurmukhi.ucm   Unicode Character Map
+  A utility to check integrity of .ucm files. t/bogus.ucm is a
+  ucm that is deliberately bogus. unused Indic mappings are removed
+  for the time being.
+! Encode.pm
+  resolve_alias() added as suggested by jhi.  Same as
+  find_encoding("alias")->name.  For convenience.  This one is
+  defined in Encode.pm instead of Alias.pm.
+  Message-Id: <20020409215846.H17022@alpha.hut.fi>
+! Encode.xs
+  Memory Allocate but detected during the devel of ucmlint -- fixed.
+  Message-Id: <C0DDCE16-4BE7-11D6-9204-00039301D480@dan.co.jp>
+! lib/Encode/Unicode.pm
+  valid_ucs2(0) is false but must be true.
+  3 patches from NI-S as follows.  This also has fixed the incident
+  Andy has reported. 
+! lib/Encode/Alias.pm
+  find_alias() recursion prevention
+! t/Aliases.t
+  Checks for the patch above
+! t/Encode/Unicode.pm
+  An extra "F" that causes valid_ucs2() return a bogus value fixed
+  Message-Id: <20020409133927.17803.1@bactrian.elixent.com>
+  Message-Id: <Pine.SOL.4.10.10204091338220.10390-100000@maxwell.phys.lafayette.edu>
+  2 Small Patches from jhi as follows:
+! Encode.pm
+  Encode->encodings() lists in case-insensitve order (as it was)
+! bin/piconv
+  -l option prints avaiable encodings to STDOUT instead of STDERR
+! lib/Encode/Aliases.pm
+  s/defintion/definition/
+  Message-Id: <200204082306.CAA21033@alpha.hut.fi>
+! AUTHORS
+! lib/Encode/Supported.pod
+! lib/Encode/Unicode.pm
+  POD revise by Philip Newton.  This adds Philip to AUTHORS list.
+  Thank you for the exact quote of Douglas Adams :)
+  Message-Id: <22s3bu4gpvhhsses64nj3afuu0lo927rv3@4ax.com>
+
+1.31 2002/04/08 18:08:07
+! lib/Encode/Encoder.pm
++ t/Encoder.t
+  Encode::Encoder, once just a placeholder of an idea, is now much more 
+  practical.  See t/Encode.t to find how practical it can be.
++ lib/Encode/Config.pm
+! Encode.pm
+  my false laziness at Encode.pm is fixed.  Now %ExtModules are set
+  in Encode::Config and they are all literally, not programatically
+  set.  My false laziness was resulting many encodings missing from
+  %ExtModules.
+! lib/Encode/Unicode.pm
+! t/Unicode.t
+  BOM for 32LE was bogus as noted by Anton.  t/Unicode.t is fixed
+  so that it does not rely Encode::Unicode for BOM values
+  Message-Id: <FFEC33E9-4AFB-11D6-B415-00039301D480@dan.co.jp>
+
+1.30 2002/04/08 02:34:51
++ lib/Encode/Encoder.pm
+  Object Oriented Encoder.  I reckon something like this is in need.
+! Encode.pm
+! t/Unicode.pm
+! lib/Encode/Supported.pod
+  * autoloading bug that prevented upper-case canonicals such as UTF-16
+    is fixed.  Now even UTF/UCS are autoloaded!
+  * encodings() is now more intuitive.
+  * t/Unicode.t fixed to explicitly use Unicode.pm -- BOM values are
+    stored therein.
+  * Obligatory fixes to the POD.
+! lib/Encode/Supported.pod
+  Patch from Anton applied.
+  Message-Id: <66641479.20020408033300@motor.ru>
+! Encode.pm
+! lib/Encode/Unicode.pm
+  Cosmetic changes: "bless $obj, $class" => "bless $obj => class"
+
+1.28 2002/04/07 18:58:42 
+! MANIFEST
++ t/Unicode.t
++ t/grow.t
+  Just a MANIFEST for those missing files.
+
+1.26 Date: 2002/04/07 15:22:04
 ! JP/Makefile.PL
 ! t/Aliases.PL
   Schwarn's patches against Makefile.PL has zapped jis*.ucm.  Restored.
   Typo fixes and improvements by jhi
   Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
 
-1.11  $Date: 2002/04/07 15:22:04 $
+1.11  $Date: 2002/10/21 20:39:09 $
 + t/encoding.t
 + t/jperl.t
 ! MANIFEST