summaryrefslogtreecommitdiffstats
path: root/unix/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Bump to 8.6.12 for releasejan.nijtmans2021-10-271-1/+1
|
* Undo previous change to unix/configure.injan.nijtmans2021-01-291-1/+1
|
* Fix 2 warnings when running "autoconf" (2.69 or 2.70)jan.nijtmans2021-01-291-1/+1
|
* 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.
| * Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵jan.nijtmans2020-12-241-3/+3
| | | | | | | | don't accept signature mismatches any more.
| * Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-241-31/+31
| | | | | | | | AC_COMPILE_IFELSE/AC_LANG_PROGRAM. This still works with autoconf-2.59 too.
| * More progress in autoconf-2.70 compatibility. Not to be merged to 8.6 yet!jan.nijtmans2020-12-231-1/+1
| |
| * Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-221-48/+24
| | | | | | | | everything still generated with (modified) autoconf-2.59
* | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵jan.nijtmans2021-01-051-29/+29
| | | | | | | | the same */configure scripts with autoconf-2.59.
* | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-041-3/+3
| |
* | Bump to 8.6.11 for release.dgp2020-07-061-1/+1
| |
* | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵jan.nijtmans2020-06-281-2/+0
| | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7
* | Merge 8.5jan.nijtmans2020-06-251-0/+1
|\ \ | |/
| * One include too muchjan.nijtmans2020-06-241-1/+0
| |
| * Fix [9080d6a871]: Build fix for tcl on macOS on Apple Siliconjan.nijtmans2020-06-241-0/+2
| |
* | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵jan.nijtmans2020-04-101-2/+2
| | | | | | | | and at least one of them contains a space.
* | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵jan.nijtmans2020-04-101-2/+2
| | | | | | | | | | use of ".." in the makefiles. Adapt all makefiles (unix/win) such that they can handle spaces in LIB_INSTALL_DIR/SCRIPT_INSTALL_DIR/MODULE_INSTALL_DIR, just by adding double-quotes in appropriate places.
* | Merge 8.5. Mainly add Unicode 13 new plane 3 characters to the internal ↵jan.nijtmans2020-03-171-1/+1
|\ \ | |/ | | | | Unicode tables. Not used in 8.6 yet.
| * Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly.jan.nijtmans2020-03-091-1/+1
| |
* | merge 8,6dgp2019-11-021-3/+3
|\ \
| * \ Merge 8.5jan.nijtmans2019-10-311-3/+3
| |\ \ | | |/
| | * More patches from Debianjan.nijtmans2019-10-311-3/+3
| | |
| * | Remove /System from auto_path on macOS because Apple has deprecated its own ↵Kevin Walzer2019-10-251-2/+2
| | | | | | | | | | | | ancient installation of Tcl/Tk
* | | Remove /System from auto_path on macOS because Apple has deprecated its own ↵Kevin Walzer2019-10-251-2/+2
|\ \ \ | |/ / | | | | | | ancient installation of Tcl/Tk
* | | merge 8.6dgp2019-08-261-1/+1
|\ \ \ | |/ /
| * | Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| |\ \ | | |/
| | * Fix [8566dc22f9]: various spelling fixes in commentsjan.nijtmans2019-08-221-1/+1
| | |
| | * merge 8.5dgp2015-10-291-6/+0
| | |\
| | * | Bump to release number 8.5.19dgp2015-10-231-1/+1
| | | |
* | | | Bump version numbers for 8.6.10 release.dgp2019-06-171-1/+1
|/ / /
* | | merge 8.6dgp2018-11-011-20/+0
|\ \ \
| * | | Eliminate fallback attempts when broken strtod() routines are detected.dgp2018-11-011-20/+0
| | | | | | | | | | | | This has long been creating more problems than it solves.
* | | | Bump version numbers for 8.6.9 release.dgp2018-10-051-1/+1
|/ / /
* | | Start RC branch for Tcl 8.6.8dgp2017-12-061-1/+1
| | |
* | | Start RC branch for Tcl 8.6.7dgp2017-03-101-1/+1
| | |
* | | Start RC branch for Tcl 8.6.6dgp2016-07-121-1/+1
| | |
* | | Bump to 8.6.5dgp2016-01-281-1/+1
| | |
* | | Remove use of HAVE_USLEEP. It isn't use anywhere any morejan.nijtmans2015-10-251-6/+0
|\ \ \ | | |/ | |/|
| * | Remove use of HAVE_USLEEP. It isn't use anywhere any more.jan.nijtmans2015-10-251-6/+0
| |/
* | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+6
|\ \ | |/ | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
| * Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵jan.nijtmans2015-07-231-0/+6
| |\ | | | | | | | | | forking process under heavy multithreading. Thanks to Joe Mistachkin for the implementation of the fix, and Gustaf Neumann for the original report and testing the fix.
| | * First attempt at implementing the necessary auto-magic for usleep.Joe Mistachkin2015-05-181-0/+6
| |/ |/|
| * Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-251-6/+6
| | | | | | | | | | | | 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.
| * Bump to version 8.5.18.dgp2015-02-051-1/+1
| |
| * Bump to 8.5.17dgp2014-10-101-1/+1
| |
| * Bump to 8.5.16 for release.dgp2014-07-231-1/+1
| |
| * Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵jan.nijtmans2014-03-311-0/+1
| | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad])
| * Bump to 8.5.15 for release.dgp2013-08-291-1/+1
| |
* | Bump to 8.6.4.dgp2015-02-261-1/+1
| |