From 63846d48a9b2044ad2fb3062ca8551de078d3508 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 28 Aug 2008 17:06:20 +0000 Subject: * strftime.c (rb_strftime): supported %s and %P. * time.c (time_strftime): ditto. * test/ruby/test_time.rb (test_strftime): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b71e911005..acb563623b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Aug 29 02:03:56 2008 Shugo Maeda + + * strftime.c (rb_strftime): supported %s and %P. + + * time.c (time_strftime): ditto. + + * test/ruby/test_time.rb (test_strftime): ditto. + Fri Aug 29 01:57:58 2008 Tanaka Akira * transcode.c (sym_invalid_byte_sequence): new variable. -- cgit v1.2.3