-
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.
* array.c (get_inspect_tbl): check whether inspect_tbl value is a
valid array. (ruby-bugs-ja PR#65) * array.c (inspect_ensure,rb_protect_inspect,rb_inspecting_p): use get_inspect_tbl(). * eval.c (rb_f_abort): call exit(1) if exception is raised. This patch was made by Nobuyoshi Nakada <[email protected]> on 2002-05-30. (ruby-bugs-ja PR#236) * signal.c: disable Ruby's interrupt handler at the beginning. (ruby-bugs-ja PR#236) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
matz
committed
May 19, 2003
1 parent
f509843
commit f4ff7cc
Showing
4 changed files
with
49 additions
and
10 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 |
---|---|---|
|
@@ -11,6 +11,23 @@ Mon May 19 08:08:51 2003 Tadayoshi Funaba <[email protected]> | |
|
||
* sample/cal.rb: ditto. | ||
|
||
Sat May 17 12:02:25 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* array.c (get_inspect_tbl): check whether inspect_tbl value is a | ||
valid array. (ruby-bugs-ja PR#65) | ||
|
||
* array.c (inspect_ensure,rb_protect_inspect,rb_inspecting_p): | ||
use get_inspect_tbl(). | ||
|
||
Sat May 17 11:50:26 2003 Yukihiro Matsumoto <[email protected]> | ||
|
||
* eval.c (rb_f_abort): call exit(1) if exception is raised. This | ||
patch was made by Nobuyoshi Nakada <[email protected]> on | ||
2002-05-30. (ruby-bugs-ja PR#236) | ||
|
||
* signal.c: disable Ruby's interrupt handler at the beginning. | ||
(ruby-bugs-ja PR#236) | ||
|
||
Sat May 17 02:17:42 2003 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/rational.rb (Integer::denominator): fixed typo. | ||
|
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