aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-21 00:59:43 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-04-21 00:59:43 +0000
commit7dd42a48e10ce0b5bec57b7f0833aec0f7c0693a (patch)
treedb90c318e1e8c52ace50ea85982f2d41ac380a25 /ChangeLog
parentfd8734a64d3de5a6d94061633ed719f068c1e723 (diff)
downloadruby-7dd42a48e10ce0b5bec57b7f0833aec0f7c0693a.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@16113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96fde4af8d..e19a543bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 21 09:58:04 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * 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 <usa@ruby-lang.org>
* gc.c (ruby_xmalloc): use size_t for malloc argument instead of long.