From e3654128ff7873977d1a58b6d066f1bd9372d9e2 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 26 Aug 2008 15:06:28 +0000 Subject: * include/ruby/io.h (rb_io_t): rename crbuf to cbuf. * io.c: follow the renaming. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 32f1ddcd4..c7747df91 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Aug 27 00:05:55 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_t): rename crbuf to cbuf. + + * io.c: follow the renaming. + Tue Aug 26 23:52:24 2008 Tanaka Akira * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.c -- cgit