From cdddfc7906342a014fc5db5a1f25219e45881ba4 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 22 Jun 2004 16:47:31 +0000 Subject: Fixed parsing of %r{} when generating source popup git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 87c20a741..54dbc2672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Jun 23 01:45:27 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RubyLex::identify_quotation): + Fix problem with the 'r' being dropped from %r{xxx} + Wed Jun 23 00:20:20 Hirokazu Yamamoto * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailing -- cgit