From c0888f3aa069317a7d1e95a03d56aa72990f2063 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 30 Nov 2008 09:24:34 +0000 Subject: merges r20367 from trunk into ruby_1_9_1. * strftime.c (STRFTIME): use rb_strftime() recursively, instead of platform's strftime(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 150438962..fdb85a4e3 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