aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tcltklib.c
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-3/+60
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-031-3/+106
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-271-1/+1
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-2/+0
* * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa2006-06-211-2/+2
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-6/+2
* * math.c (log2): may be a macro.nobu2006-06-091-4/+0
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-0/+4
* * ext/tk/tcltklib.c (delete_slaves): maybe increment the referencenagai2006-04-251-2/+3
* * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointernagai2006-04-211-3/+5
* * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP.nagai2006-04-181-5/+17
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-21/+41
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-061-1/+1
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-061-31/+88
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-181-1/+27
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-071-26/+30
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai2005-11-021-7/+7
* * ext/tk/tcltklib.c: cannot compile with Tcl/Tk8.0.xnagai2005-09-281-7/+7
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-091-9/+69
* * ext/tk/tcltklib.c: restored some DUMPsocean2005-08-081-10/+14
* * ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.ocean2005-08-061-257/+78
* * ext/tk/tcltklib.c: rectoring - tcl_protect.ocean2005-08-051-52/+13
* * ext/tk/tcltklib.c: refactoring - extracted status check as function.ocean2005-08-051-248/+127
* * ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...ocean2005-08-051-142/+56
* * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-40/+17
* * ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-206/+72
* * ext/tk/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai2005-08-041-9/+83
* * ext/tk/tcltklib.c: use Tcl_[GS]etVar2Ex instead ofocean2005-08-021-430/+113
* * ext/tk/tcltklib.c: refactoring - replaced rb_ivar_defined &ocean2005-08-011-41/+11
* * ext/tk/tcltklib.c (Tcl_GetStringResult): refactoring - defineocean2005-08-011-87/+4
* * ext/tk/tcltklib.c (deleted_ip): refactoring - interpreter deletionocean2005-08-011-164/+53
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-155/+345
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-211-1/+19
* * ext/tk/tcltklib.c: rbtk_eventloop_depth is used as int.ocean2005-07-191-8/+8
* * ext/tk/tcltklib.c: TclTkLib.do_one_event doesn't work.nagai2005-07-131-12/+13
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-35/+80
* * ext/tk/tcltklib.c (ip_rb_threadVwaitCommand): Tcl_Release was missing.ocean2005-06-161-1/+2
* * ext/tk/tcltklib.c (ip_invoke_core): call Tcl's "::unknown"nagai2005-04-261-16/+61
* commit missocean2005-04-231-1/+1
* * ext/tcltklib/tcltklib.c (ip_RubyExitCommand): exit with status codeocean2005-04-231-2/+3
* 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/tk/tcltklib.c (ip_finalize): better modification than thenagai2005-04-121-12/+32
* * ext/tk/tcltklib.c (ip_finalize): fix SEGV when Tcl_GlobalEval()nagai2005-04-121-9/+15
* * ext/tk/tcltklib.c (ip_finalize): add existence check of Tcl commandsnagai2005-04-111-3/+16
* * ext/tk/tcltklib.c (ip_finalize): adhoc patch to avoid SEGV when exitnagai2005-04-111-4/+4
* * ext/tk/tcltklib.c: add TclTkIp#_create_console() method to createnagai2005-03-301-1/+87
* * ext/tk/tcltklib.c (lib_eventloop_ensure): mis-delete a timer handlernagai2005-03-101-6/+8
* * ext/tk/tcltklib.c: fail to call TclTkLib.mainloop when $SAFE==4nagai2005-03-061-0/+1
* * eval.c (rb_exec_recursive): matched the declaration to prototype.usa2005-03-041-24/+0