From b2d8a7c8fce07109d46b998122aba2b04a843cc6 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 4 Sep 2006 21:48:47 +0000 Subject: * time.c (time_to_s): variable declaration after an execution statement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc2897a56..c15461f4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Sep 5 06:47:22 2006 Nobuyoshi Nakada + + * time.c (time_to_s): variable declaration after an execution + statement. + Tue Sep 5 05:56:51 2006 Nobuyoshi Nakada * numeric.c (flo_hash): improve collision. fixed: [ruby-dev:29352] -- cgit