summaryrefslogtreecommitdiff
path: root/ext/tcltklib
AgeCommit message (Expand)Author
2005-09-28* ext/tcltklib/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai
2005-08-09* ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* ext/tcltklib/tcltklib.c: restored some DUMPsocean
2005-08-06* ext/tcltklib/tcltklib.c: combined tcl_protect and tcl_check_result.ocean
2005-08-05* ext/tcltklib/tcltklib.c: rectoring - tcl_protect.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ...ocean
2005-08-05* ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-04* ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-02* ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean
2005-08-01* ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean
2005-08-01* ext/tcltklib/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean
2005-08-01* ext/tcltklib/tcltklib.c (deleted_ip): refactoring - interpreterocean
2005-07-28* ext/tcltklib/stubs.c: When --enable-tcltk-stubs, the initializenagai
2005-07-21* ext/tk/tkutil.c (tk_conv_args): forget to revert thread_criticalnagai
2005-07-19* ext/tcltklib/tcltklib.c: rbtk_eventloop_depth is used as int.ocean
2005-07-13* ext/tcltklib/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai
2005-07-05* ext/tcltklib/tcltklib.c: bug fix on treating Unicode strings.nagai
2005-06-16* ext/tcltklib/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean
2005-05-23* ext/tcltklib/extconf.rb: Framework support on MacOS X Tiger.nagai
2005-04-26* ext/tcltklib/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai
2005-04-23* ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean
2005-04-22updated TCLTKLIB_RELEASE_DATEocean
2005-04-22* ext/tk/tcltklib.c (ip_set_exc_message): fixed memory leak.ocean
2005-04-12* ext/tcltklib/tcltklib.c (ip_finalize): better modification than thenagai
2005-04-12* ext/tcltklib/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()nagai
2005-04-11* ext/tcltklib/tcltklib.c (ip_finalize): add existence check ofnagai
2005-04-11* ext/tcltklib/tcltklib.c (ip_finalize): adhoc patch to avoid SEGVnagai
2005-03-30* ext/tcltklib/tcltklib.c: add TclTkIp#_create_console() method tonagai
2005-03-10* ext/tcltklib/tcltklib.c (lib_eventloop_ensure): mis-delete a timernagai
2005-03-06* ext/tcltklib/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai
2005-03-04* ext/tcltklib/tcltklib.c (ip_rbUpdateCommand, ip_rb_threadUpdateCommand):nagai
2005-03-02* ext/tcltklib/tcltklib.c (lib_eventloop_core): fix typonagai
2005-03-02* ext/tcltklib/tcltklib.c: enforce thread-check and exception-handling tonagai
2005-01-31* ext/tcltklib/tcltklib.c: add invalid namespace checknagai
2005-01-25* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai
2004-12-29Update kilmer template to use sectionsdave
2004-12-27* ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai
2004-12-23* ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai
2004-12-08* ext/tcltklib/tcltklib.c (ip_init): set root-win title to "ruby" whennagai
2004-11-09* ext/tcltklib/tcltklib.c: fix SEGV when compiled with Tcl/Tk8.3.x or oldernagai
2004-11-01* MANIFEST, ext/**/MANIFEST: removed.eban
2004-10-11* ext/tk/lib/tk/*: untabifynagai
2004-09-29* ext/tcltklib/tcltklib.c (ip_init): bug fixnagai
2004-09-17* ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai
2004-09-14* ext/tcltklib/tcltklib.c: fix SEGVnagai
2004-09-12* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai
2004-09-11* ext/tcltklib/tcltklib.c: add TclTkIp#allow_ruby_exit? and allow_ruby_exit=nagai
2004-09-10* ext/tcltklib/tcltklib.c (lib_merge_tklist): fix suspiciousocean