From 323c1144f3bd58fb2107b2a8e85f42cb56d33aba Mon Sep 17 00:00:00 2001 From: nahi Date: Mon, 6 Oct 2003 14:03:58 +0000 Subject: * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO respond_to?(:binmode). record separator was wrong when you gave text mode IO to Reader.parse and Writer.generate. * test/csv/test_csv.rb: add tests for above change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ec8a59056..d3a119175 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Oct 6 22:59:46 2003 NAKAMURA, Hiroshi + + * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO + respond_to?(:binmode). record separator was wrong when you gave + text mode IO to Reader.parse and Writer.generate. + + * test/csv/test_csv.rb: add tests for above change. + Sun Oct 5 23:27:09 2003 Tanaka Akira * ext/socket/extconf.rb: check recvmsg even if sendmsg is exists. @@ -60,13 +68,13 @@ Sun Oct 5 14:37:39 2003 NAKAMURA, Hiroshi * test/soap/marshal/test_marshal.rb: ditto. - * test/soap/calc/test_calc_cgi.rb: add Config::CONFIG["EXEECT"] to + * test/soap/calc/test_calc_cgi.rb: add Config::CONFIG["EXEEXT"] to RUBYBIN. Sun Oct 5 13:47:22 2003 NAKAMURA, Hiroshi * test/ruby/test_beginendblock.rb, test/ruby/beginmainend.rb: add tests - about scope, order and allowd syntax. + about scope, order and allowed syntax. Sun Oct 5 11:54:29 2003 NAKAMURA, Hiroshi -- cgit