From 47b75cb387400751b7bb4082db98f227be951a4d Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 30 Jul 2002 08:23:31 +0000 Subject: * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete block caused infinite loop. * misc/ruby-mode.el (ruby-parse-partial): returns nil unless delimiters found. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@2669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4aa94f7df..372d71013 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jul 30 17:21:13 2002 Nobuyoshi Nakada + + * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete block + caused infinite loop. + + * misc/ruby-mode.el (ruby-parse-partial): returns nil unless + delimiters found. + Tue Jul 30 15:24:07 2002 WATANABE Hirofumi * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns -- cgit