summaryrefslogtreecommitdiffstats
path: root/unix/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-5/+0
|\ | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-5/+0
| | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Restore the use of -DTCL_NO_DEPRECATED when building Tk.dgp2014-10-211-1/+1
| | | | | | | | | | | | Without this, attempts to build with the latest Xcode tools fail because of a conflict between the long (long long long long) deprecated macro panic() from Tcl's header and a panic() prototype in the system mach.h file, which rides into the build on the tails of Cocoa.h
| * Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-011-0/+3
| | | | | | | | token @TK_LIBS@ in pkgconfig file
* | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵dgp2015-05-201-4/+0
| | | | | | | | redundant to the RANLIB already done as part of library build. At worst, it conflicts with needs of cross-compiling. Thanks Erik Leunissen.
* | Purge configuration efforts at supporting platforms lacking <limits.h>.dgp2015-03-241-1/+1
| |
* | Cygwin: In stead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-181-8/+8
|\ \ | |/ | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| * Cygwin: In stead of checking whether the win32 part is configured properly, ↵jan.nijtmans2013-11-181-8/+8
| | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-121-1/+1
|\ \ | |/ | | | | bring it in though tkIntXlibDecls.h
| * On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-121-1/+1
| | | | | | | | bring it in though tkIntXlibDecls.h
* | Additional install of libtk86.a for Cygwinjan.nijtmans2013-06-131-3/+4
|\ \ | |/ | | Remove unused @EXTRA_AQUA_OBJS and @EXTRA_AQUA_SRCS
| * clean tk.pc and make it part of "make dist"jan.nijtmans2013-06-131-3/+3
| |
* | Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-2/+2
|\ \ | |/ | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Remove some old carbon-leftovers from configure/make (see [3607215]).
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-2/+4
| | | | | | | | Now that this is fully working, eliminate all usage of WISH_BUILD_LIB_SPEC: TK_BUILD_LIB_SPEC can be used everywhere in stead. Add tk.pc
| * merge release to 8.5; revert features not included in releasedgp2013-04-031-1/+1
| |
| * merge trunkdgp2013-03-221-5/+4
| |\
| | * Don't compile Tk with -DTCL_NO_DEPRECATED by default any more, it might hurt ↵jan.nijtmans2013-01-161-1/+1
| | |\ | | | | | | | | | | | | when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
| | | * Don't compile Tk with -DTCL_NO_DEPRECATED by defaultjan.nijtmans2013-01-161-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | any more, it might hurt when we compile Tk 8.x against Tcl 8.y with y > x, because new deprecated constructs might be added in higher Tcl versions (except for Tk 8.6, for now, because there is no higher 8.x yet)
| * | | Set of changes that permits Tk 8.5.14 to build against the releaseddgp2012-12-101-1/+1
| | | | | | | | | | | | | | | | header files of Tcl 8.6.0. Developed and tested only on linux so far. A step in the saga to decouple Tcl and Tk releases.
* | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-4/+4
|\ \ \ \ | | |/ / | |/| | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths.
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-4/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | / | | | | |/ | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases. Enable tk.h to be used with higher tcl.h versions which might lack _ANSI_ARGS_
| | | | * add [file normalize] to UNIX pkgIndex.tcl toojan.nijtmans2013-01-111-1/+1
| | | |/
| | | * wrong end brace locationjan.nijtmans2013-01-111-1/+1
| | |/
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and ↵jan.nijtmans2013-01-111-4/+3
| | | | | | | | | | | | | | | | | | Tcl_GlobalEvalObj functions. Add [file normalize] to pkgIndex.tcl, in order to prevent '..' in file paths. Remove unused TCLPATCHL, it should be ".0" for all final releases.
| | * More complete purge of things only present for supporting long-dead Mac 9 ↵dgp2012-11-151-15/+0
| | | | | | | | | | | | systems.
| * | 3584471 Repair `make dist` backport.dgp2012-11-061-4/+5
| | |
* | | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-29/+12
|\ \ \ | |/ / | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * | sync nmakehlp.c with Tcl versionjan.nijtmans2012-10-231-29/+45
| |\ \ | | |/ | | | | | | <p>purge spaces at end of lines <p>clean-up unix/Makefile.in after carbon removal
| * | review remarks, see mail.jan.nijtmans2012-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].stwo2012-08-071-35/+18
| | |
* | | A little more installer consistency tweaking.stwo2012-08-071-1/+1
| | |
* | | No need for install-sh to be executable.stwo2012-08-071-1/+0
| | |
* | | Zap trailing whitespace.stwo2012-08-061-2/+2
| | |
* | | Installer consistency tweaks.stwo2012-08-061-2/+2
| | |
* | | don't forget to escape quotesjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /
| * | don't forget to excape quotesjan.nijtmans2012-07-081-1/+1
| | |
* | | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
|\ \ \ | |/ /
| * | use "in" operator in steadjan.nijtmans2012-07-081-1/+1
| | |
* | | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
|\ \ \ | |/ / | | | | | | ::argv variable before trying to use it
| * | [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| |\ \ | | |/ | | | | | | ::argv variable before trying to use it
| | * [Bug 3532186]: pkgIndex.tcl file complexity that's unwarranted: Test for ↵jan.nijtmans2012-07-081-2/+2
| | | | | | | | | | | | ::argv variable before trying to use it
* | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-2/+10
|\ \ \ | |/ /
| * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-2/+10
| |\ \ | | |/
| | * Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-sharedjan.nijtmans2012-06-281-2/+3
| | |
| | * link cygwin wish with tk84.dlljan.nijtmans2012-06-271-6/+13
| | | | | | | | | install tk84.dll
| | * Implement TkCygwinMainEx for loading Cygwin's Tk_MainEx from the Tk dlljan.nijtmans2012-06-081-13/+14
| | |
| | * some more quoting issuesjan.nijtmans2012-06-071-29/+29
| | |
| * | Backport of [Bug 3532186] fixjan.nijtmans2012-06-151-3/+3
| | |
| * | Change XChangeWindowAttributes signature and many others to match Xorg, ↵jan.nijtmans2012-06-071-1/+1
| |\ \ | | |/ | | | | | | needed for Cygwin