summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-28 04:20:12 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-28 04:20:12 +0000
commit5cd0f7449c5eb0879bc74a0db30c513991b6df15 (patch)
tree0a2dc45ebb5f43682408d9fc8ac976077ef74386 /ChangeLog
parent6ab9d9584ba41a439deb26f2d24f38deb00d8f82 (diff)
downloadruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.tar.gz
ruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.tar.xz
ruby-5cd0f7449c5eb0879bc74a0db30c513991b6df15.zip
* io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the
result string, as well as getc. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13542 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 f441676d3..5c32125ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Sep 28 13:20:10 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the
+ result string, as well as getc.
+
Fri Sep 28 12:51:42 2007 Koichi Sasada <ko1@atdot.net>
* benchmark/bm_app_erb.rb: added.