From a80baecd26dd24b0d09c3a6e18de20c669cfb746 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 10 Jul 2009 22:12:07 +0000 Subject: * ext/readline/readline.c (readline_attempted_completion_function): array length is long. * ext/readline/readline.c (readline_s_get_filename_quote_characters): missing type of self. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@24031 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7440bcc23..74f2a3f8d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Jul 11 07:11:59 2009 Nobuyoshi Nakada + + * ext/readline/readline.c (readline_attempted_completion_function): + array length is long. + + * ext/readline/readline.c (readline_s_get_filename_quote_characters): + missing type of self. + Sat Jul 11 02:37:37 2009 Nobuyoshi Nakada * random.c (limited_rand): expands to long before shift so tha -- cgit