X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FChanges;h=303905824c6d997b70f356ce653b2a5a39f9d9d1;hb=2fd0906e146b3dd212fe42571a111fa13d741cc4;hp=75d9208550a5e03becc58041159304388edee7cf;hpb=b7a5c9de968fb099c4611e88aeeafa2afad92f68;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/Changes b/ext/Encode/Changes index 75d9208..3039058 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,9 +1,993 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 1.64 2002/04/29 06:54:06 dankogai Exp $ +# $Id: Changes,v 2.26 2008/07/01 20:56:17 dankogai Exp dankogai $ # +$Revision: 2.26 $ $Date: 2008/07/01 20:56:17 $ +! Encode.pm + Absense of Encode::ConfigLocal no longer carps no matter what. + https://bugzilla.redhat.com/show_bug.cgi?id=435505#c2 + https://rt.cpan.org/Ticket/Display.html?id=28638 + https://rt.cpan.org/Ticket/Display.html?id=11511 +! lib/Encode/JIS7.pm + use encoding 'utf8' and 'iso-2022-jp' glitches on perl 5.10 + Thanks, MIYAGAWA + Message-Id: <693254b90807011224h3ab50d76v50c6fea87baf223c@mail.gmail.com> +! lib/Encode/Alias.pm t/Aliases.t + macintosh' not recognize as MacRoman + http://rt.cpan.org/Ticket/Display.html?id=36326 +! Makefile.PL + s{INC => "-I./Encode"} + {INC => '-I' . File::Spec->catfile( '.', 'Encode' )} + To prevent some platforms from forgetting to include Encode/encode.h. + http://rt.cpan.org/Ticket/Display.html?id=36348 + +2.25 2008/05/07 20:56:05 +! Encode.pm + added ':default' to Exporter option. +! lib/Encode/GSM0338.pm + GSM0338 now handles coderef in CHECK + http://rt.cpan.org/Ticket/Display.html?id=31335 +! Makefile.PL + Perl 5.10/Encode 2.24: Tiny typo in Encode's Makefile.PL arg processing + Message-Id: <961C2A4F-92B3-416D-A9F9-E7B0ADA9F134@fsck.com> +! lib/Encode/Alias.pm + "This fix for Encode::Alias should make Solaris happy:" + Message-ID: <47D886D9.6060001@iki.fi> + +2.24 2008/03/12 09:51:11 +! lib/Encode/Config.pm + adds and fixes also adds cp858 support. +! Encode.pm encoding.pm lib/Encode/Alias.pm ucm/cp858.ucm + Merged perl@33486. + > Change 33486 by rgs@scipion on 2008/03/12 08:50:11 + An unfortunate side-effect of Encode and Encode::Alias use'ing each + other, and Encode::Alias exporting functions into Encode for it to use + as methods, broke the loading of the find_alias() Encode method in some + cases since 5.10. Breaking the recursive inheritance fixes it. + Message-Id: +! Encode.pm + POD fix by tels + Message-Id: <200711281835.36125@bloodgate.com> +! bin/ucmlint + Fix by MIYAGAWA via CodeRepos + http://coderepos.org/share/changeset/1791 +! encoding.pm t/mime_header_iso2022jp.t + ported back from Perl 5.10-RC1 + +2.23 2007/05/29 18:15:32 +! Encode.xs + got rid of global fallback_cb; encode_method() now takes one more + argument which is a coderef to fallback. This should make + encode_method() thread-safe. +! Encode.pm + Added perluniintro, perlunifaq, and perlunitut to POD +! Encode.xs + Plug a memory leak in Encode -- by rgs + Message-Id: +! Unicode/Unicode.pm + POD fixes on UTF-16LE + http://aspn.activestate.com/ASPN/Mail/Message/perl5-porters/3486118 +! Makefile.PL + man page generation is now conditional; yes by default but no if $PERL_CORE + Message-Id: + +2.22 2007/05/29 07:35:27 +! Encode.pm + from_to() does not honor the check while decoding. That's a feature. + To make sure it is a feature it is mentioned in the POD. + http://rt.cpan.org/NoAuth/Bug.html?id=27277 +! Makefile.pl + Encode used to suppress man page generation. Now it does. + http://rt.cpan.org/NoAuth/Bug.html?id=27200 +! Encode.pm Encode.xs t/fallback.t + Addressed: (de|en)code("ascii", "\x{3000}", sub{ $_[0] }) segfaults + Reported by MIYAGAWA + +2.21 2007/05/12 06:42:19 ++ lib/Encode/MIME/Name.pm t/mime-name.t +! Encode.pm Encode.xs lib/Encode/Encoding.pm + new method: mime_name() + inspired by: MIYAGAWA +! t/encoding.t + Subject: Re: Compress::Zlib, pack "C" and utf-8 [PATCH] + From: Marc Lehmann + Date: Thu, 12 Apr 2007 08:41:53 +0200 + Message-ID: <20070412064153.GA22475@schmorp.de> + http://public.activestate.com/cgi-bin/perlbrowse/p/31194 +! Unicode/Unicode.pm + POD fix. + Message-Id: <20070417220547.GA11999@zetta.zet> + +2.20 2007/04/22 14:56:12 +! Encode.pm + Pod fixes. Now find_encoding() is explained more in details. ++ lib/Encode/GSM0338.pm +- ucm/gsm0338.ucm +! lib/Encode/Supported.pod lib/Encode/Config.pm Bytes/Makefile.PL t/gsm0338.t + ESTI GSM 03.38 support is relocated from Encode::Byte to Encode::GSM0338. + This encoding is so kaputt it is unfit for Encode::XS! + Though it was okay for general cases and escape sequences, + '\0' => '@' IFF '\0\0' => '\0' had gliches. + So kaputt even t/gsm0338 wrongly interpreted that. + ref. http://www.csoft.co.uk/sms/character_sets/gsm.htm +! encoding.pm t/Aliases.t + Imported from bleedperl #31015 + +2.19 2007/04/06 12:53:41 +! lib/Encode/JP/JIS7.pm ++ t/jis7-fallback.t + encode('iso-2022-jp') fallback support added by MIYAGAWA++ + decode()'s fallback remains unchanged (FB_PERLQQ) since UTF-8 + contains all characters in iso-2022-jp so there's no need for fancy stuff. + Message-Id: <693254b90704060526s6d850320h71cdda50dfbf7eba@mail.gmail.com> +! Encode.pm + #25216 ([PATCH] Encode.pm: postpone the load of Encode::Encoding) + http://rt.cpan.org/NoAuth/Bug.html?id=25216 +! lib/Encode/MIME/Header.pm t/mime-header.t + #24418 (Encode::MIME::Header: wrong encoding with latin1 characters) + http://rt.cpan.org/NoAuth/Bug.html?id=24418 +! Encode.pm + #23876 (Add documentation for LEAVE_SRC) + http://rt.cpan.org/NoAuth/Bug.html?id=23876 +! lib/Encode/Alias.pm t/Aliases.t + #20781: Thai encoding needs alias for tis-620 + http://rt.cpan.org/NoAuth/Bug.html?id=20781 +! bin/piconv AUTHORS + #20344: piconv: wrong conversion of utf-16le encoded files (with PATCH) + http://rt.cpan.org/NoAuth/Bug.html?id=20344 +! Encode.pm Encode.xs bin/enc2xs encoding.pm t/Aliases.t t/utf8strict.t + Imported from bleedperl's 2.18_01 + +2.18 2006/06/03 20:28:48 +! bin/enc2xs + overhauled the -C option + - added ascii-ctrl', 'null', 'utf-8-strict' to core + - auto-generated Encode::ConfigLocal no longer use v-string for version + - now searches modules via File::Find so Encode/JP/Mobile is happy +! Byte/Byte.pm CN/CN.pm EBCDIC/EBCDIC.pm JP/JP.pm KR/KR.pm Symbol/Symbol.pm + use strict added; though all they do is load XS, it's + still better a practice +! *.pm + use warnings added to all of them for better practices' sake. + +2.17 2006/05/09 17:10:09 +! encode.pm + 'chin' =~ /^zh_CN|chin(?:a|ese)?$/i is true + but chin is not china or chinese. + http://d.hatena.ne.jp/jankogai/20060508/1147090316 +! Encode.xs + Integrated maintperl change (27824|27824) which I overlooked + -- sorry, Nicholas and Coverity Scan. + Message-Id: <200604152115.k3FLF1Ar014538@smtp3.ActiveState.com> + Message-Id: <200605091615.k49GF1gJ016777@smtp3.ActiveState.com> + +2.16 2006/05/03 18:24:10 +! bin/piconv + --xmlcref and --htmlcref added. +! Encode.pm + Copyright Notice Added. + http://rt.cpan.org/NoAuth/Bug.html?id=19056 +! * + Replaced remaining ^\t with q( ) x 4. -- Perl Best Practice pp. 20 + And all .pm's are now perltidy-ed. + +2.15 2006/04/06 15:44:11 +! Unicode/Unicode.xs + Addressed: UTF-16, UTF-32, UCS, UTF-7 decoders mishandle illegal characters + http://rt.cpan.org/NoAuth/Bug.html?id=18556 +! Encode.pm + added str2bytes() as an alias to encode() and bytes2str() as an alias + to decode() + http://rt.cpan.org/NoAuth/Bug.html?id=17103 +! Encode.xs + Change 26922: Avoid warning with MS Visual C compiler. + Message-Id: <200601231245.k0NCj2dw009484@smtp3.ActiveState.com> +! t/perlio.t + Change 26067: As using -C to turn on utf8 IO is equivalent to the open pragma + Message-Id: <200511092227.jA9MRcYD009025@smtp3.ActiveState.com> + +2.14 2006/01/15 15:43:36 +! Makefile.PL + Change 26295: Don't build manpages for Encode and Unicode::Normalize + Message-Id: <200512071540.jB7Fe4Gt017960@smtp3.ActiveState.com> +! Encode.pm + Change 26081: Pod nit in Encode.pm, found by Marc Lehmann in RT #36949. + Message-Id: <200511110357.jAB3vZcP023647@smtp3.ActiveState.com> +! Encode.xs Encode/encode.h bin/enc2xs encengine.c + Change 25821: Mark more static Encode data structures as const. + Change 25823: use more 'const' in the Encode data structures. + Message-Id: <200510221243.j9MChTSu027711@smtp3.ActiveState.com> + Message-Id: <200510221343.j9MDhTk9001245@smtp3.ActiveState.com> + +2.13 2006/01/15 15:06:36 +! AUTHORS + Miyagawa's mail address updated + Message-Id: <693254b90601150535o767e10bai4f4732c275b4ebe0@mail.gmail.com> +! lib/Encode/MIME/Header.pm + #16413: Encode::MIME::Headers patch to solve what is probably someone else's bug + http://rt.cpan.org/NoAuth/Bug.html?id=16413 +! lib/Encode/MIME/Header.pm t/mime-header.t + Applied: RT #16258: Support for RFC 2184 language tag + http://rt.cpan.org/NoAuth/Bug.html?id=16258 +! Encode.pm + Fixed RT #14559: fix for #8872 introduces new "bug" + http://rt.cpan.org/NoAuth/Bug.html?id=14559 +! Encode.pm ++ t/from_to.t + from_to() now makes use of $check more naturally. + Message-Id: <693254b90601150535o767e10bai4f4732c275b4ebe0@mail.gmail.com> + + +2.12 2005/09/08 14:17:17 +! Encode.xs Encode.pm t/fallback.t + Now accepts coderef for CHECK! +! ucm/8859-7.ucm + Updated to newer version at unicode.org + http://rt.cpan.org/NoAuth/Bug.html?id=14222 +! lib/Encode/Supported.pod + More POD typo fixed. + <42F5E243.80500@gmail.com> +! encoding.pm + More POD typo leftover fixed. + Message-Id: + +2.11 2005/08/05 10:58:25 +! AUTHORS CHANGES + To reflect changes below +! Encode.pm encoding.pm + lib/Encode/Alias.pm lib/Encode/PerlIO.pod lib/Encode/Supported.pod + Typo fixed by Piotr Fusik in Change 25261 & 25266 + Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> +! Encode.xs + Addresses "BUG REPORT: panic in Encode.xs". + Message-Id: <42EDDA97.2010608@hyper.to> ++ lib/Encode/MIME/Header/ISO_2022_JP.pm mime_header_iso2022jp.t +! lib/Encode/MIME/Header.pm lib/Encode/Config.pm + Encoding 'MIME-Header-ISO_2022_JP' is introduced by Makamaka + Message-Id: <200507311557.j6VFvE2K034605@www231.sakura.ne.jp> +! Encode/encode.h Encode.pm Encode.xs + PerlIO's "encoding(utf-8-strict)" got a problem w/ partial character. + Found and addressed by KONNO Hiroharu + See also ext/PerlIO/encoding/encoding.pm + Message-Id: + +2.10 2005/05/16 18:46:36 +! Encode.pm + fixed decode_utf8() accordingly to RT#8872 + http://rt.cpan.org/NoAuth/Bug.html?id=8872 +! Encode.xs AUTHORS + s/SvIVX/SvIV_set/ by Steve Peters. + Message-Id: <2297.67.96.185.36.1114626315.squirrel@webmail3.pair.com> +! AUTHORS + GAAS was missing! +! Encode.pm + New Pod section: "UTF-8 vs utf8"; explains utf-8-strict ++ t/utf8strict.t + Tests utf-8-strict, accordingly to + UTF-8 decoder capability and stress test" by Markus Kuhn + http://smontagu.damowmow.com/utf8test.html + Note that malformed and overlong sequences are not test here + because perl already does that for you, utf-8-strict or not. +! Encode.pm Encode/encode.h t/fallback.t + Addressed "encode(..., Encode::LEAVE_SRC) does not work". + Now FB_(PERLQQ|HTMLCREF|XMLCREF) implies LEAVE_SRC so + you can (en|de)code constant strings with these fallbacks. + http://rt.cpan.org/NoAuth/Bug.html?id=8736 +! Encode.pm Encode.xs lib/Encode/Alias.pm t/Aliases.t + Make Encode.pm support the real UTF-8, by GAAS + Message-Id: + Message-Id: +! Encode.pm Encode.xs + post-2.09 comment patches from GAAS applied. + Message-Id: + Message-Id: + +2.09 2004/12/03 19:16:53 +! Encode.pm Encode.xs + Addressed " :encoding(utf8) broken in perl-5.8.6". + Message-Id: +! Encode.pm + Addressed "(de|en)code($valid_encoding, undef) does not warn". + http://rt.cpan.org/NoAuth/Bug.html?id=8723 +! Encode.pm t/Encode.t + Addressed "Can't encode URI". When a reference is fed to (en|de)code, + Encode now stringifies instead of returning undef. + http://rt.cpan.org/NoAuth/Bug.html?id=8725 +! Encode.xs t/fallback.t + Addressed "FB_HTMLCREF and FB_XMLCREF for the UTF-8 decoder". + http://rt.cpan.org/NoAuth/Bug.html?id=8694 +! Encode.pm + Addressed "s/digit/number/". + http://rt.cpan.org/NoAuth/Bug.html?id=8695 +! Encode.pm + Addressed "while (defined(read )) { ... } is an infinite loop". + http://rt.cpan.org/NoAuth/Bug.html?id=8696 +! Encode.pm + Addressed "What the heck is UCM?". + Document fixed so that it no longer contains "UCM-Based Encodings". + http://rt.cpan.org/NoAuth/Bug.html?id=8697 + +2.08 2004/10/24 13:00:29 +! Encode.xs lib/Encode/Encoding.pm Unicode/Unicode.{pm,xs} + Resolved the issue that was raised by 2.07 -- Encode::utf8 fallbacks + that was introduce messed up PerlIO::encoding. + * To do so, ->renew() is renewed and ->renewed() was introduced to + tell whether the caller is PerlIO or not. + Message-Id: <94B2EB12-25B7-11D9-9E6A-000A95DBB50A@dan.co.jp> + +2.07 2004/10/22 19:35:52 +! lib/Encode/Encoding.pm + "Remove Carp from warnings.pm" that influences Encode, by Tels. + Message-Id: <200410161618.29779@bloodgate.com> +! Encode.xs AUTHORS t/fallback.t + Now Encode::utf8's fallbacks are compliant to Encode standard. + Thank Bjoern Hoehrmann for persistently convincing me. + Message-Id: <41a61aea.638409494@smtp.bjoern.hoehrmann.de> +! Encode.pm + POD further revised. + +2.06 2004/10/22 06:23:11 +! ucm/mac* + RT #8083 reports that MacThai mapping was obsolete + Updated all mac* encodings accordingly to the URI below. + One remaining mystery is that MacRomanian vs. MacRumanian. + MacRumanian is not found in unicode.org... + http://www.unicode.org/Public/MAPPINGS/VENDORS/APPLE/ +! Encode.pm t/Encode.t + Fixed RT #8081: "decode(..., bless{},'x') segfault" + Two more tests added to test that. + http://rt.cpan.org/NoAuth/Bug.html?id=8081 +! Encode.pm + POD revised accordingly to RT #7966 + http://rt.cpan.org/NoAuth/Bug.html?id=7966 +! Unicode/Unicode.pm + POD updated explaining why Encode::Unicode always croaks on error + rather than giving users choices. + http://rt.cpan.org/NoAuth/Bug.html?id=7892 + +2.05 2004/10/19 04:55:01 +! encoding.pm + "unnuke" jhi's patch in bleedperl, with minor correction by dankogai. + Message-ID: <41210A84.6060506@iki.fi> + Message-ID: <20041018233442.7418113f@r2d2> + Message-Id: <2BA3DAC4-218A-11D9-906D-000A95DBB50A@dan.co.jp> + +2.04 2004/10/16 21:22:44 +! Makefle.PL + From: craigberry@mac.com + Subject: [PATCH ext/Encode/Makefile.PL] make Encode.c dependency explicit + Message-Id: <41716868.7000102@mac.com> + +2.03 2004/10/06 05:07:20 +! lib/Encode/Alias.pm + Resolved some alias case sensitivity glitches reported via RT. + http://rt.cpan.org/NoAuth/Bug.html?id=7835 +! bin/piconv + Resolved Win32 glitches reported via RT. + (Fixed by dankogai and tested by Steve Hay) + http://rt.cpan.org/Ticket/Display.html?id=7831 +! JP/JP.pm lib/Encode/Alias.pm lib/Encode/Supported.pod AUTHORS + /\bwindows-31j$/i is now an alias of CP932, by Steve Hay. + http://rt.cpan.org/NoAuth/Bug.html?id=6695 + +2.02 2004/08/31 10:55:34 +! ucm/big5-hkscs.ucm AUTHORS t/big5-hkscs.enc t/big5-hkscs.utf + New map submitted by Deng Liu and Autrijus. Test data needed + to be upgrade as well, done by dankogai + Message-Id: <20040824204828.GB6999@aut.dyndns.org> +! bin/ucmsort + Now works for characters U+10000 and above. This fix was needed + to "tidy" the original map that was submitted. +! bin/enc2xs + "ucmsort" now mentioned in pod + +2.01 2004/05/25 16:27:14 +! bin/enc2xs AUTHORS + From: domo@computer.org + Subject: [PATCH] Correct statistics from enc2xs + <4AF60A4A-B8BB-11D8-BF99-000A27839BD6@computer.org> + +! lib/Encode/Alias.pm + Addressed "False [] range "\s-" in regex;" in Encode::Alias.pm + <200405271148.i4RBm4KY026529@mail.mvnet.de> + +2.01 2004/05/25 16:27:14 +! lib/Encode/CN/HZ.pm lib/Encode/Unicode/UTF7.pm + "If someone thinks utf8::upgrade($1) should be croaked like + chom?p($1),please try the following patch for Encode.pm." + -- sadahiro-san + <20040522212704.C068.BQW10602@nifty.com> + +2.0 2004/05/16 20:55:15 +* version updated to 2.00 + -- sorry, no big feature change. I just hate version 1.100 :) +! lib/Encode/Guess.pm + Unicode/Unicode.pm + addressed UTF-(8|32LE) + BOM misguessing + https://rt.cpan.org/Ticket/Display.html?id=6279 +! Encode.pm + s/is_utif8/is_utf8/ in POD +! Encode/lib/Encode/CN/HZ.pm + Fixes "make test" failure after the patch to pp_hot.c + by Sadahiro-san + Message-Id: <20040222182357.6B39.BQW10602@nifty.com> +! bin/piconv + From: autrijus@autrijus.org + Subject: [PATCH] "piconv -C 512" badly broken + Message-Id: <1072870210.769.5.camel@localhost> + +1.99 2003/12/29 02:47:16 +! Unicode/Unicode.xs + find_encoding("UTF-16BE")->encode("abc") now null terminates + http://www.mail-archive.com/perl5-porters@perl.org/msg69766.html +! Encode.pm + prototype bug in decode_utf8() fixed + Message-Id: <600A4CDA-F004-11D7-B570-000393AE4244@dan.co.jp> +! Encode.pm /MANIFEST encoding.pm lib/Encode/Supported.pod + t/at-cn.t t/at-tw.t t/gsm0338.t ucm/gsm0338.ucm ++ t/gsm0338.t + Merged from maintperl@21987 + +1.98 2003/08/20 11:15:31 +! lib/Encode/MIME/Header.pm AUTHORS t/mime-header.t + Dave Evans has found and corrected a bug in Encode::MIME::Header. + Test suite added by Dan Kogai. + Message-Id: <3F43440B.7060606@rudolf.org.uk> +! encoding.pm + Typo fixes rolled back in from bleedperl +! t/at-cn.t t/at-tw.t + v-strings, now depreciated in perl 5.8.1, is replaced by sadahiro + Message-Id: <20030805002313.9880.BQW10602@nifty.com> +! bin/enc2xs + argv case nit for VMS by Craig + Message-ID: <3F2B02DE.10207@mac.com> +! t/enc_eucjp.t t/enc_utf8.t AUTHORS + Encode test fixes for VMS by Peter Prymmer + Message-ID: +! lib/Encode/Alias.pm t/Aliases.t + koi-8 aliases bug detected and patched by sadahiro. + Further fix and test suite by dankogai + Message-Id: <20030713102228.C76A.BQW10602@nifty.com> + +1.97 2003/07/08 21:52:14 +! encoding.pm lib/Encode/Guess.pm lib/Encode/Alias.pm + lib/Encode/JP/JIS7.pm lib/Encode/Encoder.pm Encode.pm + $DEBUG replaced with DEBUG() so perl optimizes better, + by Rafael with further fixes by dankogai + Message-Id: <20030705222023.1f24e041.rgarciasuarez@free.fr> +! lib/Encode/Aliases.pm + Was: define_alias( qr/\bGB[-_ ]?2312(?:\D.*$|$)/i => '"euc-cn"' ); + Now: define_alias( qr/\bGB[-_ ]?2312(?!-?raw)/i => '"euc-cn"' ); + So new hash seeding introduced in bleedperl works. + Message-Id: <20030629100937.GD20285@vipunen.hut.fi> +! lib/Encode/Guess.pm + $Encode::Guess::NoUTFAutoGuess is added so you can turn off + automatic utf(8|16|32) guessing -- originally by Autrijus + Message-Id: <20030626162731.GA2077@not.autrijus.org> +! Encode.pm + Addressed the following; + Subject: [perl #22835] FB_QUIET doesn't work with Encode::encode + Message-Id: + +1.96 2003/06/18 09:29:02 +! lib/Encode/JP/JP.pm t/guess.t + m/(...)/ in void context then $1 is considered a Bad Thing + Message-Id: +! Encode.pm + Mentions in POD that as of perl 5.8.1 utf8::is_utf8() is + also available. +! encengine.c + More typecast from maintperl@19739 + Message-Id: <200306110645.h5B6j5D2009640@smtp3.ActiveState.com> +! t/perlio.t + Tests 37 & 38 failed on Win32 -- yet another CRLF issue + Message-Id: <200306090733.h597XQPA031646@smtp3.ActiveState.com> +! t/Encode.t + Now skips for EBCDIC platform. + Message-Id: +! t/perlio.t + Craig's patch applied that addresses "Many systems (DOS, VMS) cannot + have more than one C<.> in their filenames." -- perlport. + Message-Id: <3ED79E01.8050401@mac.com> +! bin/piconv + Found and fixed the back that -p,--perlqq does not work. + Induced by the change from Getopt::Std to Getopt::Long. +! encoding.pm + Addressed [cpan #2629] Wrong assumption in numeric comparison + Message-Id: +! Encode.pm Encode.xs Unicode/Unicode.pm Unicode/Unicode.xs + lib/Encode/Encoding.pm t/perlio.t + ! API Change: ->new_sequence() => ->renew() + + Encode::Unicode makes use of it so it can handle BOM on PerlIO + + Encode::XS and Encode::utf8 now supports ->renew() + + Encode::Encoding now documents this with examples + - Non-XS (en|de)code stripped out of Encode::Unicode + Message-Id: <146957DB-8C39-11D7-9C91-000393AE4244@dan.co.jp> + +1.95 2003/05/21 08:41:11 +! ucm/8859-*.ucm + Since bogus entries were found in iso-8859-6, all entries are + re-generated once again out of + http://www.unicode.org/Public/MAPPINGS/ISO8859/8859-*.TXT + Thank David Graff for the discovery + Message-Id: <200305201819.h4KIJRRU013746@unagi.cis.upenn.edu> ++ lib/Encode/Unicode/UTF7.pm +! lib/Encode/Config.pm lib/Encode/Alias.pm Unicode/Unicode.pm t/Unicode.t + lib/Encode/Supported.pod + UTF-7 support is now added. With this Encode now has all transcoding + methods in Unicode::String. + +1.94 2003/05/10 18:13:59 +! lib/Encode/MIME/Header.pm + A more sophisticated solution for double-encoding by dankogai +! lib/Encode/MIME/Header.pm AUTHORS + Two bugs fixed by Bjoern Jacke + * "Double Encoding" was not possible + i.e. encode("MIME-B" => "=?UTF-8?B?w4RwZmVs?=") + * encode("MIME-Q") had UTF-8 flag on + Message-Id: +! lib/Encode/MIME/Header.pm AUTHORS + Two occurances of "croak ()" fixed as "croak qq()". + Simon Cozens is added to AUTHORS as a result. + Message-Id: <20030509103708.GA30664@deep-dark-truthful-mirror.pad> +! bin/piconv + POD fixes that reflect enhancements by jhi +! bin/piconv + Two enhancements by jhi. + + Now uses Getopt::Long so it accepts long name options + (--from for -f, for example) + + New option: -r,--resolve + Message-Id: <20030505114149.GA227075@kosh.hut.fi> +! MANIFEST META.yml + META.yml added upon request of Schwern + Message-Id: +! AUTHORS + Enache Adrian removed upon request -- to live longer than Encode + and/or FreeBSD (toy-)?thread :) + Message-Id: <20030425015701.GA2069@ratsnest.hole> +! t/enc_module.t + "close STDOUT unless $^O eq 'freebsd';" once again relocated + to keep VMS happy in which case "$^O eq 'freebsd'" is required + to keep FreeBSD+thread happy. Sigh. + Message-Id: <3EA88ADC.3000300@mac.com> + +1.93 2003/04/24 17:43:16 +! t/enc_eucjp.t + added "no warnings 'pack'" in for loop to keep bleedperl from + complaining "Character in 'C' format wrapped in pack". +! Makefile.PL + More elegant perl core detection inspired by Ilya Zakharevich + (but further elaborated for general cases). +! lib/Encode/Encoding.pm lib/Encode/PerlIO.pod + POD fixes. +! t/euc-jp.ucm + like cp9??, \x80-\x9F (control + 0x80) are zapped so they + are less likely to be confused w/ ISO-8859-* +! t/CJKT.t + RT tests added (vendor encodings are exemplified) + -- that successfully found a flaw on iso-2022-kr before the patch. +! lib/Encode/CJKConstants.pm lib/Encode/KR/2022_KR.pm + decode("ISO-2022-KR") has been buggy but no one ever sited + that since no one seems to be using it. Bugs discovered by + SADAHIRO-san + Message-Id: <20030416231757.A545.BQW10602@nifty.com> +! lib/Encode/CN/HZ.pm t/perlio.t + HZ is now perlio_ok, thanks to SADAHIRO-san. perlio.t modified + so it adds test for HZ. + Message-Id: <20030416231757.A545.BQW10602@nifty.com> +! lib/Encode/Guess.pm + Now guesses UTF-(16|32)(BE|LE) when the string contains \x00. + So long as the string contains \x{00}-\x{ff} it does not fail. + See perldoc for details. + Message-Id: + +1.92 2003/03/31 03:27:27 +! ucm/big5-eten.ucm ucm/big5-hkscs.ucm + Extraneous single-byte chars in range \x80-\xA0 and \xFA-\xFF + removed. FYI, IBM's ICU has none of these for java-Big5-1.3_P.ucm + but glibc-BIG5-2.1.2.ucm does. + Message-Id: <20030325215213.4CA1.BQW10602@nifty.com> +! ucm/cp932.ucm ucm/cp936.ucm ucm/cp949.ucm ucm/cp950.ucm + Maps regenerated again but this time based upon + http://oss.software.ibm.com/cvs/icu/charset/data/ucm/ + (But where is THE DOCUMENT by MICROSOFT?) +! t/enc_module.t AUTHORS + failure with threaded Perl on FreeBSD addressed. + Enache Adrian is added to AUTHORS for this. + Message-Id: <20030322230131.GA813@ratsnest.hole> +! lib/Encode/Guess.pm + Some POD fixes. +! t/CJKT.t + Change 18989: Make the :bytes conditional on PerlIO. + further Modified by Dan Kogai + <200303161730.h2GHU5B16265@smtp3.ActiveState.com> +! t/enc_module.t + Chnage 18966: another fix for failing test on windows ("use encoding" + puts STDIN in :raw mode, so chomp() wasn't stripping the CR), by gsar + Message-Id: <200303140545.h2E5j5B08856@smtp3.ActiveState.com> +! t/CJKT.t + Change 18970: Hopefully this works also in Win32, by jhi + Message-Id: <200303140745.h2E7j6B22729@smtp3.ActiveState.com> + Change 18965: fix CJKT.t failures on windows due to incorrect + binmode(), by gsar + Message-Id: <200303140530.h2E5U5B07046@smtp3.ActiveState.com> + +1.91 2003/03/09 20:07:37 +! encoding.pm + even more proofread by jhi. + Message-Id: <20030309194323.GT20843@kosh.hut.fi> +! t/enc_module.t + -use lib 't'; + +use lib qw(t ext/Encode/t ../ext/Encode/t); + Message-Id: <20030309182057.GR20843@kosh.hut.fi> +! AUTHORS + s/Hirohito/Hiroto/ig; Sorry, Hiroto-san. + Message-Id: <20030309181748.GP20843@kosh.hut.fi> +! encoding.pm + s/logner/longer/ + Message-Id: <20030309181907.GQ20843@kosh.hut.fi> + +1.90 2003/03/09 17:32:43 +! encoding.pm ++ t/enc_data.t + Inaba-san has added a patch for perl 5.8.1 or later that makes + encoding.pm work for filehandle. t/enc_data.t is to test + that. POD is further revised. + Message-Id: <200303091515.h29FF6B03903@smtp3.ActiveState.com> +! encoding.pm t/enc_module.t + encoding vs. ${^UNICODE} resolved. POD revised accordingly. + Message-Id: <20030306112940.GN20652@kosh.hut.fi> + +1.89 2003/02/28 +! Encode.xs + signed vs. unsigned issue discovered by Craig on OpenVM + Message-Id: +! encoding.pm AUTHORS ++ t/Mod_EUCJP.pm t/enc_module.enc t/enc_module.t + Because binmode() stacks layers instead of overwrite, you have to + ":raw :encoding()" in encoding.pm or your are in trouble when you + call encoding.pm multiple times. There are several workarounds + but Inaba-san's idea is in. SUGAWARA Hajime , + who was the first to address this problem was added to AUTHORS. + The test suites was added for this, which is a modified version + of SUGAWARA-san's scripts + Message-Id: <3E5CF695.6AE07852@st.rim.or.jp> + +1.88 2003/02/20 14:42:34 +! Encode.xs + one signedness nit for Encode by jhi + <200302161933.h1GJX876018710@kosh.hut.fi> +! ucm/viscii.ucm + VISCII map was incorrect; fixed by Sadahiro-san + Message-Id: <20030216120828.47D3.BQW10602@nifty.com> +! t/enc_eucjp.t t/enc_utf8.t AUTHORS + You can't unlink files that are opened in cygwin but the last + file handle opened in t/enc_*.t left open. Patch submitted + by Yitzchak and he was added to AUTHORS. + Message-Id: +! t/CJKT.t + now works with 'LC_ALL=en_US.UTF-8 PERL_UTF8_LOCALE=1' + Message-Id: <20030206104513.GA11081@kosh.hut.fi> +! Unicode/Unicode.xs + For 1.88: Unicode.xs =~ s/regog/recog/ -- jhi + Message-Id: <20030206045153.GA6826@kosh.hut.fi> + +1.87 2003/02/06 01:52:11 +! AUTHORS + * Inaba "Sensei" Hirohito added (I thought I have done so a long + ago but apparently I did not). + * SUZUKI Norio added for verious and useful bug reports. +! Byte/Byte.pm KR/KR.pm Unicode/Unicode.pm + lib/Encode/Encoder.pm lib/Encode/CJKConstants.pm + podchecked so all warnings are gone except for L. +! encoding.pm t/enc_eucjp.t + * t/uni/tr_utf8.t now t ok on maintperl (sorry, jhi) + * Filter option overhaul + * POD revision +! Encode.pm Encode.xs encengine.c Encode/encode.h + lib/Encode/Encoding.pm lib/Encode/JP/JIS7.pm + Merged inaba-san's patch that fixes "use encoding 'shiftjis'" + without filter. podchecked by Dan Kogai. + Message-Id: <3E3BC46B.6C687CFD@st.rim.or.jp> +! lib/Encode/Alias.pm + decode('alias', $1) went wild because of local $_ in find_alias() + the evil local $_ is eradicated but that changes find_alias() + format for coderef aliasing. See Encode::Alias for details + Message-Id: <200302051704.AA00042@kipp0.nifty.com> + +1.86 2003/01/22 03:29:07 +! encoding.pm + * Don't forget to canonize when you attempt an exact match! + Message-Id: <73E7F801-2DAA-11D7-BF9A-000393AE4244@dan.co.jp> + * ${^ENCODING} exception is off for $] > 5.008 + Message-Id: <20030122110617T.inaba.hiroto@toshiba-it.co.jp> +! t/enc_utf8.t + $] check commented out so it runs on 5.8.0 + +1.85 2003/01/21 22:19:14 +! encoding.pm + ${^ENCODING} exception is now explicit rather than handled by regex. ++ t/enc_eucjp.t t/enc_utf8.t + Test suite for the better "encoding" pragma support for bleedperl. + On 5.8.0, they will just be skipped. + +1.84 2003/01/10 12:00:16 +! encoding.pm + ${^ENCODING} is no longer set for utf so encoding is no longer fun :) + (That is to prevent duplicate encoding first by IO then ${^ENCODING}) + Message-Id: <20030108213737.GK331043@lyta.hut.fi> +! Unicode/Unicode.xs + %_ fixes saves the resulting .so .05% smaller, by NC + Message-Id: <20021226225709.GF284@Bagpuss.unfortu.net> +! Encode.pm + Silence Encode on undef, by Andreas + Message-Id: + Message-Id: +! Unicode/Unicode.xs + s/regognised/recognised/ . British spelling left intact to pay + respect to two British Nicks :) + Message-Id: <20021203020454.GK2274@kosh.hut.fi> + +1.83 2002/11/18 17:28:49 +! Encode.xs lib/Encode/JIS7.pm + Even more patches from Inaba-san has been applied. With this + patch t/uni/tr_7jis.t and t/uni/t_utf8.t of bleedperl will work. + Message-Id: <20021115105514D.inaba.hiroto@toshiba-it.co.jp> + +1.82 2002/11/14 23:06:12 +! Encode.xs + Encode::utf8 (XS Version) assertion botch first found in Cygwin, + later found in perls w/ -Dusemymalloc was fixed by NC. + Message-Id: <20021114210349.GA288@Bagpuss.unfortu.net> + +1.81 2002/11/08 18:29:27 +! Encode.pm Encode.xs + Non-XS version of Encode::utf8 is back (with XS being default). + Encode::predefine_encodings(0) to turn off XS. + This is primarily to cope w/ Cygwin smoke but Sadahiro-san has + found that it was Test::More causing the problem, not Encode. + But I have already made it configurable so it may be useful in + some rare cases.... + Message-Id: <20021107210110.2EE4.BQW10602@nifty.com>, et al. +! bin/enc2xs + The ingenious patch by Nicholas Clark that reduces shlib sizes by + 50% with no penalty and backward compatibility preserved, is in. + Message-Id: <20021103231324.GE288@Bagpuss.unfortu.net> + +1.80 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: + +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 ( ) + Message-Id: + + +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 + 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 + 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: +! 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: +! 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: + +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: +! 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. Suggested by Paul. + Message-Id: +! 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> -$Revision: 1.64 $ $Date: 2002/04/29 06:54:06 $ +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. @@ -541,7 +1525,7 @@ $Revision: 1.64 $ $Date: 2002/04/29 06:54:06 $ Typo fixes and improvements by jhi Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al. -1.11 $Date: 2002/04/29 06:54:06 $ +1.11 2002/03/31 22:12:13 + t/encoding.t + t/jperl.t ! MANIFEST