-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise):…
… Thread#raise with no argument will now re-raise the current exception if there is one [ruby-core:25367] * eval.c (get_errinfo, rb_rubylevel_thread_errinfo): Getter for current exception for a given thread git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
37 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
Sat Oct 10 14:09:40 2009 Marc-Andre Lafortune <[email protected]> | ||
|
||
* thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): | ||
Thread#raise with no argument will now re-raise the current exception | ||
if there is one [ruby-core:25367] | ||
|
||
* eval.c (get_errinfo, rb_rubylevel_thread_errinfo): Getter for | ||
current exception for a given thread | ||
|
||
Sat Oct 10 12:21:31 2009 Nobuyoshi Nakada <[email protected]> | ||
|
||
* transcode.c (rb_transcoding, str_transcoding_resize): fixed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters