From 941e421dd3a507843c03c2899ab80a8b7e58fee8 Mon Sep 17 00:00:00 2001 From: shugo Date: Thu, 21 Aug 2008 14:57:35 +0000 Subject: * strftime.c (rb_strftime): supported %F and %N. reverted config.h to ruby.h for Windows. * test/ruby/test_time.rb (TestTime::test_strftime): added tests for %F and %N. * time.c: documented %F and %N. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3c82b17ba..37be5cbb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Thu Aug 21 23:51:51 2008 Shugo Maeda + + * strftime.c (rb_strftime): supported %F and %N. + reverted config.h to ruby.h for Windows. + + * test/ruby/test_time.rb (TestTime::test_strftime): added tests + for %F and %N. + + * time.c: documented %F and %N. + Thu Aug 21 20:23:26 2008 Kazuhiro NISHIYAMA * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_crypt): add -- cgit