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
/
tcltklib.c
Age
Commit message (
Expand
)
Author
2005-08-09
* ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.
nagai
2005-08-08
* ext/tk/tcltklib.c: restored some DUMPs
ocean
2005-08-06
* ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.
ocean
2005-08-05
* ext/tk/tcltklib.c: rectoring - tcl_protect.
ocean
2005-08-05
* ext/tk/tcltklib.c: refactoring - extracted status check as function.
ocean
2005-08-05
* ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...
ocean
2005-08-05
* ext/tk/tcltklib.c: fixed memory leak when tk_funcall raised
ocean
2005-08-04
* ext/tk/tcltklib.c: refactoring - extract ruby string <->
ocean
2005-08-04
* ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.
nagai
2005-08-02
* ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead of
ocean
2005-08-01
* ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &
ocean
2005-08-01
* ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - define
ocean
2005-08-01
* ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletion
ocean
2005-07-28
* ext/tk/stubs.c: When --enable-tcltk-stubs, the initialize
nagai
2005-07-21
* ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revert
nagai
2005-07-19
* ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.
ocean
2005-07-13
* ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.
nagai
2005-07-05
* ext/tk/tcltklib.c: bug fix on treating Unicode strings.
nagai
2005-06-16
* ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.
ocean
2005-04-26
* ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"
nagai
2005-04-23
commit miss
ocean
2005-04-23
* ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status code
ocean
2005-04-22
updated TCLTKLIB_RELEASE_DATE
ocean
2005-04-22
* ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.
ocean
2005-04-12
* ext/tk/tcltklib.c (ip_finalize): better modification than the
nagai
2005-04-12
* ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()
nagai
2005-04-11
* ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commands
nagai
2005-04-11
* ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exit
nagai
2005-03-30
* ext/tk/tcltklib.c: add TclTkIp#_create_console() method to create
nagai
2005-03-10
* ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handler
nagai
2005-03-06
* ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4
nagai
2005-03-04
* eval.c (rb_exec_recursive): matched the declaration to prototype.
usa
2005-03-04
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-03
* ext/tk/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):
nobu
2005-03-02
* ext/tk/tcltklib.c (lib_eventloop_core): fix typo
nagai
2005-03-02
* ext/tk/tcltklib.c: enforce thread-check and exception-handling to
nagai
2005-01-31
* ext/tk/tcltklib.c: add invalid namespace check
nagai
2005-01-25
* ext/tk: merge tcltklib for Ruby/Tk installation control
nagai