aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-09 14:22:54 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-02-09 14:22:54 +0000
commit4d5f46dc088f30df7fc552878da88be552f81bcf (patch)
tree62b0e2005e33eaa36abb385c179b74ba6c9112f4 /ChangeLog
parent7ced5439b4fea1ca080473c82320dc81d20d5cce (diff)
downloadruby-4d5f46dc088f30df7fc552878da88be552f81bcf.tar.gz
* ext/bigdecimal/extconf.rb: simplified the condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c50473b2ed..079640fff9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Feb 9 23:22:52 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/bigdecimal/extconf.rb: simplified the condition.
+
Sat Feb 9 21:20:28 2008 Yusuke Endoh <mame@tsg.ne.jp>
* test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and