X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FChanges;h=ad4fabb76a0ef93fa5204cbe6ce851ae0e8fdcf4;hb=7e19fb92789b07f9ae6ba1ee1b4f5fbb72612161;hp=46e2902e05f80b016b14c00a69fc56873a551032;hpb=011b2d2f95a2b6260e1a3409e652417bcc2b453d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/Changes b/ext/Encode/Changes index 46e2902..ad4fabb 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,9 +1,66 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 1.57 2002/04/22 20:27:30 dankogai Exp dankogai $ +# $Id: Changes,v 1.61 2002/04/26 03:02:04 dankogai Exp $ # -$Revision: 1.57 $ $Date: 2002/04/22 20:27:30 $ +$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 @@ -454,7 +511,7 @@ $Revision: 1.57 $ $Date: 2002/04/22 20:27:30 $ Typo fixes and improvements by jhi Message-Id: <200204010201.FAA03564@alpha.hut.fi>, et al. -1.11 $Date: 2002/04/22 20:27:30 $ +1.11 $Date: 2002/04/26 03:02:04 $ + t/encoding.t + t/jperl.t ! MANIFEST