aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* tk/extconf.rb: refactornobu2016-04-251-20/+13
* tk: suppress progress indicatorsnobu2016-04-221-1/+1
* ext/tk/extconf.rb: add newlinenobu2016-04-091-9/+18
* tk/extconf.rb: progressnobu2016-04-081-13/+22
* tk/extconf.rb: outdated checksnobu2016-04-081-6/+0
* Typos in messagesa_matsuda2015-12-271-1/+1
* Documentation typosa_matsuda2015-12-271-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* tcltklib.c: basenamenobu2015-10-311-1/+3
* * doc/contributors.rdoc: fix a typo. Patch by @davydovantonhsbt2015-04-151-1/+1
* * ext/tk/tcltklib.c: support Tcl/Tk8.6.nagai2014-10-191-2/+2
* * ext/tk/tcltklib.c: (experimental) support Tcl/Tk8.6.2.nagai2014-10-131-2/+2
* * ext/tk/extconf.rb: --with-tcllib and --with-tklib configure optionsnagai2014-01-121-2/+2
* 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
* * 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-291-7/+33
* 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
* * ext/tk/extconf.rb: support s390x (Thanks to bkabrda) [ruby-trunk - Bug #5465]nagai2013-06-171-1/+3
* ext/tk/tcltklib.c: adjust nestingnobu2013-03-281-17/+7
* extconf.rb: have_headernobu2013-01-101-12/+34
* mkmf.rb: fix splitting options with an argumentnobu2012-09-061-1/+1
* mkmf.rb: hack for -frameworknobu2012-07-181-1/+1
* ext/extmk.rb: workaround for -framework optionnobu2012-05-201-1/+1
* fix static-linked-extnobu2012-05-171-1/+2
* fix static-linked-extnobu2012-05-171-12/+14
* * include/ruby/defines.h: remove NextStep, OpenStep, Rhapsodykosaki2011-09-261-1/+1
* * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.eban2011-06-291-0/+3
* * ext/tk/extconf.rb: fails on Mac OS X [Ruby 1.9 - Bug #4853]nagai2011-06-121-9/+9
* * ext/tk/extconf.rb: use $defs not $CPPFLAGS to get rid ofnobu2011-06-071-5/+4
* * ext/tk/extconf.rb: fix for uninitialized global variables. [Ruby 1.9 - Bug ...nagai2011-06-011-39/+47
* * ext/tk/lib/tk.rb: hang-up at exit before calling Tk.mainloop.nagai2011-05-261-173/+336
* * ext/tk/lib/tk.rb: fail to start Tk.mainloop (exit immediately) on some envi...nagai2011-05-231-224/+500
* * remove trailing spaces.nobu2011-05-151-41/+41
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-5/+5
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-311-76/+232
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-191-3/+3
* * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu2010-05-071-5/+8
* * ext/tk/extconf.rb: search directories on PATH, only if containingnagai2010-05-061-78/+86
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-051-298/+60
* * ext/tk/extconf.rb: better support for MinGW environment.nagai2010-04-301-60/+298
* * ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai2010-03-251-6/+11
* * ext/tk/extconf.rb: fix [Bug #2840] Tk doesn't built in mingw.nagai2010-03-131-2/+12
* * ext/tk/extconf.rb: log() is built-in in some compilers and needsnobu2010-03-111-2/+2
* * ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai2009-08-091-4/+4
* * ext/tk/extconf.rb (search_tclConfig): fix logic bug.nagai2009-08-061-3/+2
* * ext/tk/lib/extconf.rb: bug fix and ignore invalid Tcl/Tk libraries.nagai2009-07-271-166/+313