diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-15 12:02:39 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-15 12:02:39 +0000 |
| commit | c55fde66f972a5e62ec44b3ddfd09421e6ba5b60 (patch) | |
| tree | 7d2f435ceddf7d99b6688e3dace91a2184c5aa9b /ChangeLog | |
| parent | fce619f8c13b5cc762a75d5a373f3cf294f991f9 (diff) | |
* lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].
Reported by an anonymous user.
* lib/matrix.rb (Vector#eql?): ditto.
* (Matrix#compare_by_row_vectors): takes comparison
strategy as an optional parameter.
* (Vector#compare_by): ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19360 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Mon Sep 15 20:57:00 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298]. + Reported by an anonymous user. + + * lib/matrix.rb (Vector#eql?): ditto. + + * (Matrix#compare_by_row_vectors): takes comparison + strategy as an optional parameter. + + * (Vector#compare_by): ditto. + Mon Sep 15 14:34:32 2008 NARUSE, Yui <naruse@ruby-lang.org> * encoding.c (RUBY_MAX_CHAR_LEN): defined. |
