diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-15 15:00:11 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-07-15 15:00:11 +0000 |
| commit | 17269384517cf0a63647731972279b6ddd3217bb (patch) | |
| tree | c85596fa30897779d708fe6d4e815928262df6bd /ChangeLog | |
| parent | 01b0abbd9fc95769b923dc080ddfb43730cd1488 (diff) | |
| download | ruby-17269384517cf0a63647731972279b6ddd3217bb.tar.gz ruby-17269384517cf0a63647731972279b6ddd3217bb.tar.xz ruby-17269384517cf0a63647731972279b6ddd3217bb.zip | |
* lib/rdoc/parsers/parse_c.rb (handle_class_module): handle a
module enclosed in a built-in module. fixed: [ruby-talk:148239]
* lib/rdoc/parsers/parse_c.rb (find_body): allow macros as methods.
* lib/rdoc/parsers/parse_c.rb (find_call_seq): allow :nodoc: modifier
in C. [ruby-core:04572]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8774 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 @@ +Fri Jul 15 23:59:03 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * lib/rdoc/parsers/parse_c.rb (handle_class_module): handle a + module enclosed in a built-in module. fixed: [ruby-talk:148239] + + * lib/rdoc/parsers/parse_c.rb (find_body): allow macros as methods. + + * lib/rdoc/parsers/parse_c.rb (find_call_seq): allow :nodoc: modifier + in C. [ruby-core:04572] + Fri Jul 15 23:20:03 2005 Nobuyoshi Nakada <nobu@ruby-lang.org> * enumerator.c (Init_Enumerator): use an internal directly. |
