From 81525af4c9a8e512db6bd8b73c6fbe5ea39c865a Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 21 Oct 2008 22:10:49 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@19883 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c922f2d24..1d4dd45f09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Oct 22 07:09:19 2008 Yukihiro Matsumoto + + * 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 * include/ruby/vm.h: write a comment. -- cgit v1.2.3