X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FEncode%2FChanges;h=e7b2d7aa0f3eba61e8f39fd6233bc60aa7084dfe;hb=1307ca853d9a942ef19dd71e17b80548b62f88bf;hp=cef5e121f5f478df3313afdc3dcfefb52d971f47;hpb=5a1dbf3942f1e2ad6a95fb40929e663709bd4e44;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Encode/Changes b/ext/Encode/Changes index cef5e12..e7b2d7a 100644 --- a/ext/Encode/Changes +++ b/ext/Encode/Changes @@ -1,8 +1,20 @@ # Revision history for Perl extension Encode. # -# $Id: Changes,v 2.16 2006/05/03 18:24:10 dankogai Exp $ +# $Id: Changes,v 2.17 2006/06/03 20:28:48 dankogai Exp dankogai $ # -$Revision: 2.16 $ $Date: 2006/05/03 18:24:10 $ +$Revision: 2.17 $ $Date: 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.