summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 08:11:01 +0000
committertakano32 <takano32@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-28 08:11:01 +0000
commitde0f08b7e127a2c40224be04590c238f58762e29 (patch)
tree78e38741c572885a643cbde5e3ae3e762584492f
parent43a87cf94bdbf6c09638dc3a587a614999512f22 (diff)
downloadruby-de0f08b7e127a2c40224be04590c238f58762e29.tar.gz
ruby-de0f08b7e127a2c40224be04590c238f58762e29.tar.xz
ruby-de0f08b7e127a2c40224be04590c238f58762e29.zip
* commit ChangeLog
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f175214c..bdd07c8d7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
+
+ * ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types.
+ Bug #633 [ruby-core:19289]
+ * ext/dl/test/test_base.rb: /lib/libc.so is x86_64 binary in x86_64 architecture.
+
Sun Dec 28 12:53:10 2008 TAKANO Mitsuhiro (takano32) <tak@no32.tk>
* ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin.