aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-11 17:50:03 +0000
committermame <mame@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-11 17:50:03 +0000
commitd222472299a9c2ce8fc094c162f1acd2f4199403 (patch)
tree40d3edc49cd94ff99b3f43f73bcc5fcbdff820b9 /ChangeLog
parent9e412b83a0d3476b100ba7f46e9c22c8417c1d6c (diff)
downloadruby-d222472299a9c2ce8fc094c162f1acd2f4199403.tar.gz
* ext/stringio/stringio.c (strio_init): rewind when reopened.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17102 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 dac15ac9cf..5f1e69a3e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Jun 12 02:49:40 2008 Yusuke Endoh <mame@tsg.ne.jp>
+
+ * ext/stringio/stringio.c (strio_init): rewind when reopened.
+
Thu Jun 12 02:43:27 2008 Yusuke Endoh <mame@tsg.ne.jp>
* array.c (rb_ary_zip): ANSI style.