aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/tcltklib.c
Commit message (Expand)AuthorAgeFilesLines
* tk/extconf.rb: outdated checksnobu2016-04-081-4/+0
* Typos in messagesa_matsuda2015-12-271-1/+1
* Documentation typosa_matsuda2015-12-271-1/+1
* ext: use RARRAY_ASETnobu2015-11-051-3/+3
* tk: RARRAY_AREFnobu2015-11-051-0/+3
* ext: use RARRAY_AREFnobu2015-11-051-7/+7
* ext: use RARRAY_CONST_PTRnobu2015-11-041-7/+10
* tcltklib.c: basenamenobu2015-10-311-0/+6
* tcltklib.c: GC guardnobu2015-10-311-1/+2
* * numeric.c: Good-by Borland-C.kosaki2015-10-181-1/+1
* tcltklib.c: check argumentnobu2015-08-021-1/+2
* * ext/tk/tcltklib.c: removed deprecated safe level.hsbt2015-07-061-9/+2
* tcltklib.c: allocate structs with wrappernobu2015-05-281-2/+5
* tcltklib.c: fix memory leaknobu2015-05-271-0/+3
* use rb_funcallvnobu2015-02-161-17/+17
* tcltklib.c: duplicate codenobu2014-12-261-3/+0
* tcltklib.c: rb_path2classnobu2014-12-261-54/+1
* tcltklib.c: revert RUBY_UNTYPED_DATA_WARNINGnobu2014-12-031-4/+0
* ruby.h: no warnings of hidden objectsnobu2014-12-031-0/+4
* * ext/tk/tcltklib.c: support Tcl/Tk8.6.nagai2014-10-191-11/+29
* * ext/tk/tcltklib.c: (experimental) support Tcl/Tk8.6.2.nagai2014-10-131-2/+46
* tcltklib.c: typed datanobu2014-10-091-9/+19
* ext: protoize no-arguments functionsnobu2014-10-041-1/+1
* protoize no-arguments functionsnobu2014-09-301-11/+11
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-031-4/+4
* tcltklib.c: fix format specifiersnobu2014-06-231-73/+73
* * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-4/+4
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-4/+3
* tcltklib.c: create_ip_exc format argumentnobu2014-01-121-4/+4
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-16/+0
* tcltklib.c: rb_thread_alive_p macronobu2013-03-281-5/+1
* tcltklib.c: suppress warningsnobu2013-03-281-10/+25
* ext/tk/tcltklib.c: adjust nestingnobu2013-03-281-60/+14
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+10
* * ext/tk/tcltklib.c (eventloop_sleep): unused.nobu2011-11-271-0/+2
* * ext/tk/tcltklib.c (rb_thread_critical): fix type.nobu2011-11-081-55/+59
* * suppress compile warnings.nobu2011-06-171-1/+1
* * ext/tk/tcltklib.c (lib_eventloop_core): revert the last change (it'snagai2011-06-141-4/+4
* * ext/tk/tcltklib.c (lib_eventloop_core): replace CHECK_INTS withkosaki2011-06-101-1/+1
* * ext/tk/tcltklib.c: reduce CPU power required by an eventloop.nagai2011-06-011-6/+30
* * remove trailing spaces.nobu2011-05-151-5/+5
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-241-126/+354
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-311-14/+261
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-1/+1
* * ext/**/*.[ch]: removed trailing spaces.nobu2010-04-221-381/+381
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-251-22/+24
* * ext/tk/tcltklib.c: mistake on operation. sorry.nagai2009-10-261-1/+1
* * ext/tk/tcltklib.c,stubs.c: remove errors or warnings when compilednagai2009-10-261-1/+10
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-091-1/+3
* * ext/tk/lib/tcltklib.c: fix trouble on old-style C functionnagai2009-08-031-44/+220