From 6be7e5cbf85f85224cf740abc9456879281c94bf Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 30 Jun 2006 15:14:55 +0000 Subject: * configure.in: should test isinf for Solaris with GCC compiler. a patch from . [ruby-core:07791] * configure.in: -shared patch from Andrew Morrow . [ruby-core:08100] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ccea179e..feeb07eeb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,10 @@ Fri Jun 30 23:46:23 2006 Yukihiro Matsumoto * configure.in: should test isinf for Solaris with GCC compiler. - [ruby-core:08100] + a patch from . [ruby-core:07791] + + * configure.in: -shared patch from Andrew Morrow + . [ruby-core:08100] Thu Jun 29 18:58:51 2006 Yukihiro Matsumoto -- cgit