summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 06:30:38 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-28 06:30:38 +0000
commit198e1d074c187d2a4e8b9d1bb378a714b2d6001b (patch)
tree329a59bc9bb1a02c666661a0e59cbdaf501c35d7 /ChangeLog
parent51411c1f882e8d455249de2768366c25ba3a9b50 (diff)
* io.c (rb_io_getline_fast): scan coderange.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8533c88d2a..abe441bd8a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Feb 28 15:29:12 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * io.c (rb_io_getline_fast): scan coderange.
+
Thu Feb 28 14:36:46 2008 NARUSE, Yui <naruse@ruby-lang.org>
* string.c (rb_enc_str_copy): removed.