diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-03 03:22:12 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-12-03 03:22:12 +0000 |
| commit | aa39c4491a93992ae6f536179af447ab48e5ffa8 (patch) | |
| tree | cea2524839db3a2101d45b84a6be0e765a80f58a /ChangeLog | |
| parent | fea206e9b99580892ee51f1310653876cb4e8793 (diff) | |
* io.c (rb_io_getc, rb_io_readchar): documentation correction from
Emiel van de Laar. [ruby-core:20212]
* ext/stringio/stringio.c (strio_ungetbyte): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Wed Dec 3 12:22:10 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * io.c (rb_io_getc, rb_io_readchar): documentation correction from + Emiel van de Laar. [ruby-core:20212] + + * ext/stringio/stringio.c (strio_ungetbyte): ditto. + Wed Dec 3 09:26:29 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation |
