From d04f2fc7a28c67d3016ba49c18437f6744b8998c Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 30 Dec 2008 10:32:42 +0000 Subject: merges r21177 and r21182 from trunk into ruby_1_9_1. * ext/dl/test/test_base.rb: add x86_64-linux's case again. #932 -- * ext/dl/test/test_base.rb: add libc search logic. this patch is written by Takehiro Kubo. [ruby-core:20963] [Bug #932] * ext/dl/dl.h: Add ",..." as the last argument. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289] * ext/dl/lib/dl/stack.rb: add add_padding() to calculate alignment. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289] * ext/dl/test/test_func.rb: atof()'s return value is double. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289] * ext/dl/test/test_import.rb: - atof()'s return value is double. - The types of qsort's second and third argument are size_t. - fprintf()'s return value is int. this patch is written by Takehiro Kubo. Bug #633 [ruby-core:19289] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e44f230e9..4c4724d44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Mon Dec 29 23:41:42 2008 Koichi Sasada + + * ext/dl/test/test_base.rb: add libc search logic. + this patch is written by Takehiro Kubo. + [ruby-core:20963] [Bug #932] + + * ext/dl/dl.h: Add ",..." as the last argument. + this patch is written by Takehiro Kubo. + Bug #633 [ruby-core:19289] + + * ext/dl/lib/dl/stack.rb: add add_padding() to calculate + alignment. this patch is written by Takehiro Kubo. + Bug #633 [ruby-core:19289] + + * ext/dl/test/test_func.rb: atof()'s return value is double. + this patch is written by Takehiro Kubo. + Bug #633 [ruby-core:19289] + + * ext/dl/test/test_import.rb: + - atof()'s return value is double. + - The types of qsort's second and third argument are size_t. + - fprintf()'s return value is int. + this patch is written by Takehiro Kubo. + Bug #633 [ruby-core:19289] + Mon Dec 29 20:57:14 2008 Yuki Sonoda (Yugui) * man/ri.1: new manpage. -- cgit