From 602b3db197827cd275b9c6271611b554064ec7b5 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 29 Aug 2003 08:34:14 +0000 Subject: * doc/ChangeLog-1.8.0: add changes of Ruby/Tk * ext/tcltklib/tcltklib.c : some methods have no effect if on slave-IP * ext/tcltklib/tcltklib.c : can create a interpreter without Tk * ext/tcltklib/tcltklib.c : bug fix on handling exceptions * ext/tcltklib/MANUAL.euc : modify * ext/tk/lib/tk.rb : freeze some core modules * ext/tk/lib/multi-tk.rb : more secure * 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/tktext.rb : fix bug of font handling * ext/tk/lib/tkfont.rb TkFont.new() accepts compound fonts * process.c: bug fix * process.c: add rb_secure(2) to methods of Process::{UID,GID,Sys} * process.c: deny handling IDs during evaluating the block given to the Process::{UID,GID}.switch method git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c95e6987b..bd24db370 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +Fri Aug 29 17:30:15 2003 Hidetoshi NAGAI + + * process.c: bug fix + + * process.c: add rb_secure(2) to methods of Process::{UID,GID,Sys} + + * 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 + + * ext/tcltklib/tcltklib.c : can create a interpreter without Tk + + * ext/tcltklib/tcltklib.c : bug fix on handling exceptions + + * ext/tcltklib/MANUAL.euc : modify + + * ext/tk/lib/tk.rb : freeze some core modules + + * ext/tk/lib/multi-tk.rb : more secure + + * 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/tktext.rb : fix bug of font handling + + * ext/tk/lib/tkfont.rb TkFont.new() accepts compound fonts + Thu Aug 28 17:30:24 2003 Yukihiro Matsumoto * variable.c (rb_const_get_0): should check constants defined in -- cgit