Upgrade to Encode 1.61, from Dan Kogai.
[p5sagit/p5-mst-13.2.git] / ext / Encode / Changes
index 55e698f..ad4fabb 100644 (file)
 # Revision history for Perl extension Encode.
 #
-# $Id: Changes,v 1.33 2002/04/10 22:28:40 dankogai Exp dankogai $
+# $Id: Changes,v 1.61 2002/04/26 03:02:04 dankogai Exp $
 #
 
-1.33 $Date: 2002/04/10 22:28:40 $
+$Revision: 1.61 $ $Date: 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;/= @_/g # trivial but a common idiomatic typo :)
+  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>
-  http://www.dan.co.jp/~dankogai/Storable.diff.gz
+! lib/Encode/Unicode.pm
+! lib/Encode/Supported.pm
+  Further doc fixes by Anton
 
 1.32 2002/04/09 20:06:15
 + bin/ucmlint
   Typo fixes and improvements by jhi
   Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al.
 
-1.11  $Date: 2002/04/10 22:28:40 $
+1.11  $Date: 2002/04/26 03:02:04 $
 + t/encoding.t
 + t/jperl.t
 ! MANIFEST