summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...nijtmans@users.sourceforge.net2015-06-251-5/+0
|\
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then transl...nijtmans@users.sourceforge.net2015-06-251-5/+0
| * Restore the use of -DTCL_NO_DEPRECATED when building Tk.dgp@users.sourceforge.net2014-10-211-1/+1
| * Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ...nijtmans@users.sourceforge.net2014-04-011-0/+3
* | [29044ba23f] Remove RANLIB as part of library installation. At best it's redu...dgp@users.sourceforge.net2015-05-201-4/+0
* | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp@users.sourceforge.net2015-03-241-1/+1
* | Cygwin: In stead of checking whether the win32 part is configured properly, j...nijtmans@users.sourceforge.net2013-11-181-8/+8
|\ \ | |/
| * Cygwin: In stead of checking whether the win32 part is configured properly, j...nijtmans@users.sourceforge.net2013-11-181-8/+8
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead br...nijtmans@users.sourceforge.net2013-07-121-1/+1
|\ \ | |/
| * On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead br...nijtmans@users.sourceforge.net2013-07-121-1/+1
* | Additional install of libtk86.a for Cygwinnijtmans@users.sourceforge.net2013-06-131-3/+4
|\ \ | |/
| * clean tk.pc and make it part of "make dist"nijtmans@users.sourceforge.net2013-06-131-3/+3
* | Some more fixes for Cygwin32/64 in win32 GUI mode. nijtmans@users.sourceforge.net2013-06-131-2/+2
|\ \ | |/
| * Some more fixes for Cygwin32/64 in win32 GUI mode. nijtmans@users.sourceforge.net2013-06-131-2/+4
| * merge release to 8.5; revert features not included in releasedgp@users.sourceforge.net2013-04-031-1/+1
| * merge trunkdgp@users.sourceforge.net2013-03-221-5/+4
| |\
| | * Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ...nijtmans@users.sourceforge.net2013-01-161-1/+1
| | |\
| | | * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultnijtmans@users.sourceforge.net2013-01-161-4/+4
| * | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp@users.sourceforge.net2012-12-101-1/+1
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-4/+4
|\ \ \ \ | | |/ / | |/| |
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-4/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/
| | | | * add [file normalize] to UNIX pkgIndex.tcl toonijtmans@users.sourceforge.net2013-01-111-1/+1
| | | |/
| | | * wrong end brace locationnijtmans@users.sourceforge.net2013-01-111-1/+1
| | |/
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-4/+3
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp@users.sourceforge.net2012-11-151-15/+0
| * | 3584471 Repair `make dist` backport.dgp@users.sourceforge.net2012-11-061-4/+5
* | | sync nmakehlp.c with Tcl versionnijtmans@users.sourceforge.net2012-10-231-29/+12
|\ \ \ | |/ /
| * | sync nmakehlp.c with Tcl versionnijtmans@users.sourceforge.net2012-10-231-29/+45
| |\ \ | | |/
| * | review remarks, see mail.nijtmans@users.sourceforge.net2012-09-121-61/+20
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-55/+70
| * | Installer improvements, like [a3b936f0a1].stwo@users.sourceforge.net2012-08-071-35/+18
* | | A little more installer consistency tweaking.stwo@users.sourceforge.net2012-08-071-1/+1
* | | No need for install-sh to be executable.stwo@users.sourceforge.net2012-08-071-1/+0
* | | Zap trailing whitespace.stwo@users.sourceforge.net2012-08-061-2/+2
* | | Installer consistency tweaks.stwo@users.sourceforge.net2012-08-061-2/+2
* | | don't forget to escape quotesnijtmans@users.sourceforge.net2012-07-081-1/+1
|\ \ \ | |/ /
| * | don't forget to excape quotesnijtmans@users.sourceforge.net2012-07-081-1/+1
* | | use "in" operator in steadnijtmans@users.sourceforge.net2012-07-081-1/+1
|\ \ \ | |/ /
| * | use "in" operator in steadnijtmans@users.sourceforge.net2012-07-081-1/+1
* | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
|\ \ \ | |/ /
| * | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
| |\ \ | | |/
| | * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ::ar...nijtmans@users.sourceforge.net2012-07-081-2/+2
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-281-2/+10
|\ \ \ | |/ /
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-281-2/+10
| |\ \ | | |/
| | * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharednijtmans@users.sourceforge.net2012-06-281-2/+3
| | * link cygwin wish with tk84.dllnijtmans@users.sourceforge.net2012-06-271-6/+13
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dllnijtmans@users.sourceforge.net2012-06-081-13/+14
| | * some more quoting issuesnijtmans@users.sourceforge.net2012-06-071-29/+29
| * | Backport of [Bug 3532186] fixnijtmans@users.sourceforge.net2012-06-151-3/+3
| * | Change XChangeWindowAttributes signature and many others to match Xorg, neede...nijtmans@users.sourceforge.net2012-06-071-1/+1
| |\ \ | | |/