From a4213047d7b5d1e5a9fc42e0066fa567f229b357 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 14 Sep 2008 07:15:55 +0000 Subject: * 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 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 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28bed0071..7b8ec9e5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Sep 14 16:15:22 2008 Yuki Sonoda (Yugui) + + * 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 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 * ruby.c (process_options): associates the locale encoding with $0 as -- cgit