diff options
author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-07 10:32:23 +0000 |
---|---|---|
committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2002-09-07 10:32:23 +0000 |
commit | 6954ba398acc925443711f93c1f3f83136c99fe9 (patch) | |
tree | b79e1b8a0dbd854a36a144a7cb3358682419c85b /ChangeLog | |
parent | 7622095d174d3251c2b0ef3f22bd95fe90b4a787 (diff) |
* lib/set.rb: Fix a bug in flatten()'s recursive set detection.
[Submitted by: "Christoph" <[email protected]>] Some tests
against the bug are added.
* lib/set.rb: Resurrect the test suite by putting it after
__END__ and executing `eval DATA.read'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Sep 7 19:23:56 2002 Akinori MUSHA <[email protected]> + + * lib/set.rb: Fix a bug in flatten()'s recursive set detection. + [Submitted by: "Christoph" <[email protected]>] Some tests + against the bug are added. + + * lib/set.rb: Resurrect the test suite by putting it after + __END__ and executing `eval DATA.read'. + Sat Sep 7 08:41:39 2002 Minero Aoki <[email protected]> * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c. @@ -91,6 +100,14 @@ Thu Sep 5 01:24:26 2002 WATANABE Hirofumi <[email protected]> * mkmf.rb ($CPP): remove '-E' option. add CPPFLAGS. +Wed Sep 4 16:15:17 2002 Akinori MUSHA <[email protected]> + + * lib/set.rb: ==(o) should be aware of all the Set variant + instances, not just those of its subclasses. [Submitted by: + "Christoph" <[email protected]>] + + * lib/set.rb: - Fix eql?(). [ditto] + Wed Sep 4 15:23:23 2002 Yukihiro Matsumoto <[email protected]> * class.c (rb_make_metaclass): obj.meta.super.meta should be equal |