From 9cd631fa82516792a1f2dea10fde5ab0ef5b9889 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 25 Dec 2007 04:24:21 +0000 Subject: * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and binary mode. [ruby-dev:32743] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 701e03144..378e2a07f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 25 13:23:13 2007 Tanaka Akira + + * test/ruby/test_io_m17n.rb (test_write_noenc): don't mix text and + binary mode. [ruby-dev:32743] + Tue Dec 25 13:13:09 2007 Yukihiro Matsumoto * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src, -- cgit