summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 17:06:20 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-08-28 17:06:20 +0000
commit642ea67a0162c002a1dc7ab6b10b944e61f0b3d3 (patch)
treeb1691c2811825b84b9da5fd326abcc0d2034dd54 /ChangeLog
parent45011ce00bc0f9b0ac6523b314eb7772c2422eb6 (diff)
downloadruby-642ea67a0162c002a1dc7ab6b10b944e61f0b3d3.tar.gz
ruby-642ea67a0162c002a1dc7ab6b10b944e61f0b3d3.tar.xz
ruby-642ea67a0162c002a1dc7ab6b10b944e61f0b3d3.zip
* strftime.c (rb_strftime): supported %s and %P.
* time.c (time_strftime): ditto. * test/ruby/test_time.rb (test_strftime): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18909 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b71e91100..acb563623 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Fri Aug 29 02:03:56 2008 Shugo Maeda <shugo@ruby-lang.org>
+
+ * 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 <akr@fsij.org>
* transcode.c (sym_invalid_byte_sequence): new variable.