From 3adb98316b0a8c75ee3ed93149854101fa8952f5 Mon Sep 17 00:00:00 2001 From: matz Date: Tue, 5 Jun 2007 05:31:05 +0000 Subject: * 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 --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ChangeLog') 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 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 +Mon Jun 4 21:15:45 2007 NARUSE, Yui * 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 * ext/nkf: import nkf.c rev:1.124 Support CP10001. +Mon Jun 4 20:52:58 2007 Yukihiro Matsumoto + + * numeric.c (int_round): should not just truncate. + Sat Jun 2 16:48:55 2007 Koichi Sasada * cont.c (Fiber#pass): rename to Fiber#yield. Block parameter -- cgit