aboutsummaryrefslogtreecommitdiffstats
path: root/ext/tk/extconf.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/tk/extconf.rb: should not create "config_list" in a $srcdir.nagai2009-07-231-8/+8
* * ext/tk/extconf.rb,ext/tk/config_list.in: ignore paths which includesnagai2009-07-161-14/+56
* * ext/tk/extconf.rb: --with-{tcl,tk}-dir doesn't work.[ruby-dev:38782]nagai2009-07-141-2/+2
* * ext/tk/extconf.rb: New strategy for searching Tcl/Tk libraries.nagai2009-07-121-157/+930
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-15/+15
* * ext/tk/lib/tk.rb: support Encoding.default_internal.nagai2008-10-191-34/+57
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-1/+1
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-151-2/+0
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-151-1/+1
* * ext/tk: check proper conditions. [ruby-dev:35047]nobu2008-06-111-1/+8
* * ext/tk/tcltklib.c: SEGV when tcltk-stubs is enabled.nagai2008-06-101-30/+112
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-25/+33
* Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5.nagai2007-12-211-4/+12
* * include/ruby: moved public headers.nobu2007-06-101-0/+2
* * ext/tk/extconf.rb: support --with-X11/--without-X11 option.nagai2006-11-221-2/+5
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-021-1/+1