From a61fab0724399a4e2e2299c8194be83411e10c47 Mon Sep 17 00:00:00 2001 From: akr Date: Mon, 25 Aug 2008 15:58:35 +0000 Subject: * transcode.c (str_transcode0): don't short cut for newline conversion. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc27f8b68..e002fa39f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Aug 26 00:55:46 2008 Tanaka Akira + + * transcode.c (str_transcode0): don't short cut for newline conversion. + Tue Aug 26 00:36:01 2008 Tanaka Akira * io.c (io_fwrite): add TEXTMODE_NEWLINE_ENCODER to option for -- cgit