From 7aab062ef3772c7e8e50fc872a1647918c76dbba Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 7 Jan 2016 02:34:33 +0000 Subject: version.c: no exit in ruby_show_copyright * include/ruby/backward.h (ruby_show_copyright_to_die): for source code backward compatibility. * ruby.c (process_options): return Qtrue to exit the process successfully. * version.c (ruby_show_copyright): no longer exit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 7384eb7931..d84c275087 100644 --- a/NEWS +++ b/NEWS @@ -30,6 +30,10 @@ with all sufficient information, see the ChangeLog file or Redmine === C API updates +* ruby_show_version() will no longer exits the process, if + RUBY_SHOW_COPYRIGHT_TO_DIE is set to 0. This will be the default in + the future. + === Supported platform changes === Implementation improvements -- cgit v1.2.3