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 | 295120678ce501cdc76e29bcd2c2f68f6fd4c658 (patch) | |
| tree | b79e1b8a0dbd854a36a144a7cb3358682419c85b /ChangeLog | |
| parent | df19b4cc03ef8f45dcaf690027bcbda99152f5c9 (diff) | |
| download | ruby-295120678ce501cdc76e29bcd2c2f68f6fd4c658.tar.gz ruby-295120678ce501cdc76e29bcd2c2f68f6fd4c658.tar.xz ruby-295120678ce501cdc76e29bcd2c2f68f6fd4c658.zip | |
* lib/set.rb: Fix a bug in flatten()'s recursive set detection.
[Submitted by: "Christoph" <chr_news@gmx.net>] 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: http://svn.ruby-lang.org/repos/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 <knu@iDaemons.org> + + * lib/set.rb: Fix a bug in flatten()'s recursive set detection. + [Submitted by: "Christoph" <chr_news@gmx.net>] 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 <aamine@loveruby.net> * 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 <eban@ruby-lang.org> * mkmf.rb ($CPP): remove '-E' option. add CPPFLAGS. +Wed Sep 4 16:15:17 2002 Akinori MUSHA <knu@iDaemons.org> + + * lib/set.rb: ==(o) should be aware of all the Set variant + instances, not just those of its subclasses. [Submitted by: + "Christoph" <chr_news@gmx.net>] + + * lib/set.rb: - Fix eql?(). [ditto] + Wed Sep 4 15:23:23 2002 Yukihiro Matsumoto <matz@ruby-lang.org> * class.c (rb_make_metaclass): obj.meta.super.meta should be equal |
