aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-13 15:38:48 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-07-13 15:38:48 +0000
commit3e6f0e6a20ee36c09e1078ef2e64d22c93a6393c (patch)
tree075f6182dbf730e0c188f22931d2063fe0ab609a /ChangeLog
parent4122a1356058bc4df1073713b8f43a75a8cca51a (diff)
downloadruby-3e6f0e6a20ee36c09e1078ef2e64d22c93a6393c.tar.gz
* numeric.c (int_round): should not return false, but self.
[ruby-dev:31212] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12772 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 3d51d3cb28..688562acbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Jul 14 00:34:01 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (int_round): should not return false, but self.
+ [ruby-dev:31212]
+
Fri Jul 13 18:31:27 2007 Koichi Sasada <ko1@atdot.net>
* include/ruby/intern.h: remove unused function declarations.