From d61fc5902a64c19918f1e0b930d6575c47568ca0 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 9 Sep 2008 15:02:42 +0000 Subject: * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to writeconv_asciicompat. * io.c: follow the renaming. * gc.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19274 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fa35827d1..f0194f69c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Sep 10 00:01:36 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to + writeconv_asciicompat. + + * io.c: follow the renaming. + + * gc.c: ditto. + Tue Sep 9 23:55:26 2008 Tanaka Akira * io.c (io_fwrite): raise an error if ASCII incompatible string -- cgit