Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump to 8.6.12 for release | jan.nijtmans | 2021-10-27 | 1 | -1/+1 |
| | |||||
* | Undo previous change to unix/configure.in | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Fix 2 warnings when running "autoconf" (2.69 or 2.70) | jan.nijtmans | 2021-01-29 | 1 | -1/+1 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2021-01-05 | 1 | -1/+2 |
|\ | |||||
| * | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵ | jan.nijtmans | 2021-01-05 | 1 | -1/+2 |
| | | | | | | | | have the same version. | ||||
| * | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵ | jan.nijtmans | 2020-12-24 | 1 | -3/+3 |
| | | | | | | | | don't accept signature mismatches any more. | ||||
| * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵ | jan.nijtmans | 2020-12-24 | 1 | -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.nijtmans | 2020-12-23 | 1 | -1/+1 |
| | | |||||
| * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵ | jan.nijtmans | 2020-12-22 | 1 | -48/+24 |
| | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵ | jan.nijtmans | 2021-01-05 | 1 | -29/+29 |
| | | | | | | | | the same */configure scripts with autoconf-2.59. | ||||
* | | AC_HELP_STRING -> AS_HELP_STRING | jan.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | |||||
* | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -1/+1 |
| | | |||||
* | | MacOSX: add some type-casts, improving C++ compatibility. Make sure that ↵ | jan.nijtmans | 2020-06-28 | 1 | -2/+0 |
| | | | | | | | | strstr and strtoul() are not configured as invalid: Mac is more strict in exact function signatures. Backported from 8.7 | ||||
* | | Merge 8.5 | jan.nijtmans | 2020-06-25 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | One include too much | jan.nijtmans | 2020-06-24 | 1 | -1/+0 |
| | | |||||
| * | Fix [9080d6a871]: Build fix for tcl on macOS on Apple Silicon | jan.nijtmans | 2020-06-24 | 1 | -0/+2 |
| | | |||||
* | | Fix determination of TCL_PACKAGE_PATH if it contains multiple directories, ↵ | jan.nijtmans | 2020-04-10 | 1 | -2/+2 |
| | | | | | | | | and at least one of them contains a space. | ||||
* | | Introduce MODULE_INSTALL_DIR in make/nmake files, for compiling Tcl. Less ↵ | jan.nijtmans | 2020-04-10 | 1 | -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.nijtmans | 2020-03-17 | 1 | -1/+1 |
|\ \ | |/ | | | | | Unicode tables. Not used in 8.6 yet. | ||||
| * | Use more uppercase hex (e.g. 0xFF) in stead of lowercase (0xff) consistantly. | jan.nijtmans | 2020-03-09 | 1 | -1/+1 |
| | | |||||
* | | merge 8,6 | dgp | 2019-11-02 | 1 | -3/+3 |
|\ \ | |||||
| * \ | Merge 8.5 | jan.nijtmans | 2019-10-31 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | More patches from Debian | jan.nijtmans | 2019-10-31 | 1 | -3/+3 |
| | | | |||||
| * | | Remove /System from auto_path on macOS because Apple has deprecated its own ↵ | Kevin Walzer | 2019-10-25 | 1 | -2/+2 |
| | | | | | | | | | | | | ancient installation of Tcl/Tk | ||||
* | | | Remove /System from auto_path on macOS because Apple has deprecated its own ↵ | Kevin Walzer | 2019-10-25 | 1 | -2/+2 |
|\ \ \ | |/ / | | | | | | | ancient installation of Tcl/Tk | ||||
* | | | merge 8.6 | dgp | 2019-08-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| | | | |||||
| | * | merge 8.5 | dgp | 2015-10-29 | 1 | -6/+0 |
| | |\ | |||||
| | * | | Bump to release number 8.5.19 | dgp | 2015-10-23 | 1 | -1/+1 |
| | | | | |||||
* | | | | Bump version numbers for 8.6.10 release. | dgp | 2019-06-17 | 1 | -1/+1 |
|/ / / | |||||
* | | | merge 8.6 | dgp | 2018-11-01 | 1 | -20/+0 |
|\ \ \ | |||||
| * | | | Eliminate fallback attempts when broken strtod() routines are detected. | dgp | 2018-11-01 | 1 | -20/+0 |
| | | | | | | | | | | | | This has long been creating more problems than it solves. | ||||
* | | | | Bump version numbers for 8.6.9 release. | dgp | 2018-10-05 | 1 | -1/+1 |
|/ / / | |||||
* | | | Start RC branch for Tcl 8.6.8 | dgp | 2017-12-06 | 1 | -1/+1 |
| | | | |||||
* | | | Start RC branch for Tcl 8.6.7 | dgp | 2017-03-10 | 1 | -1/+1 |
| | | | |||||
* | | | Start RC branch for Tcl 8.6.6 | dgp | 2016-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | Bump to 8.6.5 | dgp | 2016-01-28 | 1 | -1/+1 |
| | | | |||||
* | | | Remove use of HAVE_USLEEP. It isn't use anywhere any more | jan.nijtmans | 2015-10-25 | 1 | -6/+0 |
|\ \ \ | | |/ | |/| | |||||
| * | | Remove use of HAVE_USLEEP. It isn't use anywhere any more. | jan.nijtmans | 2015-10-25 | 1 | -6/+0 |
| |/ | |||||
* | | Fix bug [57945b574a6df0332efc4ac96b066f7c347b28f7|57945b574a]: lock in ↵ | jan.nijtmans | 2015-07-23 | 1 | -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.nijtmans | 2015-07-23 | 1 | -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 Mistachkin | 2015-05-18 | 1 | -0/+6 |
| |/ |/| | |||||
| * | Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵ | jan.nijtmans | 2015-06-25 | 1 | -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. | dgp | 2015-02-05 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.17 | dgp | 2014-10-10 | 1 | -1/+1 |
| | | |||||
| * | Bump to 8.5.16 for release. | dgp | 2014-07-23 | 1 | -1/+1 |
| | | |||||
| * | Cherry-pick [c54059aaad] from trunk: Added support for reporting TEA-like ↵ | jan.nijtmans | 2014-03-31 | 1 | -0/+1 |
| | | | | | | | | | | info via pkg-config. Add missing @TCL_LIB_FLAG@ (derived from ticket [5bcb5026ad]) | ||||
| * | Bump to 8.5.15 for release. | dgp | 2013-08-29 | 1 | -1/+1 |
| | | |||||
* | | Bump to 8.6.4. | dgp | 2015-02-26 | 1 | -1/+1 |
| | |