diff options
| author | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-09 15:02:42 +0000 |
|---|---|---|
| committer | akr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-09 15:02:42 +0000 |
| commit | d61fc5902a64c19918f1e0b930d6575c47568ca0 (patch) | |
| tree | ded4a811e5cc4c282fd09097260db7a8afcd1718 /ChangeLog | |
| parent | 628420db638ccbc857601254ca547bc81d667e72 (diff) | |
| download | ruby-d61fc5902a64c19918f1e0b930d6575c47568ca0.tar.gz ruby-d61fc5902a64c19918f1e0b930d6575c47568ca0.tar.xz ruby-d61fc5902a64c19918f1e0b930d6575c47568ca0.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Wed Sep 10 00:01:36 2008 Tanaka Akira <akr@fsij.org> + + * 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 <akr@fsij.org> * io.c (io_fwrite): raise an error if ASCII incompatible string |
