From cf83cd0a5911736492441365216a4aa9e72727f4 Mon Sep 17 00:00:00 2001 From: shugo Date: Wed, 20 Aug 2008 17:08:36 +0000 Subject: * configure.in: always check timezone(). * strftime.c (rb_strftime): prefer timezone/altzone rather than gettimeofday(). The second argument to gettimeofday() is ignored on Solaris. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c49412560..c85a37699 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 21 01:58:59 2008 Shugo Maeda + + * configure.in: always check timezone(). + + * strftime.c (rb_strftime): prefer timezone/altzone rather than + gettimeofday(). The second argument to gettimeofday() is ignored + on Solaris. + Thu Aug 21 02:03:08 2008 Tanaka Akira * io.c (open_key_args): simplified. -- cgit