From f21673285f377a42ebf6b94be18ef0c689f09af4 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 22 Apr 2009 02:13:44 +0000 Subject: * time.c (GMTIME, LOCALTIME): should set result if not have *_r(). * time.c (localtime_with_gmtoff): now always needed tmbuf. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@23256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7370fcc80..659399fd7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Apr 22 11:12:15 2009 NAKAMURA Usaku + + * time.c (GMTIME, LOCALTIME): should set result if not have *_r(). + + * time.c (localtime_with_gmtoff): now always needed tmbuf. + Wed Apr 22 10:38:47 2009 NAKAMURA Usaku * dir.c (glob_helper): C99(gcc)-ism. -- cgit