Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * array.c (rb_ary_equal): a == b is true when b is non T_ARRAY | matz | 2003-02-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | object, if b has "to_ary" and b == a. * hash.c (rb_hash_equal): a == b is true when b is non T_HASH object, if b has "to_hash" and b == a. * string.c (rb_str_equal): a == b is true when b is non T_STRING object, if b has "to_str" and b == a. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3442 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | 1.4.1 | matz | 1999-09-16 | 1 | -5/+1 |
| | | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | ||||
* | 1.4.0 | matz | 1999-08-13 | 1 | -0/+56 |
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |