From 29683492f665a89ec40249facabb64b3546f618c Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 26 Nov 2008 14:30:25 +0000 Subject: * strftime.c (STRFTIME): use rb_strftime() recursively, instead of platform's strftime(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20367 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ccb9f074c..754c5c6b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Wed Nov 26 23:15:47 2008 Yukihiro Matsumoto + + * strftime.c (STRFTIME): use rb_strftime() recursively, instead of + platform's strftime(). + Wed Nov 26 22:46:23 2008 Yukihiro Matsumoto * ext/bigdecimal/bigdecimal.c (VpException): bigdecimal zero -- cgit