diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 13:10:46 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-27 13:10:46 +0000 |
| commit | 9b7d83c3e3501052f2562b1f328a1852e90c5944 (patch) | |
| tree | cbce7189579d51eec45af528b36632cb365155b9 /ChangeLog | |
| parent | cba74f6629bb825421c2d06cc3e8974cbde11a97 (diff) | |
* eval_error.c (error_handle): SystemExit and SignalException throws
TAG_RAISE but not TAG_FATAL.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,7 @@ -Tue May 27 21:53:49 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> +Tue May 27 22:10:44 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval_error.c (error_handle): SystemExit and SignalException throws + TAG_RAISE but not TAG_FATAL. * thread.c (rb_thread_execute_interrupts): delay interrupts during raising exceptions. [ruby-dev:34855] |
