From b7af2bdb075fce5e3d91a5dfbc28f1a9bb75771d Mon Sep 17 00:00:00 2001 From: jeg2 Date: Fri, 26 Dec 2008 16:53:13 +0000 Subject: * lib/csv.rb: Using a more robust transcoding scheme to produce ASCII compatible inspect() messages. [ruby-dev:37591] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index efa48cf58..62e53b517 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 27 01:52:39 2008 James Edward Gray II + + * lib/csv.rb: Using a more robust transcoding scheme to produce + ASCII compatible inspect() messages. [ruby-dev:37591] + Fri Dec 26 18:04:10 2008 Tanaka Akira * io.c (fptr_finalize): don't allocate objects if noraise. -- cgit