From 1304279d652aff765ce0682a2fe66456182c7edd Mon Sep 17 00:00:00 2001 From: kouji Date: Wed, 24 Dec 2008 16:03:25 +0000 Subject: * test/readline/test_readline_history.rb: did not check the encoding that is in the Readline::HISTORY. I will fix it. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4269f71de..8939f1586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 25 00:59:06 2008 TAKAO Kouji + + * test/readline/test_readline_history.rb: did not check the + encoding that is in the Readline::HISTORY. I will fix it. + Wed Dec 24 22:36:06 2008 Koichi Sasada * error.c, vm_dump.c: change message by rb_bug(). -- cgit