From f0e4de8deb7d7655f8a4f559431bb605d8a6f9cc Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 30 Nov 2008 09:21:48 +0000 Subject: merges r20339 from trunk into ruby_1_9_1. * strftime.c (rb_strftime): The precision of %0N should be 9. [ruby-dev:37156] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 565848f41..84f115e70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Nov 24 22:07:07 2008 Shugo Maeda + + * strftime.c (rb_strftime): The precision of %0N should be 9. + [ruby-dev:37156] + + * test/ruby/test_time.rb (test_strftime): ditto. + Mon Nov 24 21:38:23 2008 Shugo Maeda * strftime.c (rb_strftime): The default precision should be 1, not -- cgit