summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* merge 8.6dgp2018-11-151-6/+3
|\
| * make distdgp2018-11-011-6/+3
| |
* | merge 8.6sebres2018-06-051-0/+3
|\ \ | |/
| * merge 8.5sebres2018-06-041-0/+3
| |\
| | * fixes [92564326a9] if compiled on some x86 systems (with dirent64 but ↵sebres2018-06-041-0/+3
| | | | | | | | | | | | without DIR64, partially cherry-picked from https://www.androwish.org/index.html/info/6119b8ac2aee8411).
| | * RefineApproximation() leaked twoMv and twoMd in one of its exits.dgp2016-01-281-20/+6
| | |
* | | More removals of TCL_THREADS usage (configure scripts/win makefiles)jan.nijtmans2018-05-221-3/+0
| | |
* | | merge 8.7jan.nijtmans2017-12-061-6/+0
|\ \ \
| * | | Fix [e058307eef73cf21cf6805ad7c778e1024f9eb7d|e058307eef]: Use of values.h ↵jan.nijtmans2017-11-201-3/+0
| | | | | | | | | | | | | | | | breaks build of Tk trunk on macOS
| * | | Remove compat/float.h and related machinery. The last system known where ↵jan.nijtmans2017-11-151-3/+0
| | | | | | | | | | | | | | | | | | | | this was needed was SunOS-4, which is not supported by Tcl any more for a long ... long time .... Also, fix a typo in generic/tclInt.h and remove some end-of-line spacing.
* | | | (more experimenting): Make TCL_LL_MODIFIER behave more close to intuitive ↵jan.nijtmans2017-03-291-1/+1
|/ / / | | | | | | | | | | | | expectations: If the platform has a "long long" type, use it for Tcl_WideInt, so TCL_LL_MODIFIER is really a replacement for "ll" on most platforms (Win32/Win64 as most notable exception). Will need a new TIP.
* | | Remove subdirectories of "libtommath", and various individual related files, ↵jan.nijtmans2016-11-171-3/+0
|/ / | | | | | | | | not taking any part in the Tcl build. Makes the Tcl distribution smaller without sacrificing anything. And remove the TCL_TOMMATH define, which was never used for anything.
* | 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 HEADdgp2008-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
|/