aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tkutil
Commit message (Expand)AuthorAgeFilesLines
* * 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