Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -1/+1 |
|\ | |||||
| * | On cygwin, install libtk8.5.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 1 | -1/+1 |
| | | |||||
| * | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 1 | -1/+1 |
| | | |||||
* | | Tk/OpenBSD/Sparc needs -fPIC. | stu | 2015-10-09 | 1 | -1/+1 |
| | | |||||
* | | [29044ba23f] Remove RANLIB as part of library installation. At best it's ↵ | dgp | 2015-05-20 | 1 | -4/+2 |
| | | | | | | | | 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>. | dgp | 2015-03-24 | 1 | -4/+0 |
| | | |||||
* | | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 1 | -1/+8 |
|\ \ | |/ | | | | | [http://core.tcl.tk/tcl/info/fc3dfd9bc8e16b7ee0b49850df9de93eb4aa4ea6|fc3dfd9bc8] | ||||
| * | Better pic flag for OpenBSD, see: ↵ | jan.nijtmans | 2014-09-17 | 1 | -1/+8 |
| | | | | | | | | [http://core.tcl.tk/tcl/info/ae059042333583f6d4e2cea4aab3c2a3e9db9a6a|ae05904233] | ||||
* | | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -5/+3 |
|\ \ | |/ | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
| * | Combine TCL_SHLIB_LD_EXTRAS+TK_SHLIB_LD_EXTRAS (for Cygwin and FreeBSD) to a ↵ | jan.nijtmans | 2014-09-01 | 1 | -4/+2 |
| | | | | | | | | single SHLIB_LD_LIBS usable for both Tcl and Tk | ||||
* | | Fix build problem on Cygwin, caused by a mismatch between tcl.m4 and the ↵ | jan.nijtmans | 2014-08-26 | 1 | -1/+1 |
| | | | | | | | | generated configure script (configure script was correct) | ||||
* | | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 1 | -5/+9 |
|\ \ | |/ | | | | | build on FreeBSD 10.0 | ||||
| * | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 1 | -13/+9 |
| | | | | | | | | build on FreeBSD 10.0 | ||||
* | | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 1 | -2/+4 |
|\ \ | |/ | |||||
| * | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 1 | -0/+2 |
| | | |||||
* | | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as ↵ | jan.nijtmans | 2013-11-19 | 1 | -36/+16 |
| | | | | | | | | | | | | it turns out that -fvisibility=hidden only affects definitions and not declarations. Therefore explicitely declaring each MODULE_SCOPE function as __attribute__((__visibility__("hidden")) is much better. Suggested by Stuart Cassoff (Thanks!). | ||||
* | | Cygwin: In stead of checking whether the win32 part is configured properly, ↵ | jan.nijtmans | 2013-11-18 | 1 | -2/+9 |
|\ \ | |/ | | | | | | | 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.nijtmans | 2013-11-18 | 1 | -2/+9 |
| | | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library) | ||||
* | | Sync with Tcl version of tcl.m4 | jan.nijtmans | 2013-08-11 | 1 | -0/+4 |
| | | |||||
* | | Don't hardcode "tclWinError.o" for Cygwin. | jan.nijtmans | 2013-07-26 | 1 | -1/+2 |
| | | |||||
* | | sync with Tcl version | jan.nijtmans | 2013-07-26 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | sync with Tcl version. | jan.nijtmans | 2013-07-26 | 1 | -1/+1 |
| | | |||||
* | | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 1 | -4/+4 |
|\ \ | |/ | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | Use X11/Xlib.h for checking where X11 can be found in stead of ↵ | jan.nijtmans | 2013-07-07 | 1 | -4/+4 |
| | | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig) | ||||
| * | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -11/+4 |
| | | |||||
* | | OpenBSD/m88k is now elf. Remove unneeded elf check. | stwo | 2013-07-07 | 1 | -11/+4 |
| | | |||||
* | | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
|\ \ | |/ | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
| * | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵ | jan.nijtmans | 2013-07-02 | 1 | -1/+1 |
| | | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin. | ||||
* | | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead. | jan.nijtmans | 2013-06-04 | 1 | -10/+2 |
| | | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti | ||||
* | | merge 8.5 | dgp | 2013-06-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | merge 8.4 | dgp | 2013-06-03 | 1 | -2/+2 |
| |\ | |||||
| | * | last-moment fix for FreeBSD from Pietro Cerutti | jan.nijtmans | 2013-06-03 | 1 | -2/+2 |
| | | | |||||
* | | | Fix for FreeBSD, and remove support for old FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -148/+3 |
|\ \ \ | |/ / | | | | | | | Pietro Cerutti | ||||
| * | | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -30/+3 |
| |\ \ | | |/ | | | | | | | Pietro Cerutti | ||||
| | * | Fix for FreeBSD, and remove support for older FreeBSD versions. Patch by ↵ | jan.nijtmans | 2013-05-19 | 1 | -44/+3 |
| | | | | | | | | | | | | Pietro Cerutti | ||||
| | * | sync with Tcl's upgrade of dde/reg packages | jan.nijtmans | 2013-05-01 | 1 | -1/+1 |
| | | | |||||
* | | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -13/+1 |
|\ \ \ | |/ / | | | | | | | they have in Debian. | ||||
| * | | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -13/+1 |
| |\ \ | | |/ | | | | | | | they have in Debian. | ||||
| | * | Patch by Andrew Shadura, providing better support for three architectures ↵ | jan.nijtmans | 2013-03-13 | 1 | -24/+1 |
| | | | | | | | | | | | | they have in Debian. | ||||
| | * | Backport various improvements from Tcl 8.5 | jan.nijtmans | 2013-02-12 | 1 | -8/+8 |
| | | | |||||
* | | | 3566106 Solaris9/x86 support. Thanks Dagobert and others. | dgp | 2012-09-13 | 1 | -2/+2 |
|\ \ \ | |||||
| * | | | post-review, believed minimalbug_3566106 | dkf | 2012-09-12 | 1 | -3/+2 |
| | | | | |||||
| * | | | contributed patch for Solaris 9/x86 support | dgp | 2012-09-11 | 1 | -4/+5 |
| |/ / | |||||
* | | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Link cygwin wish.exe with win32 tk.dll, only in combination with --enable-shared | jan.nijtmans | 2012-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | merge | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | link cygwin wish with tk84.dll | jan.nijtmans | 2012-06-27 | 1 | -1/+1 |
| | | | | | | | | | install tk84.dll | ||||
| * | | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -5/+5 |
| |\ \ | | |/ | |||||
| | * | link cygwin wish8.6 with tk86.dll (configuration part) | jan.nijtmans | 2012-06-26 | 1 | -6/+6 |
| | | |