From 7050c8b4093e0eb1d8e83cbb6f704fb5f66b50a7 Mon Sep 17 00:00:00 2001 From: kouji Date: Tue, 3 Feb 2009 12:15:20 +0000 Subject: * ext/readline/readline.c (readline_s_set_completion_proc): set default if proc is nil. fix #1095 git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 342d5a2ad..ff6a4bd88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 3 21:07:19 2009 TAKAO Kouji + + * ext/readline/readline.c (readline_s_set_completion_proc): set + default if proc is nil. fix #1095 + Tue Feb 3 16:36:06 2009 Kazuhiro NISHIYAMA * array.c (rb_ary_sort_by_bang): RDoc update. -- cgit