From f8dab648a5eb7ba7e37020cf3eff9b99a76c242e Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 30 Oct 2008 12:57:28 +0000 Subject: merges r20054 and r20055 from trunk into ruby_1_9_1. * 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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6f7d3ba58..d69355f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,14 @@ Thu Oct 30 21:32:15 2008 Yusuke Endoh * array.c (rb_ary_permutation): hide temporal array. +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 09:31:45 2008 Nobuyoshi Nakada * encoding.c (rb_locale_encoding): makes an alias for locale. -- cgit