diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-04 10:22:11 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-04 10:22:11 +0000 |
| commit | 4388eae574d8bfc370e87f9e6c677cd4af2263d6 (patch) | |
| tree | 8a583b9a242d4776b88dbeb8b4a292230eccfa04 /ChangeLog | |
| parent | 61f8b79aee55fe6eb56cc1f68a35ee42675d0320 (diff) | |
| download | ruby-4388eae574d8bfc370e87f9e6c677cd4af2263d6.tar.gz ruby-4388eae574d8bfc370e87f9e6c677cd4af2263d6.tar.xz ruby-4388eae574d8bfc370e87f9e6c677cd4af2263d6.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Sep 4 19:20:24 2008 Tanaka Akira <akr@fsij.org> + + * 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 <akr@fsij.org> * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because |
