summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-30 14:50:40 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-06-30 14:50:40 +0000
commitbf2a2ccc81e691748459ba7ded039cfc424b9294 (patch)
tree67897af3c4c42eef4f68e8e86745be8efa91a7e3 /ChangeLog
parentedd727a2b18c045035b1deedf3fa2c7a15c93382 (diff)
* configure.in: should test isinf for Solaris with GCC compiler.
[ruby-core:08100] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@10436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d6b9ebd86d..6ccea179e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 30 23:46:23 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * configure.in: should test isinf for Solaris with GCC compiler.
+ [ruby-core:08100]
+
Thu Jun 29 18:58:51 2006 Yukihiro Matsumoto <matz@ruby-lang.org>
* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch