summaryrefslogtreecommitdiffstats
path: root/unix/configure
Commit message (Expand)AuthorAgeFilesLines
* Created branch core-8-5-a5-syntheticcore_8_5_a5core_8_5_a5_syntheticcvs2fossil2006-10-201-59/+1
* * unix/configure.in: Added autodetection for OS-supplied timezonermax2006-10-191-1/+59
* * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, usedas2006-10-131-0/+105
* * unix/configure.in (HAVE_MTSAFE_GETHOST*): Modified to recognizeandreas_kupries2006-09-121-0/+17
* * library/msgcat/msgcat.tcl (msgcat::Init): on Darwin, add fallback ofdas2006-09-101-328/+359
* Added special handling for Darwin where gethostbyname/addr are actuallyvasiljevic2006-09-081-2/+17
* Added fixes for Tcl Bug 999544 (ported from core-8-4-branch).vasiljevic2006-09-061-0/+1537
* * generic/tclClock.c (ClockClicksObjCmd): add support for Darwindas2006-08-211-0/+5
* * unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, fordas2006-08-181-8/+89
* cleanup quoting and whitespacedas2006-07-201-2/+3
* * macosx/tclMacOSXNotify.c (Tcl_InitNotifier, Tcl_WaitForEvent): createdas2006-07-201-771/+934
* * macosx/tclMacOSXNotify.c: implemented pthread_atfork() handler thatdas2006-05-271-33/+135
* autoconf-2.59das2006-05-261-2/+2
* * README: Bump version number to 8.5a5dgp2006-05-041-1/+1
* * unix/tcl.m4: removed TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKINGdas2006-04-061-5/+0
* * unix/configure.in: Revert change from 2005-07-26 that sometimesdgp2006-03-131-7/+0
* 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-188/+214
* * 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-66/+71
* * unix/configure: Use FTS file APIs on Darwin if available.hobbs2005-12-051-0/+66
* * 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-89/+366
* RFE 1071992Kevin B Kenny2005-11-041-311/+12
* Bug 1163896Kevin B Kenny2005-11-041-0/+12
* * generic/tclExecute.c: Removed obsolete use of NO_ERRNO_H.dgp2005-10-131-148/+0
* * generic/tclBasic.c: More callers of TclObjPrintf anddgp2005-09-151-0/+104
* regen unix/configureKevin B Kenny2005-08-111-994/+2421
* * unix/configure: Regen.mdejong2005-07-261-0/+7
* * unix/configure: Regen.mdejong2005-07-251-2421/+987
* drop support of ancient BSD, IRIX4, RISCos, Ultrix, and ldAout.tclKevin B Kenny2005-07-211-469/+33
* autoconfdgp2005-06-211-2/+3
* * generic/tclInt.h: ensure WORDS_BIGENDIAN is defined correctly with fatdas2005-06-181-1/+1
* autoconfdgp2005-06-071-1/+1
* regenerated after dkf's modifications to tcl.m4rmax2005-06-021-37/+46
* * macosx/Makefile: moved & corrected EMBEDDED_BUILD check.das2005-05-261-1/+1
* fixed typo in EXTRA_INSTALL_BINARIESdas2005-05-231-1/+1
* * macosx/Makefile:das2005-05-231-55/+255
* * generic/tclInt.decls:das2005-05-141-5/+434
* * unix/tcl.m4, unix/configure: correct Solaris 10 (5.10) check andhobbs2005-05-071-4/+13
* * compat/string.h: fixed memchr() protoype for __APPLE__ so that wedas2005-04-261-12/+148
* * unix/tcl.m4 (Darwin): added -single_module linker flag todas2005-04-091-6/+6
* Updated the OpenBSD configuration and regenerated the configure script.patthoyts2005-03-151-15/+39
* * unix/Makefile.in: remove SHLIB_LD_FLAGS (only for AIX, inlinedhobbs2005-02-111-1022/+2321
* * unix/configure: autoconf-2.57dgp2005-01-311-1/+7
* * unix/configure, unix/tcl.m4: add solaris 64-bit gcc buildhobbs2005-01-291-6/+23
* * unix/tcl.m4 (Darwin): fixed bug with static build linking todas2005-01-251-3/+3
* * unix/configure: autoconf-2.57dgp2005-01-121-2204/+974
* Remove ${DBGX}, ${TCL_DBGX} from Tcl build system [Patch 1081595].jenglish2005-01-101-263/+137
* Remove readdir_r() and related #ifdeffery (see #1095909).jenglish2005-01-091-1175/+2305