summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 15:01:07 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 15:01:07 +0000
commit6a7481c38db51f1cd0818412375c76202ad04168 (patch)
tree3345eb2f9ffb0a84f78448829e85bc32baef8342 /ChangeLog
parent5ef4c56784db4b4ac6eefc865774015a75796acf (diff)
* strftime.c (rb_strftime): Time.mktime(2000).strftime("%-S") should
return "0", not "". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4841d08e4f..abd6d35693 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Aug 28 23:55:50 2008 Shugo Maeda <shugo@ruby-lang.org>
+
+ * 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 <mame@tsg.ne.jp>
* test/ruby/test_time.rb: suppress warning during test.