From 3336f7cb3f231630eee7a298b558c93afe7f3ab7 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 27 Nov 2003 15:34:53 +0000 Subject: * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as success, false as failure. [ruby-dev:22067] * eval.c (rb_f_abort, rb_thread_switch), process.c (rb_f_system): use ANSI macro instead of hard coded value. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0d95f0a0b..555aab01e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Nov 28 00:34:44 2003 Nobuyoshi Nakada + + * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as + success, false as failure. [ruby-dev:22067] + + * eval.c (rb_f_abort, rb_thread_switch), process.c (rb_f_system): use + ANSI macro instead of hard coded value. + Thu Nov 27 22:05:48 2003 Akinori MUSHA * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a @@ -8,8 +16,8 @@ Thu Nov 27 22:05:48 2003 Akinori MUSHA Thu Nov 27 17:36:42 2003 Hidetoshi NAGAI * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode). - TkTimer#wait recieves the exception of the callback. - The exception is kept on @return_value. + TkTimer#wait recieves the exception of the callback. + The exception is kept on @return_value. Thu Nov 27 16:58:48 2003 WATANABE Hirofumi @@ -77,7 +85,7 @@ Tue Nov 25 16:41:33 2003 NAKAMURA, Hiroshi Tue Nov 25 16:24:42 2003 NAKAMURA, Hiroshi * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; - GPL2 -> Ruby's. + GPL2 -> Ruby's. * lib/soap/rpc/driver.rb, lib/soap/wsdlDriver.rb, lib/soap/streamHandler.rb: add interface to streamhandler. -- cgit