Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix [8419c55e2c]: Tclsh read loop does not handle EINTR | jan.nijtmans | 2021-03-09 | 1 | -5/+8 |
| | |||||
* | Merge 8.5 | jan.nijtmans | 2021-02-23 | 1 | -3/+3 |
|\ | |||||
| * | Revise buffer-sizes used in GetModuleFileNameW() calls. Available ↵ | jan.nijtmans | 2021-02-23 | 1 | -3/+3 |
| | | | | | | | | buffer-size reported to GetModuleFileNameW() was not always accurate | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-02-08 | 1 | -184/+186 |
|\ \ | |/ | |||||
| * | Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make ↵ | jan.nijtmans | 2021-02-08 | 1 | -57/+48 |
| | | | | | | | | clean", which might be a leftover of a previous Tcl 8.7 build in this directory | ||||
* | | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17 | jan.nijtmans | 2021-02-02 | 1 | -2/+2 |
| | | |||||
* | | 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 | 2 | -3/+3 |
| | | |||||
* | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵ | jan.nijtmans | 2021-01-21 | 3 | -4/+81 |
|\ \ | | | | | | | | | | longer compile the stub library using LTO (even if CFLAGS enables LTO) | ||||
| * | | Don't use LTO for any stub libraries: It's asking for trouble when an ↵ | jan.nijtmans | 2021-01-20 | 3 | -4/+81 |
| | | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library. | ||||
| * | | Experiment: Fix ↵ | jan.nijtmans | 2021-01-15 | 1 | -3/+3 |
|/ / | | | | | | | [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]. Works for any extension using this construct, not only Thread | ||||
* | | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. ↵ | jan.nijtmans | 2021-01-06 | 1 | -19/+25 |
| | | | | | | | | Some formatting | ||||
* | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 2 | -7/+6 |
|\ \ | |/ | |||||
| * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵ | jan.nijtmans | 2021-01-05 | 2 | -14/+6 |
| | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16 | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-01-05 | 3 | -3/+5 |
|\ \ | |/ | |||||
| * | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵ | jan.nijtmans | 2021-01-05 | 2 | -2/+4 |
| | | | | | | | | have the same version. | ||||
* | | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 1 | -109/+109 |
| | | |||||
* | | 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 | 2 | -19/+19 |
| | | |||||
* | | [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies only | dgp | 2020-12-30 | 1 | -0/+1 |
|\ \ | | | | | | | one ticket, which is good enough. | ||||
| * \ | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| |\ \ | | |/ | |||||
| | * | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configure | jan.nijtmans | 2020-12-29 | 1 | -0/+1 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-12-26 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpage | jan.nijtmans | 2020-12-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | correct quoting in unix/installManPage, so $Dir can contain spaces | jan.nijtmans | 2020-12-24 | 1 | -7/+7 |
| | | | |||||
| * | | unix/configure.in is not supposed to be executable in the distribution | jan.nijtmans | 2020-12-24 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | unix/configure.in is not supposed to be executable in the distribution. | jan.nijtmans | 2020-12-24 | 1 | -6/+1 |
| | | | | | | | | | Don't re-generate unix/tclConfig.h.in and unix/configure as part of "make dist": This should be done with autoconf-2.59, not with whatever autoconf is present on this machine | ||||
| | * | Last pre-autoconf-2.69 obsolete construct eliminated. Works with ↵ | jan.nijtmans | 2020-12-24 | 1 | -113/+118 |
| | | | | | | | | | | | | autoconf-2.59 as well. Still to be tested with autoconf-2.70. | ||||
| | * | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers ↵ | jan.nijtmans | 2020-12-24 | 2 | -6/+6 |
| | | | | | | | | | | | | 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 | 4 | -318/+158 |
| | | | | | | | | | | | | everything still generated with (modified) autoconf-2.59 | ||||
* | | | Merge 8.6 | jan.nijtmans | 2020-12-17 | 1 | -6/+22 |
|\ \ \ | |/ / | |||||
| * | | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all ↵ | jan.nijtmans | 2020-12-17 | 1 | -6/+9 |
| |\ \ | | |/ | | | | | | | files in "make dist" | ||||
| | * | Add .travis.yml and .github/worksflows to "make dist" | jan.nijtmans | 2020-12-17 | 1 | -0/+3 |
| | | | |||||
| * | | Fix [cb4d185ea57b8966]: Fix tests safe-* for tcl-8.6.11rc0 | jan.nijtmans | 2020-12-14 | 1 | -0/+13 |
| | | | |||||
| * | | make dist | jan.nijtmans | 2020-12-13 | 1 | -20/+6 |
| | | | |||||
* | | | make dist | dgp | 2020-12-11 | 1 | -20/+6 |
| | | | |||||
* | | | merge 8.6 | dgp | 2020-12-07 | 4 | -30/+14 |
|\ \ \ | |/ / | |||||
| * | | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
| |\ \ | | |/ | |||||
| | * | Extend "platform" package for msys2 -> platform 1.0.15 | jan.nijtmans | 2020-12-03 | 1 | -2/+2 |
| | | | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-02 | 2 | -16/+0 |
| |\ \ | | |/ | |||||
| | * | Remove redunant piece of SC_ENABLE_SHARED: The AC_ARG_ENABLE already ↵ | jan.nijtmans | 2020-12-01 | 2 | -16/+0 |
| | | | | | | | | | | | | generates this part, resulting in duplicate code in the "configure" script | ||||
| * | | Merge 8.5 | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Missing '_' in unix/tcl.m4 (Only relevant for mingw) | jan.nijtmans | 2020-12-01 | 2 | -3/+3 |
| | | | |||||
| * | | Merge 8.5 | jan.nijtmans | 2020-11-30 | 2 | -4/+4 |
| |\ \ | | |/ | |||||
| | * | Cherry-pick part of "msys2-fixes_v001" branch: build/test fixes for msys2 | jan.nijtmans | 2020-11-30 | 2 | -4/+4 |
| | | | |||||
| | * | (cherry-pick): Fix [014ade1d44]: Misleading error message when using "-path" ↵ | jan.nijtmans | 2020-10-09 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | multiple times with "glob". Also fix a few (harmless) -Wundef warnings | ||||
| | * | create server socket with AI_PASSIVE flag (used for bind) | sebres | 2020-08-10 | 1 | -1/+1 |
| | | |