From fbce50fa8028b5f2180dd74a3be4683ddc4d2c65 Mon Sep 17 00:00:00 2001 From: shugo Date: Mon, 24 Nov 2008 14:01:47 +0000 Subject: * strftime.c (rb_strftime): A width specifier for %t and %n should work. [ruby-dev:37160] * test/ruby/test_time.rb (test_strftime): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 16e05cf90..f4360da05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 24 22:57:25 2008 Shugo Maeda + + * strftime.c (rb_strftime): A width specifier for %t and %n should + work. [ruby-dev:37160] + + * test/ruby/test_time.rb (test_strftime): ditto. + Mon Nov 24 22:07:07 2008 Shugo Maeda * strftime.c (rb_strftime): The precision of %0N should be 9. -- cgit