summaryrefslogtreecommitdiffstats
path: root/ext/tk/tcltklib.c
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-041-61/+36
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-231-21/+22
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-151-3/+4
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-151-2/+1
* * ext/tk/tcltklib.c: SEGV when exit.nagai2008-06-161-3/+7
* * ext/tk/tcltklib.c: [trial patch] On some environments, it givesnagai2008-06-121-2/+8
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-111-268/+80
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-179/+453
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-203/+1850
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-251-8/+8
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-211-38/+313
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-5/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-2/+2
* * include/ruby: moved public headers.nobu2007-06-101-3/+2
* * ext/tk/tcltklib.c : fix to compile on YARVko12006-12-311-40/+40
* * ext/tk/tcltklib.c: shouldn't run the killed thread at callback.nagai2006-12-011-13/+28
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-051-9/+3
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-25/+20
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-81/+80
* * 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