summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with -...jan.nijtmans2021-01-202-17/+17
* Merge forkjan.nijtmans2021-01-201-15/+18
|\
| * Improve clarity of [file attributes] documentationmsi2021-01-191-15/+18
| |\
| | * Improve clarity of [file attributes] documentationmsi2021-01-191-15/+18
| | |\
| | | * Fix missing backslashmsi2021-01-191-1/+1
| | | * Improve description of Unix options for [file attributes] (Pt. 2)msi2021-01-191-15/+18
| | | * Create new branch named "msi-core-8-5-branch"msi2021-01-190-0/+0
| | |/
* | | Don't worry about Windows 3.1 any more.jan.nijtmans2021-01-191-3/+1
|/ /
* | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
|\ \ | |/
| * Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019jan.nijtmans2021-01-132-2/+2
* | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
|\ \ | |/
| * Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode re...jan.nijtmans2021-01-111-1/+1
* | Improve description of Unix options for [file attributes] (Pt. 1)msi2021-01-081-10/+10
|\ \ | |/
| * 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 reco...jan.nijtmans2021-01-071-162/+132
* | Eliminate obsolete AC_HAVE_HEADERS and two more AC_TRY_COMPILE constructs. So...jan.nijtmans2021-01-061-19/+25
* | 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 tcl_platform[o...jan.nijtmans2021-01-056-20/+13
* | Merge 8.5jan.nijtmans2021-01-053-3/+5
|\ \ | |/
| * #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary h...jan.nijtmans2021-01-052-2/+4
* | 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 to...jan.nijtmans2021-01-051-13/+13
|\ \ | |/
| * 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 t...jan.nijtmans2021-01-053-53/+50
* | Roll-back part of [4dfa9000e1]: This isn't used for Tcl, but breaks some exte...jan.nijtmans2021-01-041-3/+3
* | AC_HELP_STRING -> AS_HELP_STRINGjan.nijtmans2021-01-044-23/+23
* | Fix [c376607b22]: Tcl 8.6: Extended plane character does not encode correctly...jan.nijtmans2021-01-041-3/+3
* | No longer use deprecated syntax for AC_INIT/AC_OUTPUT. (almost) no change in ...jan.nijtmans2021-01-044-17/+37
* | 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
| |\ \ | |/ / |/| |
* | | 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
| * | Last pre-autoconf-2.69 obsolete construct eliminated. Works with autoconf-2.5...jan.nijtmans2020-12-242-130/+134
| * | Fix check for broken strstr/strtoul/strtod functions: Modern C compilers don'...jan.nijtmans2020-12-242-6/+6
| * | Convert AC_TRY_COMPILE (which is obsolete now) to AC_COMPILE_IFELSE/AC_LANG_P...jan.nijtmans2020-12-243-49/+62
| * | 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