From bb9a05528d8de071a1221386c32e108a6be401fc Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 6 Mar 2011 23:39:04 +0000 Subject: * ext/date/date_core.c (DateTimeData): should not use bare 'long long' and 'long double', which are not defined by C89. * ext/date/date_core.c (dt_lite_plus): get rid of overflow at casting down double to integer. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9620802f44..214666c792 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Mar 7 08:38:14 2011 Nobuyoshi Nakada + + * ext/date/date_core.c (DateTimeData): should not use bare 'long long' + and 'long double', which are not defined by C89. + + * ext/date/date_core.c (dt_lite_plus): get rid of overflow at casting + down double to integer. + Mon Mar 7 00:21:11 2011 KOSAKI Motohiro * process.c (proc_getgroups): get rid of maxgroups dependency. -- cgit v1.2.3