mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
* ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
5e4004fa1d
commit
1ee1686497
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Mon Mar 7 00:01:04 2005 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
|
||||||
|
|
||||||
|
* ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4
|
||||||
|
|
||||||
Sun Mar 6 16:41:33 2005 Minero Aoki <aamine@loveruby.net>
|
Sun Mar 6 16:41:33 2005 Minero Aoki <aamine@loveruby.net>
|
||||||
|
|
||||||
* lib/net/http.rb: HTTPHeader holds its header fields as an array
|
* lib/net/http.rb: HTTPHeader holds its header fields as an array
|
||||||
|
|
|
@ -8394,6 +8394,7 @@ Init_tcltklib()
|
||||||
#define DEFAULT_EVENTLOOP_DEPTH 7
|
#define DEFAULT_EVENTLOOP_DEPTH 7
|
||||||
#endif
|
#endif
|
||||||
eventloop_stack = rb_ary_new2(DEFAULT_EVENTLOOP_DEPTH);
|
eventloop_stack = rb_ary_new2(DEFAULT_EVENTLOOP_DEPTH);
|
||||||
|
OBJ_TAINT(eventloop_stack);
|
||||||
|
|
||||||
watchdog_thread = Qnil;
|
watchdog_thread = Qnil;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue