summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-15 01:33:43 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-15 01:33:43 +0000
commit9efe7fd58372e419d45965ffccdc4647ab75f755 (patch)
tree1203b04be4ecc73e479dc430ce17db0e9d42348b /ChangeLog
parentf4babed5b9fab25a623c2fd833baac24b1d22f22 (diff)
downloadruby-9efe7fd58372e419d45965ffccdc4647ab75f755.tar.gz
ruby-9efe7fd58372e419d45965ffccdc4647ab75f755.tar.xz
ruby-9efe7fd58372e419d45965ffccdc4647ab75f755.zip
* 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 <akr@fsij.org> git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
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) <yugui@yugui.jp>
+
+ * 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 <akr@fsij.org>
* transcode_data.h: return output functions ssize_t.