From f803a5af82995e86748336d34837f138e677ae6d Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 15 Aug 2007 00:33:33 +0000 Subject: * ext/stringio/stringio.c (strio_getc): should returns one-character string. * ext/stringio/stringio.c: remove unnecessary prototypes. * ext/stringio/stringio.c (strio_getbyte): new method. * ext/stringio/stringio.c (strio_readbyte): new method. * ext/stringio/stringio.c (strio_ungetc): should take a string as an input. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0834413b9..aaef9325f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -52,6 +52,20 @@ Mon Aug 13 13:21:58 2007 Tanaka Akira * lib/open-uri.rb: make ftp passive mode to avoid NAT problem. [ruby-dev:31377] +Mon Aug 13 09:18:05 2007 Yukihiro Matsumoto + + * ext/stringio/stringio.c (strio_getc): should returns + one-character string. + + * ext/stringio/stringio.c: remove unnecessary prototypes. + + * ext/stringio/stringio.c (strio_getbyte): new method. + + * ext/stringio/stringio.c (strio_readbyte): new method. + + * ext/stringio/stringio.c (strio_ungetc): should take a string as + an input. + Mon Aug 13 08:19:43 2007 Yukihiro Matsumoto * io.c (argf_close): always close via method. -- cgit