summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improve description of Unix options for [file attributes] (Pt. 1)msi2021-01-081-10/+10
| |
* | Fix consistency and grammar in re_syntax.nmsi2021-01-081-4/+4
|\ \ | |/
| * Fix consistency and grammar in re_syntax.nmsi2021-01-061-4/+4
| |
* | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not ↵jan.nijtmans2021-01-071-162/+132
| | | | | | | | recommended, but it should work. See: [https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/|gnu printf]
* | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. ↵jan.nijtmans2021-01-061-19/+25
| | | | | | | | Some formatting
* | Fix unclear language in re_syntax. [2da4c23916]dkf2021-01-051-2/+17
|\ \ | |/
| * Fix unclear language in re_syntax. [2da4c23916]dkf2021-01-051-2/+17
| |
* | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-056-13/+13
|\ \ | |/
| * Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵jan.nijtmans2021-01-056-20/+13
| | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16
* | Merge 8.5jan.nijtmans2021-01-053-3/+5
|\ \ | |/
| * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵jan.nijtmans2021-01-052-2/+4
| | | | | | | | have the same version.
* | More elimination of (obsolete) AC_TRY_COMPILEjan.nijtmans2021-01-052-146/+144
| |
* | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵jan.nijtmans2021-01-051-13/+13
|\ \ | |/ | | | | to make that change
| * Require at least autoconf-2.59 for tools/configurejan.nijtmans2021-01-051-2/+3
| |
* | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵jan.nijtmans2021-01-053-53/+50
| | | | | | | | the same */configure scripts with autoconf-2.59.
* | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some ↵jan.nijtmans2021-01-041-3/+3
| | | | | | | | extensions (like tkImg)
* | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-044-23/+23
| |
* | Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode ↵jan.nijtmans2021-01-041-3/+3
| | | | | | | | correctly to UTF-16 with TCL_UTF_MAX==5
* | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ↵jan.nijtmans2021-01-044-17/+37
| | | | | | | | generated configure scripts
* | re-generate win/configurejan.nijtmans2021-01-041-0/+1
|\ \ | |/
| * re-generate win/configurejan.nijtmans2021-01-041-0/+1
| |
* | merge releasedgp2021-01-0210-10/+157
|\ \
| * \ [e7eb94e8d1] typo fix in changes. Each ambiguous hash still identifies onlydgp2020-12-302-1/+2
| |\ \ | |/ / |/| | one ticket, which is good enough.
* | | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
|\ \ \ | | |/ | |/|
| * | Fix [43d371ac19]: Usage of exit() without including <stdlib.h> in unix/configurejan.nijtmans2020-12-291-0/+1
| | |
| | * update changesdgp2020-12-281-20/+37
| | |
| | * Suppress testing of known bug only when it is present. Allow tests that pass.dgp2020-12-261-1/+19
| | |
| | * merge 8.6dgp2020-12-2629-443/+282
| | |\ | |_|/ |/| |
* | | Fix [5a15a88490]: Checkin [1f6f21856b] quoting broke unix/installManpagejan.nijtmans2020-12-241-1/+1
|\ \ \ | |/ /
| * | correct quoting in unix/installManPage, so $Dir can contain spacesjan.nijtmans2020-12-241-7/+7
| | |
* | | unix/configure.in is not supposed to be executable in the distributionjan.nijtmans2020-12-241-1/+1
|\ \ \ | |/ /
| * | unix/configure.in is not supposed to be executable in the distribution.jan.nijtmans2020-12-241-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.nijtmans2020-12-242-130/+134
| | | | | | | | | | | | 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.nijtmans2020-12-242-6/+6
| | | | | | | | | | | | don't accept signature mismatches any more.
| * | Convert AC_TRY_COMPILE (which is obsolete now) to ↵jan.nijtmans2020-12-243-49/+62
| | | | | | | | | | | | 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-233-25/+27
| | |
| * | (cherry-pick): Update TZ info to tzdata2020ejan.nijtmans2020-12-2325-433/+270
| | |
| * | Update all configure-related stuff to work with autoconf-2.70 too. For now, ↵jan.nijtmans2020-12-226-326/+166
| | | | | | | | | | | | everything still generated with (modified) autoconf-2.59
* | | Update TZ info to tzdata2020e.José Ignacio Marín2020-12-2325-433/+270
| | |
* | | Missing constraint, in case we are running on Windows 10 in developer modejan.nijtmans2020-12-231-1/+1
| | |
* | | (cherry-pick): Repair flaws exposed by debugging test run.jan.nijtmans2020-12-233-6/+9
| | |
* | | Fix testcase for [548cd945d6]: Consistant error-code if creating link fails ↵jan.nijtmans2020-12-232-8/+10
| | | | | | | | | | | | on all platforms. On Win10 disable the testcase, because latest Win10 in "Developer Mode" _can_ create symbolic links to files.
| | * changes file updates WIPdgp2020-12-241-29/+37
| | |
| | * Repair flaws exposed by debugging test run.dgp2020-12-223-6/+9
| | |
| | * merge 8.6dgp2020-12-221-1/+1
| | |\ | |_|/ |/| |
* | | Fix [ea8cd4789c]: Tcl 8.6.11 does not compile with VisualStudio 2010. Thanks ↵jan.nijtmans2020-12-221-1/+1
| | | | | | | | | | | | Paul!
| | * close forkdgp2020-12-170-0/+0
| | |\
| | | * Merge forkjan.nijtmans2020-12-170-0/+0
| | | |\
| | * | \ close forkdgp2020-12-175-20/+41
| | |\ \ \ | | | |/ / | | | | / | | | |/ | | |/|
| | | * Merge 8.6jan.nijtmans2020-12-1710-42/+72
| | | |\ | |_|_|/ |/| | |