diff options
| author | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-14 07:15:55 +0000 |
|---|---|---|
| committer | yugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-09-14 07:15:55 +0000 |
| commit | a4213047d7b5d1e5a9fc42e0066fa567f229b357 (patch) | |
| tree | bf9489caeecbfa8d0f92f19f7e7c8b7161290374 /ChangeLog | |
| parent | af627848c9dc5866906dbc8fcaddfb55b331647f (diff) | |
| download | ruby-a4213047d7b5d1e5a9fc42e0066fa567f229b357.tar.gz ruby-a4213047d7b5d1e5a9fc42e0066fa567f229b357.tar.xz ruby-a4213047d7b5d1e5a9fc42e0066fa567f229b357.zip | |
* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".
(Vector#eqn?): removed. Defined by mistake.
Fixes [ruby-dev:36294]. Reported by weda <weda AT
issp.u-tokyo.ac.jp> and an anonymous user.
* test/matrix/test_matrix.rb: added.
* test/matrix/test_vector.rb: added.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sun Sep 14 16:15:22 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp> + + * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?". + (Vector#eqn?): removed. Defined by mistake. + Fixes [ruby-dev:36294]. Reported by weda <weda AT + issp.u-tokyo.ac.jp> and an anonymous user. + + * test/matrix/test_matrix.rb: added. + + * test/matrix/test_vector.rb: added. + Sun Sep 14 16:07:04 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * ruby.c (process_options): associates the locale encoding with $0 as |
