diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 21:10:42 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-23 21:10:42 +0000 |
| commit | b344686c4a52d4562ade53ea292cecb384b0b82c (patch) | |
| tree | 83233a58f05a0fdb22da9ac7fb9e30ace99354ac /ChangeLog | |
| parent | cb73f917eeeeaf1ece34a579a77cf8a035918941 (diff) | |
| download | ruby-b344686c4a52d4562ade53ea292cecb384b0b82c.tar.gz ruby-b344686c4a52d4562ade53ea292cecb384b0b82c.tar.xz ruby-b344686c4a52d4562ade53ea292cecb384b0b82c.zip | |
Fix constant value extraction. Escape HTML in constant values
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Tue Feb 24 06:08:47 2004 Dave Thomas <dave@pragprog.com> + + * 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 <dave@pragprog.com> + + * lib/rdoc/generators/html_generator.rb: Escape contant values. + Tue Feb 24 03:45:06 2004 GOTOU Yuuzou <gotoyuzo@notwork.org> * ext/openssl/ossl_config.c (ossl_config_each): add new method |
