diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 01:52:32 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-01 01:52:32 +0000 |
| commit | f11b94030fa76d8503d8e8307bcbdfaf70537c95 (patch) | |
| tree | 7426057d206790c6d49bbd4b579589e22a3f852b /ChangeLog | |
| parent | 49cff92a9d9a13bb0f5a45f43b70d4989ce3a65e (diff) | |
| download | ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.tar.gz ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.tar.xz ruby-f11b94030fa76d8503d8e8307bcbdfaf70537c95.zip | |
* eval.c (ruby_options), ruby.c (proc_options, process_options): not
call exit(2) directly. [ruby-dev:31912]
* eval.c (ruby_run_node): deal with direct exit code.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Oct 1 10:52:30 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (ruby_options), ruby.c (proc_options, process_options): not + call exit(2) directly. [ruby-dev:31912] + + * eval.c (ruby_run_node): deal with direct exit code. + Sun Sep 30 17:12:53 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * string.c (rb_str_append): always set encoding, and coderange |
