From b9c9103d2f94ba6356c26378e02518877df18675 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 6 Sep 2008 10:37:02 +0000 Subject: * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 892ccb367..83bd015cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 6 19:36:34 2008 Tanaka Akira + + * io.c (rb_io_binmode): clear newline flags in writeconv_pre_ecflags. + Sat Sep 6 18:47:40 2008 Tanaka Akira * transcode.c (str_transcode0): check ECONV_HTML_TEXT_ENCODER and -- cgit