From 39aac1f5271dde6c8bf70da58f8a5367a824d045 Mon Sep 17 00:00:00 2001 From: usa Date: Tue, 8 Mar 2005 01:52:15 +0000 Subject: * eval.c (rb_exec_recursive): declaration should precede statements before C99. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5749b70a3..095330851 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Mar 8 10:48:53 2005 NAKAMURA Usaku + + * eval.c (rb_exec_recursive): declaration should precede statements + before C99. + Tue Mar 8 10:05:40 2005 Yukihiro Matsumoto * error.c (errno_missing): Errno.const_missing to allow references @@ -8,8 +13,8 @@ Tue Mar 8 10:05:40 2005 Yukihiro Matsumoto Sat Mar 8 01:19:00 2005 NARUSE, Yui - * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66 - fixed: [ruby-dev:25828] + * ext/nkf/nkf-utf8/nkf.c: follow nkf 1.66 + fixed: [ruby-dev:25828] Mon Mar 7 21:29:40 2005 GOTOU Yuuzou -- cgit