summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-08 13:25:26 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-11-08 13:25:26 +0000
commit6dfbfe73e35724420171cb1ebb9634f5c7d242bd (patch)
tree035d065597963b53da0b9645bbee0fe8f442b8ea /ChangeLog
parent2e772275b5d5cca4afc83b9b100a31a8baf179ef (diff)
downloadruby-6dfbfe73e35724420171cb1ebb9634f5c7d242bd.tar.gz
ruby-6dfbfe73e35724420171cb1ebb9634f5c7d242bd.tar.xz
ruby-6dfbfe73e35724420171cb1ebb9634f5c7d242bd.zip
Fix bug where parent class wasn't being detected if the
child class was defined using the A::B notation. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@7226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a990aa6..13231b701 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Nov 8 22:20:19 2004 Dave Thomas <dave@pragprog.com>
+
+ * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser::parse_class):
+ Fix bug where parent class wasn't being detected if the
+ child class was defined using the A::B notation.
+
Mon Nov 8 00:14:13 2004 WATANABE Hirofumi <eban@ruby-lang.org>
* configure.in: add setup for mignw32 cross compiling.