diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 05:29:45 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-07-09 05:29:45 +0000 |
| commit | d1e2862df8afd6a2538848bdd18bfcc3e1a06f09 (patch) | |
| tree | f0607681ccf6f150c9dca8b6d7c65826dd0e534c /ChangeLog | |
| parent | 9d14a213f46d5aa51f50b2490d5e20892307c2a7 (diff) | |
| download | ruby-d1e2862df8afd6a2538848bdd18bfcc3e1a06f09.tar.gz ruby-d1e2862df8afd6a2538848bdd18bfcc3e1a06f09.tar.xz ruby-d1e2862df8afd6a2538848bdd18bfcc3e1a06f09.zip | |
* eval.c (rb_thread_raise): accept third argument as well as
Kernel#raise, and evaluate the arguments to create an exception in
the caller's context. [ruby-talk:105507]
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@6605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -1,11 +1,17 @@ +Fri Jul 9 14:28:54 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * eval.c (rb_thread_raise): accept third argument as well as + Kernel#raise, and evaluate the arguments to create an exception in + the caller's context. [ruby-talk:105507] + Fri Jul 9 01:47:08 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> * ext/tk/lib : bug fix * ext/tk/lib/tkextlib/itcl : add [incr Tcl] support * ext/tk/lib/tkextlib/itk : add [incr Tk] support * ext/tk/lib/tkextlib/iwidgets : midway point of [incr Widgets] support - * ext/tk/sample/tkextlib/iwidgets : very simple examples of - [incr Widgets] + * ext/tk/sample/tkextlib/iwidgets : very simple examples of + [incr Widgets] Thu Jul 8 19:27:16 2004 Nobuyoshi Nakada <nobu@ruby-lang.org> |
