summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-01 07:59:18 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-01 07:59:18 +0000
commit664ece28c14c0df8308c97b6f5ea6a02b06b6b8b (patch)
tree40e26edf76735bd933d38098b54b0d3950800ead /ChangeLog
parent754ff73c83240fc4ff0d4241c3440f66138b7200 (diff)
downloadruby-664ece28c14c0df8308c97b6f5ea6a02b06b6b8b.tar.gz
ruby-664ece28c14c0df8308c97b6f5ea6a02b06b6b8b.tar.xz
ruby-664ece28c14c0df8308c97b6f5ea6a02b06b6b8b.zip
* eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another
thread termination. * eval.c (rb_thread_start_0): should not error_print() within terminated thread, because $stderr used by it might be overriden now. [ruby-dev:21280] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 13 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 356d2fcad..65d1c6ee3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Mon Sep 1 16:59:10 2003 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another
+ thread termination.
+
+ * eval.c (rb_thread_start_0): should not error_print() within
+ terminated thread, because $stderr used by it might be
+ overriden now. [ruby-dev:21280]
+
Sun Aug 31 22:46:55 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* eval.c (TAG_DST()): take no argument.
@@ -46,7 +55,7 @@ Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* process.c: add rb_secure(2) to methods of Process::{UID,GID,Sys}
- * process.c: deny handling IDs during evaluating the block given to
+ * process.c: deny handling IDs during evaluating the block given to
the Process::{UID,GID}.switch method
* ext/tcltklib/tcltklib.c : some methods have no effect if on slave-IP
@@ -61,16 +70,16 @@ Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tk/lib/multi-tk.rb : more secure
- * ext/tk/lib/tk.rb: TkVariable.new(array) --> treat the array as the
+ * ext/tk/lib/tk.rb: TkVariable.new(array) --> treat the array as the
Tk's list
* ext/tk/lib/tk.rb: improve accessibility of TkVariable object
- * ext/tk/lib/tk.rb, ext/tk/lib/tkfont.rb, ext/tk/lib/tkcanvas.rb,
+ * ext/tk/lib/tk.rb, ext/tk/lib/tkfont.rb, ext/tk/lib/tkcanvas.rb,
ext/tk/lib/tktext.rb : fix bug of font handling
* ext/tk/lib/tkfont.rb TkFont.new() accepts compound fonts
-
+
Thu Aug 28 22:07:12 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* variable.c (rb_autoload_load): call const_missing if autoloading