From 1c08a457a28bba0b1b94c6e200e77a65720b4f72 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sun, 24 Jun 2007 20:33:04 +0000 Subject: * eval.c: remove ruby_current_node and change eval() prototype. fix to use rb_sourcefile/line() instead of ruby_sourcefile/line. * error.c, eval_error.ci, eval_load.c, eval_safe.ci, gc.c, include/ruby/intern.h, parse.y, process.c, ruby.c: ditto. * vm.c: fix spaces. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e37a92822..f2f7247e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Mon Jun 25 05:27:54 2007 Koichi Sasada + + * eval.c: remove ruby_current_node and change eval() prototype. + fix to use rb_sourcefile/line() instead of ruby_sourcefile/line. + + * error.c, eval_error.ci, eval_load.c, eval_safe.ci, gc.c, + include/ruby/intern.h, parse.y, process.c, ruby.c: ditto. + + * vm.c: fix spaces. + Mon Jun 25 04:20:14 2007 Koichi Sasada * eval_*.h: rename to eval_*.ci. -- cgit