From 9dc2199eff99e8015ed2ab1ed5d375a613c40567 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/trunk@6500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e3c52fe7a..8915fcdca 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:10:17 Hirokazu Yamamoto * ext/win32ole/win32ole.c (ole_hresult2msg): remove trailing -- cgit