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 | 62acd062a06ddf9debf053dccd0c9eb075ff8871 (patch) | |
| tree | 75efca4756b6416c70f99c4908e8a974f20ca27f /ChangeLog | |
| parent | 8201cddf186a16486dc3be6d98b50b6fe1202099 (diff) | |
| download | ruby-62acd062a06ddf9debf053dccd0c9eb075ff8871.tar.gz ruby-62acd062a06ddf9debf053dccd0c9eb075ff8871.tar.xz ruby-62acd062a06ddf9debf053dccd0c9eb075ff8871.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/branches/ruby_1_8@6605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 9 insertions, 3 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 22:52:19 2004 Kouhei Sutou <kou@cozmixng.org> @@ -38,7 +44,7 @@ Wed Jul 7 00:48:34 2004 WATANABE Hirofumi <eban@ruby-lang.org> Tue Jul 6 18:38:45 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - * ext/tk/lib : improve framework of developping Tcl/Tk extension + * ext/tk/lib : improve framework of developping Tcl/Tk extension wrappers Mon Jul 5 23:56:42 2004 Kouhei Sutou <kou@cozmixng.org> |
