From f2c73b8b8b1971b73e50d72286038e5ad204cd37 Mon Sep 17 00:00:00 2001 From: yugui Date: Mon, 29 Dec 2008 07:18:15 +0000 Subject: merges r21110, r21111 and r21140 from trunk into ruby_1_9_1. * 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 075091d83..876b6a269 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sun Dec 28 17:10:13 2008 TAKANO Mitsuhiro (takano32) + + * ext/dl/test/test_dl2.rb: modify strncpy, strcpy, qsort, types. + Patch by Takehiro Kubo. + 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 18:36:33 2008 Yuki Sonoda (Yugui) * test/rubygems/test_gem_command.rb -- cgit