summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 05:31:05 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-06-05 05:31:05 +0000
commit3adb98316b0a8c75ee3ed93149854101fa8952f5 (patch)
treeb7dbb7ebb5d4ef1201e8d3ef97a52891e6bab3e1 /ChangeLog
parent03fca9e7b76ec9b368a3cfc6c2526decb307d0b6 (diff)
downloadruby-3adb98316b0a8c75ee3ed93149854101fa8952f5.tar.gz
ruby-3adb98316b0a8c75ee3ed93149854101fa8952f5.tar.xz
ruby-3adb98316b0a8c75ee3ed93149854101fa8952f5.zip
* numeric.c (int_round): should not just truncate.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12437 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aa9714ba0..9b47ac414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,7 +18,7 @@ Tue Jun 5 13:17:11 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
pack.c, re.c, thread.c, thread_win32.ci, vm.c, vm_dump.c: fixed
indentation.
-Mon Jun 04 21:15:45 2007 NARUSE, Yui <naruse@ruby-lang.org>
+Mon Jun 4 21:15:45 2007 NARUSE, Yui <naruse@ruby-lang.org>
* lib/json.rb, lib/json, ext/json, test/json:
import JSON library.
@@ -26,6 +26,10 @@ Mon Jun 04 21:15:45 2007 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf: import nkf.c rev:1.124
Support CP10001.
+Mon Jun 4 20:52:58 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (int_round): should not just truncate.
+
Sat Jun 2 16:48:55 2007 Koichi Sasada <ko1@atdot.net>
* cont.c (Fiber#pass): rename to Fiber#yield. Block parameter