summaryrefslogtreecommitdiffstats
path: root/ext/tcltklib/tcltklib.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/tcltklib: merge into ext/tk and remove.nagai2005-11-021-7860/+0
* * ext/tcltklib/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): pass...nagai2005-11-021-7/+7
* * ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai2005-09-281-7/+7
* * ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-9/+69
* * ext/tcltklib/tcltklib.c: restored some DUMPsocean2005-08-081-10/+14
* * ext/tcltklib/tcltklib.c: combined tcl_protect and tcl_check_result.ocean2005-08-061-257/+78
* * ext/tcltklib/tcltklib.c: rectoring - tcl_protect.ocean2005-08-051-52/+13
* * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function.ocean2005-08-051-248/+127
* * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ...ocean2005-08-051-142/+56
* * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-40/+17
* * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-206/+72
* * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-9/+83
* * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-430/+113
* * ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-41/+11
* * ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-87/+4
* * ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean2005-08-011-164/+53
* * ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-155/+345
* * ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai2005-07-211-1/+19
* * ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-8/+8
* * ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-12/+13
* * ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-35/+80
* * ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean2005-06-161-1/+2
* * ext/tcltklib/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai2005-04-261-16/+61
* * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean2005-04-231-3/+4
* updated TCLTKLIB_RELEASE_DATEocean2005-04-221-1/+1
* * ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.ocean2005-04-221-1/+2
* * ext/tcltklib/tcltklib.c (ip_finalize): better modification than thenagai2005-04-121-12/+32
* * ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()nagai2005-04-121-10/+18
* * ext/tcltklib/tcltklib.c (ip_finalize): add existence check ofnagai2005-04-111-2/+13
* * ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGVnagai2005-04-111-4/+4
* * ext/tcltklib/tcltklib.c: add TclTkIp#_create_console() method tonagai2005-03-301-1/+87
* * ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timernagai2005-03-101-8/+10
* * ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai2005-03-061-0/+1
* * ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nagai2005-03-041-2/+2
* * ext/tcltklib/tcltklib.c (lib_eventloop_core): fix typonagai2005-03-021-1/+1
* * ext/tcltklib/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-522/+2351
* * ext/tcltklib/tcltklib.c: add invalid namespace checknagai2005-01-311-63/+108
* * ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai2005-01-251-50/+122
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-271-18/+30
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-231-0/+71
* * ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai2004-12-081-2/+8
* * ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai2004-11-091-0/+9
* * ext/tk/lib/tk/*: untabifynagai2004-10-111-2131/+2130
* * ext/tcltklib/tcltklib.c (ip_init): bug fixnagai2004-09-291-1/+8
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-171-47/+230
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-141-7/+22
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-121-44/+198
* * ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai2004-09-111-146/+791
* * ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean2004-09-101-1/+1
* * ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai2004-09-091-2/+7