diff options
| author | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-14 10:53:53 +0000 |
|---|---|---|
| committer | ko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-08-14 10:53:53 +0000 |
| commit | ad9473d604eef2d342a5a12ebe7fdafe3260217c (patch) | |
| tree | 6f2a895bac75e382b9d4e71e1bb09f92cdafbc4b /ChangeLog | |
| parent | 4082c92ecd1f975cce3031ed602010999ca50566 (diff) | |
| download | ruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.tar.gz ruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.tar.xz ruby-ad9473d604eef2d342a5a12ebe7fdafe3260217c.zip | |
* proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move
init place of exception_error.
* inits.c: ditto.
* eval.c (Init_eval): set exception_error#throwed_state as TAG_FATAL.
[ruby-dev:31407]
* bootstraptest/test_exception.rb: add a test for above.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Tue Aug 14 19:53:15 2007 Koichi Sasada <ko1@atdot.net> + + * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move + init place of exception_error. + + * inits.c: ditto. + + * eval.c (Init_eval): set exception_error#throwed_state as TAG_FATAL. + [ruby-dev:31407] + + * bootstraptest/test_exception.rb: add a test for above. + Tue Aug 14 19:51:20 2007 Koichi Sasada <ko1@atdot.net> * common.mk: change test order (test -> btest). |
