summaryrefslogtreecommitdiff
path: root/ext/tk/tkutil
AgeCommit message (Expand)Author
2016-07-06Update dependenciesnobu
2016-05-23remove unnecessary volatilesnobu
2016-05-23tkutil.c: GC guardsnobu
2016-04-14tkutil.c: ary can be nilnobu
2016-04-07tkutil.c: fix overrunnobu
2015-12-16handle ext/ as r53141naruse
2015-12-13tkutil.c: check argnobu
2015-12-13tkutil.c: array lengthnobu
2015-12-13tkutil.c: check argsnobu
2015-11-05ext: use RARRAY_ASETnobu
2015-11-05tk: RARRAY_AREFnobu
2015-11-05ext: use RARRAY_AREFnobu
2015-11-04tkutil.c: rb_ary_catnobu
2015-11-04tkutil.c: strndupnobu
2015-11-04ext: use RARRAY_CONST_PTRnobu
2015-09-27tkutil.c: use local variablesnobu
2015-06-01tkutil.c: fix out-of-bounds accessnobu
2015-05-31tkutil.c: fix memory leak and segfaultnobu
2015-05-31tkutil.c: reduce unnecessary buffernobu
2015-05-28tcltklib.c: allocate structs with wrappernobu
2015-05-28tkutil.c: check arguments typenobu
2015-05-28tkutil.c: check typenobu
2015-04-19ext: suppress warningsnobu
2015-04-17tkutil.c: revert r48250nobu
2015-04-14tkutil.c: fallback rb_id2strnobu
2015-04-14tkutil.c: use rb_sym2strnobu
2015-02-16use rb_funcallvnobu
2014-12-03tkutil.c: typed datanobu
2014-11-03ext/tk/tkutil/tkutil.c: disable untyped data warningsnobu
2014-11-03tkutil.c: inherit Datanobu
2014-10-30tkutil.c: remove useless branchesnobu
2014-09-30protoize no-arguments functionsnobu
2014-08-03ext: get rid of inadvertent ID creationnobu
2014-08-03ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu
2014-05-09extmk.rb: check if parent is buildnobu
2013-06-17tkutil.c: prevent temporary objects from GCnobu
2013-05-27suppress warningsnobu
2012-12-20tkutil.c: NIL_Pnobu
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-10* st.c: add st_foreach_check for fixing iteration over packed tablenobu
2011-11-20* ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu
2011-11-20* ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-03-25* ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai
2010-03-13* ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai
2010-01-31* ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai
2009-10-26* ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai
2009-07-12* ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai
2008-09-04* thread.c (rb_thread_check_trap_pending): added for compatibility.ko1