index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
tk
/
sample
/
safe-tk.rb
Age
Commit message (
Expand
)
Author
2016-08-09
* ext/tk: Tk is removed from stdlib. [Feature #8539]
naruse
2015-12-16
handle ext/ as r53141
naruse
2015-09-24
ext/tk: remove $SAFE 2..4 code
nobu
2011-05-15
* remove trailing spaces.
nobu
2009-07-14
* ext/tk/lib/multi-tk.rb: Long-term-callback support isn't stable yet.
nagai
2009-07-12
* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.
nagai
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2004-10-11
* ext/tk/lib/tk/*: untabify
nagai
2004-09-14
* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by the
nagai
2004-09-14
* ext/tcltklib/tcltklib.c: fix SEGV
nagai
2004-05-01
* renewal Ruby/Tk
nagai
2003-09-07
* tcltklib.c (lib_mainloop_core): fixed signal-trap bug
nagai
2003-08-02
* (bug fix) TkEntry#delete
nagai
2003-07-31
* wrap the command-proc of TkScale : pass the numeric object to the proc
nagai
2003-07-30
* bug fix
nagai
2003-07-30
* additional check of Tk interpreters' status for a little more safety
nagai
2003-07-29
* fix a bug of the procedure for 'Delete' button on the safe-Tk frmae
nagai
2003-07-29
tcltklib.c : bug fix
nagai
2003-07-27
multi-tk.rb : (new) library to support multiple Tk interpreters (high level)
nagai