From 6fd14ccae523c3fab7f202664bb3ef0125e80313 Mon Sep 17 00:00:00 2001 From: duerst Date: Thu, 30 Oct 2008 05:47:01 +0000 Subject: * enc/trans/single_byte.trans: refactoring to make it easier to add more transcodings (with Yoshihiro Kambayashi) * enc/trans/iso-8859-1-tbl.rb: new file to avoid having to treat ISO-8859-1 as special git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 438467f797..c918caebd6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Oct 30 14:45:45 2008 Martin Duerst + + * enc/trans/single_byte.trans: refactoring to make it easier + to add more transcodings (with Yoshihiro Kambayashi) + + * enc/trans/iso-8859-1-tbl.rb: new file to avoid having to + treat ISO-8859-1 as special + Thu Oct 30 10:34:20 2008 Nobuyoshi Nakada * ruby.c (moreswitches): splits option string and passes arguments. -- cgit v1.2.3