summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-02 04:47:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-02 04:47:39 +0000
commit274fa77e3f3620cbd496952f622e930ea6951f02 (patch)
tree8a8a3afc74cc716a0f638334ffe0cb965948843b /ChangeLog
parentdc697b1905966c164ecf88a737c9c90ca95c87a8 (diff)
* math.c (domain_check): simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24737 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 f7c5334e80..4eef45eb8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Sep 2 13:47:30 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * math.c (domain_check): simplified.
+
Wed Sep 2 11:32:24 2009 Koichi Sasada <ko1@atdot.net>
* gc.c (obj_free): fix to free method table (fix memory leak).