summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:56:21 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-25 09:56:21 +0000
commit5d95428bbe2c10451a6a7a91a8d04f68d06f3a2a (patch)
tree31d211ca7c264b2f9def961ee7155856b21b1203 /ChangeLog
parentd3645cd33865d36c6f0b2e4f9c9c2ce370a4bed8 (diff)
merges r20974 from trunk into ruby_1_9_1.
* test/readline/test_readline_history.rb: check the encoding that is in the Readline::HISTORY. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d71b555bb..06e66f809 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Dec 25 01:09:23 2008 TAKAO Kouji <kouji@takao7.net>
+
+ * test/readline/test_readline_history.rb: check the encoding that
+ is in the Readline::HISTORY.
+
Wed Dec 24 22:36:06 2008 Koichi Sasada <ko1@atdot.net>
* error.c, vm_dump.c: change message by rb_bug().