summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 22:10:49 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-21 22:10:49 +0000
commit72cb863cf1350af4bac5a9b5950280dca9745f43 (patch)
tree1dae2e33418150469470a784a251fd160dc69fa3 /ChangeLog
parentf6a5d1e62259c8c2fd3b3d9d6e8a212739cf412a (diff)
downloadruby-72cb863cf1350af4bac5a9b5950280dca9745f43.tar.gz
ruby-72cb863cf1350af4bac5a9b5950280dca9745f43.tar.xz
ruby-72cb863cf1350af4bac5a9b5950280dca9745f43.zip
* ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
Fixnum. * ext/stringio/stringio.c (strio_ungetc): should convert unget string. * ext/stringio/stringio.c (strio_ungetbyte): new method. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c922f2d2..1d4dd45f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Oct 22 07:09:19 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget
+ Fixnum.
+
+ * ext/stringio/stringio.c (strio_ungetc): should convert unget
+ string.
+
+ * ext/stringio/stringio.c (strio_ungetbyte): new method.
+
Wed Oct 22 05:46:25 2008 Koichi Sasada <ko1@atdot.net>
* include/ruby/vm.h: write a comment.