From 4388eae574d8bfc370e87f9e6c677cd4af2263d6 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 4 Sep 2008 10:22:11 +0000 Subject: * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags. (rb_io_t): rename writeconv_pre_flags to writeconv_pre_ecflags. (MakeOpenFile): follow the renaming. * io.c: follow the renaming. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 116aff0bb..dd29299a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 4 19:20:24 2008 Tanaka Akira + + * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags. + (rb_io_t): rename writeconv_pre_flags to writeconv_pre_ecflags. + (MakeOpenFile): follow the renaming. + + * io.c: follow the renaming. + Thu Sep 4 19:10:27 2008 Tanaka Akira * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because -- cgit