git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
tadf 2011-04-16 13:08:41 +00:00
parent ec01a8813f
commit 4c6580f8f6

View File

@ -610,7 +610,7 @@ Sun Mar 20 21:34:49 2011 Tadayoshi Funaba <tadf@dotrb.org>
strftime. It has some limitations that is same as Time's
one. [experimental]
* ext/date/date_strftime.c: new.
* ext/date/lib/date/format.c: removed ruby version of strftime.
* ext/date/lib/date/format.rb: removed ruby version of strftime.
Sun Mar 20 12:43:12 2011 Tanaka Akira <akr@fsij.org>