summaryrefslogtreecommitdiff
path: root/ext/tcltklib
AgeCommit message (Expand)Author
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
2004-09-09* ext/tcltklib/tcltklib.c (ip_init): change flag value for setting 'argv' and...nagai
2004-09-08* ext/tcltklib/tcltklib.c (ip_init): cannot create a IP at level 4nagai
2004-09-02* ext/tcltklib/tcltklib.c: fix typo [ruby-talk:111266]nagai
2004-08-31* ext/tcltklib/tcltklib.c (ip_delete): when a tcltkip is deleted, destroy its...nagai
2004-08-31* ext/tcltklib/tcltklib.c (del_root): fix SEGVnagai
2004-08-29* ext/tcltklib/tcltklib.c: compile error on bcc32 [ruby-dev:24081]nagai
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-18* ext/tcltklib/stubs.c (ruby_tcltk_stubs): need to calleban
2004-07-30* ext/tcltklib/tcltklib.c(lib_fromUTF8_core): raise ArgumentError whennagai
2004-07-15* ext/tk/, ext/tcltklib/: bug fixnagai
2004-07-06* ext/tk/lib : improve framework of developping Tcl/Tk extension wrappersnagai
2004-07-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-01* ext/tk/lib/tcltklib : bug fixnagai
2004-06-12* ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai
2004-05-24* ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai
2004-05-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-05-01* renewal Ruby/Tknagai
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz
2004-01-26* ext/tcltklib/tcltklib.c: define CONST84 when TCL_MAJOR_VERSION == 7nagai
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-11-25* ext/tcltklib/README.1st: edit.nagai