From 0559e89c292013f81817742966fa55b6f96443da Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 21 Apr 2008 00:59:43 +0000 Subject: * time.c (rb_strftime): check errno to detect strftime(3)'s error. this is workaround for recent version of MSVCRT. [ruby-dev:34456] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 96fde4af8..e19a543bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 21 09:58:04 2008 NAKAMURA Usaku + + * time.c (rb_strftime): check errno to detect strftime(3)'s error. + this is workaround for recent version of MSVCRT. + [ruby-dev:34456] + Mon Apr 21 08:54:30 2008 NAKAMURA Usaku * gc.c (ruby_xmalloc): use size_t for malloc argument instead of long. -- cgit