From 72cb863cf1350af4bac5a9b5950280dca9745f43 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: http://svn.ruby-lang.org/repos/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 1c922f2d2..1d4dd45f0 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