From 9efe7fd58372e419d45965ffccdc4647ab75f755 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 15 Sep 2008 01:33:43 +0000 Subject: * test/matrix/test_matrix.rb (setup): typo. (test_equality): misdefinition of the expected working. Reported by an anonymous user. (test_hash): added. * test/matrix/test_vector.rb: ditto. Mon Sep 15 03:33:10 2008 Tanaka Akira git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a9242c58..b52baea77 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Sep 15 10:28:10 2008 Yuki Sonoda (Yugui) + + * test/matrix/test_matrix.rb (setup): typo. + (test_equality): misdefinition of the expected working. + Reported by an anonymous user. + (test_hash): added. + + * test/matrix/test_vector.rb: ditto. + Mon Sep 15 03:33:10 2008 Tanaka Akira * transcode_data.h: return output functions ssize_t. -- cgit