diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-01 07:54:42 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-05-01 07:54:42 +0000 |
| commit | e872e1dbacf4571b72c25d140a37e683873efa02 (patch) | |
| tree | cda1658dbcee2bda9dc9b072774960864e640459 /ChangeLog | |
| parent | 62ee2b406ab3cc66f3320d44e559aa18d20463a6 (diff) | |
* lib/set.rb (SortedSet#add): Do not let an uncomparable object
in. [Bug #118]
* lib/set.rb (Set#merge): Only directly use the passed objects
@hash instance variable when self and the passed object are
instances of the same class. [Bug #118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Fri May 1 16:52:52 2009 Akinori MUSHA <knu@iDaemons.org> + + * lib/set.rb (SortedSet#add): Do not let an uncomparable object + in. [Bug #118] + + * lib/set.rb (Set#merge): Only directly use the passed objects + @hash instance variable when self and the passed object are + instances of the same class. [Bug #118] + Fri May 1 16:01:31 2009 Nobuyoshi Nakada <nobu@ruby-lang.org> * configure.in: fixed the help strings for the header and library |
