From f673c13cbb888a47bbe2ef5c145ff94d48b22e5e Mon Sep 17 00:00:00 2001 From: yugui Date: Thu, 25 Dec 2008 09:49:32 +0000 Subject: merges r20972 from trunk into ruby_1_9_1. * 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/branches/ruby_1_9_1@20993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7ff701e57..cc0baf504 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. + Mon Dec 22 02:54:56 2008 Hidetoshi NAGAI * ext/tk/lib/tk.rb: temporary patch for trouble on TkAqua (> Tk8.4.9). -- cgit