From 5adf8691cbe704198b7d123a42b89b7f72e38822 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 18 Aug 2007 07:44:51 +0000 Subject: * eval_error.ci (ruby_error_print): call error_print. * eval_jump.ci, process.c (rb_exit, rb_f_exit, rb_f_abort): moved. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 729ef4974..faa184285 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 18 16:44:49 2007 Nobuyoshi Nakada + + * eval_error.ci (ruby_error_print): call error_print. + + * eval_jump.ci, process.c (rb_exit, rb_f_exit, rb_f_abort): moved. + Sat Aug 18 15:59:52 2007 Nobuyoshi Nakada * process.c (detach_process_watcher): should not pass the pointer -- cgit