From 2bbeb4c0ad49847b1f73ba6281827bf513d05884 Mon Sep 17 00:00:00 2001 From: akr Date: Tue, 6 Apr 2010 13:03:43 +0000 Subject: * configure.in: test localtime(3) overflow. [ruby-dev:40910] * time.c (rb_gmtime_r): renamed from rb_gmtime. (rb_localtime_r): renamed from rb_localtime. (rb_localtime_r2): call rb_localtime_r and validate the result if there is overflow problem. (rb_gmtime_r2): call rb_gmtime_r and validate the result if there is overflow problem. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b63951bcd0..a8a24d6216 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Apr 6 21:55:25 2010 Tanaka Akira + + * configure.in: test localtime(3) overflow. [ruby-dev:40910] + + * time.c (rb_gmtime_r): renamed from rb_gmtime. + (rb_localtime_r): renamed from rb_localtime. + (rb_localtime_r2): call rb_localtime_r and validate the result if + there is overflow problem. + (rb_gmtime_r2): call rb_gmtime_r and validate the result if there + is overflow problem. + Tue Apr 6 14:53:17 2010 NAKAMURA Usaku * include/ruby/win32.h: check definition existance before defining -- cgit v1.2.3