diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 00:33:33 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-15 00:33:33 +0000 |
| commit | f803a5af82995e86748336d34837f138e677ae6d (patch) | |
| tree | 4bfa8dfa948578113ba1efa3540fe70fa2c23a6a /ChangeLog | |
| parent | 3ef1b561ee45defc4d3b9afde0e679a96e191fb8 (diff) | |
| download | ruby-f803a5af82995e86748336d34837f138e677ae6d.tar.gz ruby-f803a5af82995e86748336d34837f138e677ae6d.tar.xz ruby-f803a5af82995e86748336d34837f138e677ae6d.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -52,6 +52,20 @@ Mon Aug 13 13:21:58 2007 Tanaka Akira <akr@fsij.org> * lib/open-uri.rb: make ftp passive mode to avoid NAT problem. [ruby-dev:31377] +Mon Aug 13 09:18:05 2007 Yukihiro Matsumoto <matz@ruby-lang.org> + + * 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 <matz@ruby-lang.org> * io.c (argf_close): always close via method. |
