From 295120678ce501cdc76e29bcd2c2f68f6fd4c658 Mon Sep 17 00:00:00 2001 From: knu Date: Sat, 7 Sep 2002 10:32:23 +0000 Subject: * lib/set.rb: Fix a bug in flatten()'s recursive set detection. [Submitted by: "Christoph" ] 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 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 51d2c511b..e41de262d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Sat Sep 7 19:23:56 2002 Akinori MUSHA + + * lib/set.rb: Fix a bug in flatten()'s recursive set detection. + [Submitted by: "Christoph" ] 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 * 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 * mkmf.rb ($CPP): remove '-E' option. add CPPFLAGS. +Wed Sep 4 16:15:17 2002 Akinori MUSHA + + * lib/set.rb: ==(o) should be aware of all the Set variant + instances, not just those of its subclasses. [Submitted by: + "Christoph" ] + + * lib/set.rb: - Fix eql?(). [ditto] + Wed Sep 4 15:23:23 2002 Yukihiro Matsumoto * class.c (rb_make_metaclass): obj.meta.super.meta should be equal -- cgit