From 9e0cd0c4525231d48afe8e0b3bea698921efe7b8 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/trunk@10865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0eb5317d7..cfec8eca5 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:49:41 2006 Nobuyoshi Nakada * file.c (path_check_0): check if sticky bit is set on parent -- cgit