summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* merge trunkdgp2016-01-291-20/+6
|
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+20
|\ | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+20
| | | | | | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil.
| * products of "make dist"dgp2015-03-061-20/+6
| |
| * make distdgp2012-11-051-6/+20
| |
| * Release candidate branch for Tcl 8.5.12.dgp2012-07-101-5/+8
| |
* | Tcl source code already assumes the <limits.h> file is available.dgp2015-03-241-6/+0
| | | | | | | | (See tcl/libtommath/tommath.h .) So dispose of all the configuration shenanigans pretending we want to support systems that lack one.
* | product of a make distdgp2015-03-061-20/+6
| |
* | make distdgp2013-09-031-3/+3
| |
* | Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.jan.nijtmans2013-06-041-2/+2
| | | | | | One more last-moment fix for FreeBSD by Pietro Cerutti
* | make distdgp2013-05-141-0/+3
| |
* | Replace broken SC_SERIAL_PORT macro with plain AC_CHECK_HEADERS tests.jenglish2013-03-011-9/+0
| |
* | correct font issues in define.ndgp2012-09-071-6/+20
|\ \ | | | | | | | | | silence thread.test warning messages Automake updates
* | | merge trunkdgp2012-08-081-5/+8
|/ /
* | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
|\ \ | |/
| * [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-1/+1
| |
| * update file generated by 'make dist'dgp2010-09-151-0/+3
| |
| * regendas2010-08-161-1/+1
| |
| * regendas2010-08-161-7/+4
| |
| * [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-15/+0
| | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
| * * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+3
| | | | | | | | | | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
| * autoheader-2.59das2008-04-011-3/+0
| |
| * merge updates from HEAD dgp2008-03-311-0/+3
| |
* | Update file generated by `make dist`dgp2011-08-031-2/+29
| |
* | update file generated by 'make dist'dgp2010-09-151-3/+6
| |
* | autoheader-2.59das2009-11-261-3/+0
| |
* | [Patch 2892871]: Remove unneeded AC_STRUCT_TIMEZONE and usestwo2009-11-251-15/+0
| | | | | | | | AC_CHECK_MEMBERS([struct stat.st_blksize]) instead of AC_STRUCT_ST_BLKSIZE.
* | * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+3
| | | | | | | | | | | | | | | | available; remove /Network locations from default tcl package search path (NFS mounted locations and thus slow). * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* | autoheader-2.59das2009-01-031-0/+3
| |
* | autoheader-2.59das2008-12-141-0/+3
| |
* | autoheader-2.59das2008-12-011-0/+3
| |
* | autoheader-2.59das2008-08-131-15/+0
| |
* | autoheader-2.59das2008-07-131-3/+0
| |
* | NRE implementation [Patch 2017110]Miguel Sofer2008-07-131-3/+0
| |
* | * unix/tclConfig.h.in: autoheader-2.59das2008-05-311-5/+1
| |
* | Implementation of TIP #257. Incomplete due to missing Win build support.dkf2008-05-311-1/+5
| |
* | autoheader-2.59das2008-04-011-3/+0
| |
* | autoheader-2.59das2008-03-301-0/+3
|/
* autoheader-2.59das2008-02-271-1/+1
|
* autoheader-2.59das2007-11-161-1/+1
|
* autoheader-2.59das2007-11-141-0/+3
|
* autoheader-2.59das2007-11-111-0/+6
|
* autoheader-2.59das2007-10-241-3/+0
|
* autoheader-2.59das2007-10-121-6/+0
|
* * generic/tclDTrace.d (new file): add DTrace provider for Tcl; allowsdas2007-09-131-0/+3
| | | | | | | | | | | | | | | | | | * generic/tclCompile.h: tracing of proc and command entry & * generic/tclBasic.c: return, bytecode execution, object * generic/tclExecute.c: allocation and more; with essentially * generic/tclInt.h: zero cost when tracing is inactive; * generic/tclObj.c: enable with --enable-dtrace configure * generic/tclProc.c: arg (disabled by default, will only * unix/Makefile.in: enable if DTrace is present). * unix/configure.in: [Patch 1793984] * macosx/GNUmakefile: enable DTrace support. * macosx/Tcl-Common.xcconfig: * macosx/Tcl.xcodeproj/project.pbxproj: * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* autoheader-2.59das2007-08-021-0/+6
|
* * unix/tcl.m4: use gcc4's __attribute__((__visibility__("hidden"))) ifdas2007-02-041-1/+1
| | | | | | | available to define MODULE_SCOPE effective on all platforms. * unix/configure.in: add caching to -pipe and zoneinfo checks. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* * macosx/tclMacOSXFCmd.c (TclMacOSXSetFileAttribute): on some versionsdas2007-01-191-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | of Mac OS X, truncate() fails on resource forks, in that case use open() with O_TRUNC instead. * macosx/tclMacOSXNotify.c: accommodate changes to prototypes of OSSpinLock(Un)Lock API. * macosx/Tcl.xcodeproj/project.pbxproj: ensure HOME and USER env vars * macosx/Tcl.xcodeproj/default.pbxuser: are defined when running testsuite from Xcode. * tests/env.test: add extra system env vars that need to be preserved on some Mac OS X versions for testsuite to work. * unix/Makefile.in: move libtommath defines into configure.in to avoid * unix/configure.in: replicating them across multiple buildsystems. * macosx/Tcl.xcodeproj/project.pbxproj: * unix/tcl.m4: ensure CPPFLAGS env var is used when set. [Bug 1586861] (Darwin): add -isysroot and -mmacosx-version-min flags to CPPFLAGS when present in CFLAGS to avoid discrepancies between what headers configure sees during preprocessing tests and compiling tests. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* * generic/tclCompExpr.c: fix gcc warnings about 'cast to/fromdas2006-11-131-0/+12
| | | | | | | | | | | | | | | | | | | | | | | * generic/tclEncoding.c: pointer from/to integer of different * generic/tclEvent.c: size' on 64-bit platforms by casting to * generic/tclExecute.c: intermediate types intptr_t/uintptr_t * generic/tclHash.c: via new PTR2INT(), INT2PTR(), * generic/tclIO.c: PTR2UINT() and UINT2PTR() macros. * generic/tclInt.h: [Patch 1592791] * generic/tclProc.c: * generic/tclTest.c: * generic/tclThreadStorage.c: * generic/tclTimer.c: * generic/tclUtil.c: * unix/configure.in: * unix/tclUnixChan.c: * unix/tclUnixPipe.c: * unix/tclUnixPort.h: * unix/tclUnixTest.c: * unix/tclUnixThrd.c: * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59
* * unix/tclUnixThrd.c (TclpThreadGetStackSize): on Darwin, usedas2006-10-131-0/+3
| | | | | | * unix/tcl.m4: pthread_get_stacksize_np() API to get thread stack size. * unix/configure: autoconf-2.59 * unix/tclConfig.h.in: autoheader-2.59