From 0827956fd2e7f6920719f52c4fe50f40a1caa032 Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 23 Feb 2004 21:10:42 +0000 Subject: Fix constant value extraction. Escape HTML in constant values git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ce4a2ea16..184e05f4e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Feb 24 06:08:47 2004 Dave Thomas + + * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_constant): + Start collecting text of constant values earlier: was missing + values in output if there was no space after '=' + +Tue Feb 24 06:08:25 2004 Dave Thomas + + * lib/rdoc/generators/html_generator.rb: Escape contant values. + Tue Feb 24 03:45:06 2004 GOTOU Yuuzou * ext/openssl/ossl_config.c (ossl_config_each): add new method -- cgit