From de0f08b7e127a2c40224be04590c238f58762e29 Mon Sep 17 00:00:00 2001 From: takano32 Date: Sun, 28 Dec 2008 08:11:01 +0000 Subject: * commit ChangeLog git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') 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) + + * 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) * ext/dl/test/test_base.rb: use libc.dylib when the platform is darwin. -- cgit