aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tkutil
Commit message (Expand)AuthorAgeFilesLines
* tkutil.c: prevent temporary objects from GCnobu2013-06-171-17/+16
* suppress warningsnobu2013-05-271-1/+2
* tkutil.c: NIL_Pnobu2012-12-201-4/+4
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * st.c: add st_foreach_check for fixing iteration over packed tablenobu2012-03-101-6/+3
* * ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu2011-11-201-1/+1
* * ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu2011-11-201-17/+23
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-071-3/+0
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-42/+42
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-251-8/+8
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-131-1/+1
* * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai2010-01-311-10/+10
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-261-1/+17
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-122-2/+62
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-041-14/+0
* * ext/tk/{stubs,tcltklib}.c, ext/tk/tkutil/tkutil.c: fix warningsnobu2008-07-231-19/+23
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-152-4/+4
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-151-2/+1
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-112-4/+6
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-102-157/+325
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-4/+24
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* forgot to modify akr2007-08-291-7/+7
* * include/ruby: moved public headers.nobu2007-06-102-5/+5
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-221-1/+8
* * ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz2006-10-121-2/+2
* * ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu2006-09-051-98/+72
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-29/+29
* * math.c (log2): may be a macro.nobu2006-06-091-1/+2
* * ext/tk/tcltklib.c: fix SEGV when embedding to an application.nagai2006-04-051-2/+9
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-071-7/+2
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed imp...nagai2005-11-021-9/+9
* * ext/tk/stubs.c: When --enable-tcltk-stubs, the initializenagai2005-07-281-9/+17
* * ext/tk/tkutil/tkutil.c (tk_conv_args): forget to revertnagai2005-07-211-5/+6
* * ext/tk/tkutil/tkutil.c: fix typo.nagai2005-07-051-2/+2
* * ext/tk/tcltklib.c: bug fix on treating Unicode strings.nagai2005-07-051-26/+157
* * ext/tk/tkutil/tkutil.c: forgot update RELEASE_DATEnagai2005-06-141-1/+1
* * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...)nagai2005-06-131-1/+128
* * ext/tk/tkutil/tkutil.c (ary2list): give wrong arguments to hash2kv()nagai2005-03-151-2/+7
* * ext/tk/tkutil/tkutil.c: follow the change of st.c (committed at Fri,nagai2005-03-061-57/+1
* * ext/tk/tcltklib.c: enforce thread-check and exception-handling tonagai2005-03-021-23/+75
* * ext/tk/make-tkutil, ext/tk/tkutil/subconf.rb: no longer used.usa2005-02-092-2/+4
* * ext/tk/extconf.rb: add tkutil configuration step (remove old schema)nagai2005-01-314-0/+1375