ruby-changes:18948
From: usa <ko1@a...>
Date: Mon, 28 Feb 2011 12:28:28 +0900 (JST)
Subject: [ruby-changes:18948] Ruby:r30973 (trunk): * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r()
usa 2011-02-28 12:28:24 +0900 (Mon, 28 Feb 2011) New Revision: 30973 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=30973 Log: * ext/date/date_core.c (datetime_s_now): localtime() and localtime_r() required time_t pointer as 1st parameter, and tv_sec member of struct timeval is long. Modified files: trunk/ChangeLog trunk/ext/date/date_core.c -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/