summaryrefslogtreecommitdiff
path: root/ext/Encode/Changes
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-04 12:06:33 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-04 12:06:33 +0000
commitd1256cb1bc05a9b21e5ab396a011ea9c02150dd4 (patch)
treea8ea0e471b475549fa901f02006df713442cc6d6 /ext/Encode/Changes
parentcb9881c198dd33816640651b1d55f0d1c2125a90 (diff)
downloadperl-d1256cb1bc05a9b21e5ab396a011ea9c02150dd4.tar.gz
Upgrade to Encode 2.16
p4raw-id: //depot/perl@28098
Diffstat (limited to 'ext/Encode/Changes')
-rw-r--r--ext/Encode/Changes13
1 files changed, 11 insertions, 2 deletions
diff --git a/ext/Encode/Changes b/ext/Encode/Changes
index 50a7c3f3c3..a904e3c696 100644
--- a/ext/Encode/Changes
+++ b/ext/Encode/Changes
@@ -1,9 +1,18 @@
# Revision history for Perl extension Encode.
#
-# $Id: Changes,v 2.15 2006/04/06 15:44:11 dankogai Exp dankogai $
+# $Id: Changes,v 2.16 2006/05/03 18:24:10 dankogai Exp $
#
+$Revision: 2.16 $ $Date: 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.
-$Revision: 2.15 $ $Date: 2006/04/06 15:44:11 $
+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