summaryrefslogtreecommitdiffstats
path: root/unix
Commit message (Collapse)AuthorAgeFilesLines
* [3f456a5bb9]: Patches for listbox right justifyrfe_3f456a5bb9jan.nijtmans2014-02-111-0/+1
|
* merge trunkjan.nijtmans2014-02-111-1/+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
* | | merge trunkjan.nijtmans2014-02-106-136/+147
|\ \ \ | |/ /
| * | 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
| | |
* | | rebasejan.nijtmans2013-09-234-21/+17
|\ \ \ | |/ / |/| |
| * | rebasejan.nijtmans2013-08-114-21/+17
| |\ \
| | * \ rebasejan.nijtmans2013-07-074-21/+17
| | |\ \
| | | * | OpenBSD/m88k is now elf. Remove unneeded elf check.stwo2013-07-072-50/+8
| | | | |
| | | * | rebasejan.nijtmans2013-06-044-21/+17
| | | |\ \
| | | | * \ rebase, with some simplificationsjan.nijtmans2013-05-074-21/+17
| | | | |\ \
| | | | | * \ merge trunkjan.nijtmans2013-03-134-39/+19
| | | | | |\ \
| | | | | * \ \ merge trunkjan.nijtmans2013-02-262-7/+10
| | | | | |\ \ \
| | | | | * \ \ \ merge novemjan.nijtmans2013-02-221-1/+5
| | | | | |\ \ \ \
| | | | | * \ \ \ \ merge trunkjan.nijtmans2013-02-222-4/+17
| | | | | |\ \ \ \ \
| | | | | * | | | | | Fix crash in stubbed Tcl_SetVar (which should not have been stubbed at all)jan.nijtmans2013-02-161-2/+2
| | | | | | | | | | |
| | | | | * | | | | | merge trunkjan.nijtmans2013-01-313-260/+458
| | | | | |\ \ \ \ \ \
| | | | | * \ \ \ \ \ \ merge trunkjan.nijtmans2013-01-282-17/+17
| | | | | |\ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ Seems working completely against "novem" now. Only tested on win32 and linux ↵jan.nijtmans2013-01-193-25/+23
| | | | | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | yet.
| | | | | | * | | | | | | | more minor tweaks, getting it to run with Tcl 9.0 when compiled against 8.5 ↵novem_support_85jan.nijtmans2013-01-153-3/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | or 8.6 headers
| | | | | | * | | | | | | | don't crash if Tcl_FindExecutable cannot be calledjan.nijtmans2013-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | don't compile with TCL_NO_DEPRECATED (otherwise Tcl_[GS]etStartupScript could be taken from the public stub table with Tcl 8.6)
* | | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /