From 58e4c95e007d876a0e6085ad9f005afee714d330 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 3 Dec 2008 03:22:12 +0000 Subject: * 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: http://svn.ruby-lang.org/repos/ruby/trunk@20458 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a6abd45b2..a3d7361ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Wed Dec 3 12:22:10 2008 Nobuyoshi Nakada + + * 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 * lib/rexml/xpath.rb (REXML::XPath.first): apply documentation -- cgit