summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.7jan.nijtmans2021-11-261-3/+3
|\
| * Merge 8.6. Add win/*.in to "make dist"jan.nijtmans2021-11-261-3/+3
| |\
* | \ Merge 8.7jan.nijtmans2021-08-201-0/+3
|\ \ \ | |/ /
| * | tip#511 proposed implementationjan.nijtmans2021-08-171-0/+3
| | |
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-7/+0
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2021-01-071-1/+2
| |\ \
| * | | Merge 8.7jan.nijtmans2021-01-041-15/+2
| | | |
* | | | Merge 8.7jan.nijtmans2021-01-051-9/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Merge 8.6jan.nijtmans2021-01-051-9/+4
| |\ \ \ | | |/ / | |/| / | | |/
| | * Merge 8.5jan.nijtmans2021-01-051-1/+2
| | |\
| | | * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵jan.nijtmans2021-01-051-1/+2
| | | | | | | | | | | | | | | | have the same version.
| | | * Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-221-11/+13
| | | | | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59
| | | * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-31/+9
| | | |
| | | * Add "manifest.uuid" to the distribution, so we can see exactly where "make ↵jan.nijtmans2020-06-241-9/+31
| | | | | | | | | | | | | | | | dist" came from. In case of "git", we can see that too
* | | | Merge 8.7jan.nijtmans2020-12-171-13/+31
|\ \ \ \ | |/ / /
| * | | Merge 8.6. Re-generate tclConfig.h.in with autoheader v2.70jan.nijtmans2020-12-171-13/+31
| |\ \ \ | | |/ /
* | | | Merge 8.7jan.nijtmans2020-12-131-20/+6
|\ \ \ \ | |/ / /
| * | | Merge 8.6jan.nijtmans2020-12-131-20/+6
| |\ \ \ | | |/ /
| | * | make distjan.nijtmans2020-12-131-20/+6
| | | |
* | | | Merge trunkjan.nijtmans2020-09-251-3/+0
|/ / /
* | | Merge 8.6: Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+26
|\ \ \ | |/ /
| * | Re-generate unix/tclConfig.h.injan.nijtmans2020-06-291-6/+20
| | |
* | | Merge 8.7 rc branchjan.nijtmans2019-11-231-20/+6
|\ \ \
| * \ \ merge 8.6dgp2019-11-221-20/+6
| |\ \ \ | | |/ /
| | * | Updates from `make dist`dgp2019-11-031-20/+6
| | | |
* | | | More WIP: All makefile builds appear to work fine, makefile.vc build still ↵jan.nijtmans2019-11-051-3/+0
| | | | | | | | | | | | | | | | to be done.
* | | | Re-base to core-8-branchjan.nijtmans2019-11-011-3/+0
|\ \ \ \ | |/ / / |/| | |
* | | | Don't typedef mp_digit in tcl.h anymore, it is supposed to be brought in ↵jan.nijtmans2019-10-281-4/+35
| | | | | | | | | | | | | | | | | | | | from tclTomMath.h. Add test in configure scripts for <stdint.h> and <stdbool.h>. Not used by Tcl yet, probably handy for TEA extensions wanting to use that ;-)
* | | | Merge 8.6.jan.nijtmans2019-10-231-6/+28
|\ \ \ \ | |/ / / |/| / / | |/ / Also unbreak windows build, broken since [0f2870649c804dd8].
| * | Update "make dist" for libtommath 1.2.0: TOMMATH_SRCSjan.nijtmans2019-10-221-6/+28
| | |
* | | 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
| |