aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 16:55:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-27 16:55:06 +0000
commit3b83e10790dac26481242077ee51fc2187b8eefb (patch)
tree600f9ce35b6adc8fa99709757f4ee71de2bde208 /ChangeLog
parentb8f8c75579c31ef11697ff52dfe72a35d8bb5e9b (diff)
downloadruby-3b83e10790dac26481242077ee51fc2187b8eefb.tar.gz
* transcode.c (transcode_dispatch): allows transcoding from/to
ASCII-8BIT. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index befe0697b1..2c595b408d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Dec 28 01:55:04 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * transcode.c (transcode_dispatch): allows transcoding from/to
+ ASCII-8BIT.
+
Fri Dec 28 01:47:25 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* golf_prelude.rb (Integer): Integer is now enumerable on goruby.