summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-261-62/+62
| |\ \
| | * | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-231-62/+62
| |/ /
| * | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". jan.nijtmans2014-04-091-3/+4
| |\ \ | | |/ | | | Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not.
| | * Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private".jan.nijtmans2014-04-091-3/+4
| | |
| * | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-011-3/+2
| |\ \ | | |/ | | | | | | token @TK_LIBS@ in pkgconfig file
| | * Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-012-3/+5
| | | | | | | | | | | | token @TK_LIBS@ in pkgconfig file
| * | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-202-10/+18
| |\ \ | | |/ | | | | | | build on FreeBSD 10.0
| | * Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-202-26/+18
| | | | | | | | | | | | build on FreeBSD 10.0
| | * Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-162-2/+2
| | | | | | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
| * | Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-162-2/+2
| | | | | | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
* | | [3f456a5bb9]: Patches for listbox right justifyjan.nijtmans2014-02-111-0/+1
|/ /
* | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵jan.nijtmans2014-02-111-1/+1
|\ \ | |/ | | | | HAVE_XKBKEYCODETOKEYSYM is not defined
| * Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵jan.nijtmans2014-02-111-1/+1
| | | | | | | | HAVE_XKBKEYCODETOKEYSYM is not defined
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵jan.nijtmans2014-02-102-2/+2
| | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
* | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Ceruttijan.nijtmans2014-01-252-2/+6
|\ \ | |/
| * Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Ceruttijan.nijtmans2014-01-252-0/+4
| |
* | Put -lfontconfig in XFT_LIBS, not XLIBSW flagjan.nijtmans2014-01-232-2/+2
|\ \ | |/
| * Put -lfontconfig in XFT_LIBS, not XLIBSW flagjan.nijtmans2014-01-232-2/+2
| |
* | Fix [3606644]: Static build misses fontconfigjan.nijtmans2014-01-232-0/+90
|\ \ | |/
| * Fix [3606644]: Static build misses fontconfigjan.nijtmans2014-01-232-0/+90
| |
* | Revert [3eaa6c984a] (Enh [http://core.tcl.tk/tcl/info/2959069|2959069]), as ↵jan.nijtmans2013-11-192-118/+23
| | | | | | | | | | | | 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.nijtmans2013-11-183-14/+26
|\ \ | |/ | | | | | | 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-183-14/+26
| | | | | | | | | | just configure it when needed. Always build the stub library first (and - on Cygwin - configure win32 properly just before building the stub library)
| * Favor timeline over ChangeLog; also 'make dist'dgp2013-09-032-0/+4
| |
| * Bump to 8.5.15 for release.dgp2013-08-303-3/+3
| |
* | make distdgp2013-09-031-0/+6
| |
* | Bump to 8.6.1.dgp2013-08-303-3/+3
| |
* | Sync with Tcl version of tcl.m4jan.nijtmans2013-08-112-0/+9
| |
* | Don't hardcode "tclWinError.o" for Cygwin.jan.nijtmans2013-07-262-2/+4
| |
* | sync with Tcl versionjan.nijtmans2013-07-262-4/+6
|\ \ | |/
| * sync with Tcl version.jan.nijtmans2013-07-262-2/+2
| |
* | On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
|\ \ | |/ | | | | bring it in though tkIntXlibDecls.h
| * On Cygwin, don't duplicate TkPutImage definition in tkUnixPort.h, in stead ↵jan.nijtmans2013-07-122-4/+2
| | | | | | | | bring it in though tkIntXlibDecls.h
* | Use X11/Xlib.h for checking where X11 can be found in stead of ↵jan.nijtmans2013-07-072-14/+14
|\ \ | |/ | | | | 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.nijtmans2013-07-072-14/+14
| | | | | | | | X11/XIntrinsic.h. Suggested by Pietro Cerutti. (backported from tclconfig)
| * OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
| |
* | OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-56/+14
| |
* | Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-022-2/+2
|\ \ | |/ | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
| * Bug [http://core.tcl.tk/tcl/tktview?name=32afa6e256|32afa6e256]: dirent64 ↵jan.nijtmans2013-07-022-2/+2
| | | | | | | | check is incorrect in tcl.m4. Thanks to Brian Griffin.
* | manually revert changes caused by different autoconf versionsjan.nijtmans2013-06-271-6/+6
|\ \ | |/
| * manually revert changes caused by different autoconf versions.jan.nijtmans2013-06-271-6/+6
| |
* | fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
|\ \ | |/
| * fix installation on MacOSXjan.nijtmans2013-06-272-8/+8
| |
* | Static Cygwin wish.exe cannot link with win32's static libtk86.a (because it ↵jan.nijtmans2013-06-142-12/+14
|\ \ | |/ | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11). Don't use deprecated stricmp/strnicmp any more, but underscored variant for non-GNU compilers.
| * Static Cygwin wish.exe cannot link with win32's static libtk85.a (because it ↵jan.nijtmans2013-06-142-12/+14
| | | | | | | | | | expects a different runtime), so configure shouldn't even try to do this. (On a dynamic wish.exe this works, this is exactly how wish can run even without X11)
* | 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-133-182/+60
|\ \ | |/ | | | | 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-134-46/+69
| | | | | | | | 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
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-043-33/+17
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti