From 8fd52acd7d22841cda421692f722c1e9bc789979 Mon Sep 17 00:00:00 2001 From: shyouhei Date: Mon, 12 Nov 2007 18:41:31 +0000 Subject: * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba94ec147..1d88e1713 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 13 02:57:04 2007 URABE Shyouhei + + * numeric.c (flo_divmod): round to the nearest integer. + [ ruby-Bugs-14540 ] + Tue Nov 13 00:36:16 2007 Shugo Maeda * test/ruby/test_settracefunc.rb: fixed tests for set_trace_func. -- cgit