From 80700fd86601eeef3b11987c08e6f18da6507801 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 28 Aug 2008 15:01:07 +0000 Subject: * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should return "0", not "". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4841d08e4..abd6d3569 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Aug 28 23:55:50 2008 Shugo Maeda + + * strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should + return "0", not "". + + * test/ruby/test_time.rb: ditto. + Thu Aug 28 23:55:22 2008 Yusuke Endoh * test/ruby/test_time.rb: suppress warning during test. -- cgit