From 799fafc03b2a654de82d4bd0375dce5537edb88c Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 3 Jun 2011 11:58:11 +0000 Subject: * include/ruby/missing.h, numeric.c (round): moved prototype of round() from numeric.c to missing.h. (note: round() is C99 feature, so ruby provides it if not exists in C runtime.) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31911 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c166c1106..22b4a3177e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Jun 3 20:56:40 2011 NAKAMURA Usaku + + * include/ruby/missing.h, numeric.c (round): moved prototype of round() + from numeric.c to missing.h. (note: round() is C99 feature, so ruby + provides it if not exists in C runtime.) + Fri Jun 3 19:58:14 2011 NAKAMURA Usaku * io.c (io_fflush): windows -- call fsync() only when the FD is tied to -- cgit v1.2.3