summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* minor nits, taken over from TEA (tclconfig)jan.nijtmans2011-04-121-7/+5
* Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform necess...jan.nijtmans2011-03-161-33/+4
* Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-6/+1
* Better building on OpenBSD.stwo2010-12-121-13/+33
* * unix/configure, unix/tcl.m4: SHLIB_LD_LIBS='${LIBS}' for OSF1-V*.hobbs2010-08-271-2/+4
* * unix/ldAix: remove ancient (pre-4.2) AIX supporthobbs2010-08-121-47/+13
* Correct compiler/linker flags for threaded builds on OpenBSD.stwo2010-02-191-2/+7
* Various trivial fixes, discovered during CYGWIN porting attempt. All backport...nijtmans2010-01-061-38/+59
* Fix quoting problemdkf2010-01-031-1/+1
* [Bug 1636685]: Use the configuration for modern FreeBSD suggested by thedkf2010-01-031-1/+25
* [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-1/+0
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-3/+4
* Removed -Wno-implicit-int from CFLAGS_WARNING.stwo2009-04-141-1/+1
* * unix/tcl.m4: Corrected a typo ($(SHLIB_VEERSION) should be ${SHLIB_VERSION}).Kevin B Kenny2009-01-221-1/+1
* Backport of Patch 907924Kevin B Kenny2009-01-201-3/+8
* * unix/tcl.m4 (SC_PATH_X): check for libX11.dylib in addition todas2008-08-131-1/+1
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-24/+39
* (SunOS-5.1x): quote CC var to allow make-time overridedas2008-04-011-5/+1
* * generic/tclStrToD.c: Applied patch for [Bug 1839067] (fpandreas_kupries2008-04-011-3/+24
* * unix/tcl.m4 (SunOS-5.1x): fix 64bit support for Sun cc. [Bug 1921166]das2008-03-271-1/+1
* * unix/configure.in: use backspace-quoting instead of double-quotingdas2008-03-131-8/+8
* * macosx/GNUmakefile: fix quoting to allow paths todas2008-03-111-44/+44
* whitespace & order (sync with tclconfig/tcl.m4)das2007-11-181-7/+8
* Let people disable use of -rpath in their linking step. [Patch 1231022]dkf2007-11-151-281/+246
* clarify message of second getaddrinfo checkdas2007-11-141-1/+1
* Added autoconf goo to detect availability of getaddrinfopatthoyts2007-11-131-0/+31
* fix quoting of new FreeBSD SHLIB_LDdas2007-09-181-1/+1
* Use '${CC} -shared' instead of 'ld -Bshareable' to build shared librariesjenglish2007-09-171-12/+6
* * unix/tcl.m4: replace all direct references to compiler by ${CC} todas2007-09-151-41/+44
* * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue.das2007-06-061-9/+14
* * macosx/tclMacOSXNotify.c: add spinlock debugging and sanity checks.das2007-03-071-1/+1
* * unix/tcl.m4: use SHLIB_SUFFIX=".so" on HP-UX ia64 arch.hobbs2007-02-191-1/+5
* * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) ifdas2007-02-041-2/+23
* * unix/tcl.m4: integrate CPPFLAGS into CFLAGS as late as possible anddas2007-01-251-4/+12
* * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versionsdas2007-01-191-0/+7
* * unix/tcl.m4 (Darwin): --enable-64bit: verify linking with 64bit -archdas2006-12-191-5/+23
* * tcl.m4 (Linux): --enable-64bit support. [Patch 1597389], [Bug 1230558]das2006-11-261-1/+12
* * tests/fCmd.test (fCmd-6.26): fix failure when env(HOME) path containsdas2006-11-101-0/+2
* * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, usedas2006-10-131-0/+4
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-265/+250
* Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-061-0/+397
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-8/+34
* cleanup quoting and whitespacedas2006-07-201-3/+3
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-59/+44
* * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-271-42/+45
* Fix [Bug 1494160]dkf2006-05-241-1/+1
* * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-061-2/+0
* * unix/tcl.m4, win/tcl.m4: []-quote AC_DEFUN functions.hobbs2006-03-281-26/+26
* Set SHLIB_LD_FLAGS='${LIBS}' on NetBSD, as per the other *BSD variantsjenglish2006-03-081-1/+1
* * unix/configure: add caching, use AC_CACHE_CHECK instead ofdas2006-01-101-169/+253