summaryrefslogtreecommitdiffstats
path: root/unix/tcl.m4
Commit message (Expand)AuthorAgeFilesLines
* * unix/tcl.m4 (SunOS-5.11): fix 64bit amd64 support with gcc & Sun cc.das2008-06-121-22/+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-2/+21
* * 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
* Small improvement to the factoring of tcl.m4dkf2006-01-051-41/+47
* * unix/tcl.m4, unix/configure: Fix sh quoting error reported inhobbs2005-12-121-2/+2
* * unix/configure.in: move check for fts API to configure.in and run itdas2005-12-051-11/+0
* * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-051-0/+11
* * unix/tcl.m4 (Darwin): fixed error when MACOSX_DEPLOYMENT_TARGET unset.das2005-12-011-3/+2
* * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-18/+34
* RFE 1071992Kevin B Kenny2005-11-041-30/+13
* Bug 1163896Kevin B Kenny2005-11-041-0/+12
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-2/+0
* More flags hacking, this time for open64 under RHEL3. [Bug 1287638]dkf2005-09-151-0/+2
* radical refactoring of thread storage to untangle dependenciesKevin B Kenny2005-08-111-4/+0
* * unix/configure: Regen.mdejong2005-07-251-0/+73
* drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tclKevin B Kenny2005-07-211-187/+41
* Only enable the 'compile' special debugging feature when requested indkf2005-06-211-5/+7
* * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fatdas2005-06-181-1/+1
* Fix m4 quoting problems :}dkf2005-06-021-4/+4