aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk
Commit message (Expand)AuthorAgeFilesLines
* tcltklib.c: revert RUBY_UNTYPED_DATA_WARNINGnobu2014-12-031-4/+0
* ruby.h: no warnings of hidden objectsnobu2014-12-031-0/+4
* tkutil.c: typed datanobu2014-12-031-16/+33
* ext/tk/tkutil/tkutil.c: disable untyped data warningsnobu2014-11-031-0/+3
* tkutil.c: inherit Datanobu2014-11-031-2/+2
* tkutil.c: remove useless branchesnobu2014-10-301-15/+3
* * ext/tk/lib/tkextlib/tile/treeview.rb: fix syntax error.hsbt2014-10-191-2/+2
* * ext/tk/tcltklib.c: support Tcl/Tk8.6.nagai2014-10-1910-17/+374
* * ext/tk/tcltklib.c: (experimental) support Tcl/Tk8.6.2.nagai2014-10-132-4/+48
* tcltklib.c: typed datanobu2014-10-091-9/+19
* ext: protoize no-arguments functionsnobu2014-10-042-6/+6
* protoize no-arguments functionsnobu2014-09-303-24/+24
* * ext/tk/lib/tkextlib/tcllib/plotchart.rb: fix typo.nagai2014-08-041-1/+1
* ext: get rid of inadvertent ID creationnobu2014-08-031-9/+13
* ext: prefer RB_TYPE_P over comparison TYPE with constantsnobu2014-08-032-24/+24
* tcltklib.c: fix format specifiersnobu2014-06-231-73/+73
* extmk.rb: check if parent is buildnobu2014-05-091-7/+0
* * ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition.nagai2014-05-051-1/+1
* * ext/tk/README.tcltklib: [DOC] Fix typo by @xta [Fixes GH-532] [ci skip]zzak2014-02-111-1/+1
* * ext/nkf/nkf-utf8/nkf.c: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-4/+4
* * ext/tk/extconf.rb: --with-tcllib and --with-tklib configure optionsnagai2014-01-121-2/+2
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-4/+3
* stubs.c: library name stringsnobu2014-01-121-8/+6
* tcltklib.c: create_ip_exc format argumentnobu2014-01-121-4/+4
* tk/extconf.rb: fix libpathflag argumentsnobu2014-01-091-6/+6
* tk/extconf.rb: rpath by libpathflagnobu2014-01-051-6/+6
* ext/tk/extconf.rb: fix build error with tk variantnobu2014-01-041-6/+6
* * benchmark/bm_so_meteor_contest.rb: [DOC] Fix a few typoscharliesome2013-12-282-3/+3
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: [DOC] remove link of RAA.hsbt2013-12-111-6/+1
* * ext/tk/lib/tk/canvas.rb: [DOC] Fix typo (s/paramter/parameter/)a_matsuda2013-12-076-6/+6
* * ext/tk/extconf.rb: show the reason of why ignore tclConfig.sh/tkConfig.sh.nagai2013-11-301-9/+26
* * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.nagai2013-11-295-33/+59
* mkmf.rb: fix framework optionnobu2013-10-141-2/+2
* * ext/tk/extconf.rb: Don't add "-ltk -ltcl" for MacOSX frameworks, because th...nagai2013-08-041-1/+0
* * ext/tk/extconf.rb: Default search_versions are set 8.5 and 8.4 only. At pre...nagai2013-07-191-2/+5
* tkutil.c: prevent temporary objects from GCnobu2013-06-171-17/+16
* * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai2013-06-176-11/+18
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-16/+0
* suppress warningsnobu2013-05-271-1/+2
* fix typos inspired by r40825kazu2013-05-194-4/+4
* * remove trailing spaces.nobu2013-05-194-16/+16
* fix typos. Patch by k_takata.ktsj2013-05-1917-33/+33
* * ext/tk/MANUAL_tcltklib.ja, ext/tk/old-README.tcltklib.ja: rename from *.jp ...nagai2013-04-292-0/+0
* * ext/tk/MANUAL_tcltklib.jp: rename from ext/tk/MANUAL_tcltklib.eucj [ruby-tr...nagai2013-04-292-0/+0
* Typo by @windwiny [Fixes GH-295]zzak2013-04-241-1/+1
* 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-282-77/+21
* fix typoskazu2013-03-132-13/+13
* extconf.rb: have_headernobu2013-01-101-12/+34