summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [7c64aa5e1a]: Another uninitialized-variable bug in BRE-mode parsing. Tha...jan.nijtmans2021-02-192-1/+5
* Backport 3 additional test-cases from 8.6 for TCL_UTF_MAX>3jan.nijtmans2021-02-171-7/+16
* Makefile cleanup: Remove *.zip and *.vfs files/directories as part of "make c...jan.nijtmans2021-02-083-61/+52
* On Big Sur, distingish 11.0, 11.1 and 11.2. platform 1.0.16 -> 1.0.17jan.nijtmans2021-02-024-8/+12
* Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
* ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ...jan.nijtmans2021-01-251-0/+2
* Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile Ce...jan.nijtmans2021-01-211-0/+9
|\
| * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 b...jan.nijtmans2021-01-201-0/+9
| * Merge forkjan.nijtmans2021-01-201-15/+18
| |\
| | * Improve clarity of [file attributes] documentationmsi2021-01-191-15/+18
| | |\
| * | | 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 [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
| |\ \ \ \
| * \ \ \ \ Fix consistency and grammar in re_syntax.nmsi2021-01-081-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
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16jan.nijtmans2021-01-056-13/+13
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.5jan.nijtmans2021-01-053-3/+5
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ 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
| |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ unix/configure.in is not supposed to be executable in the distributionjan.nijtmans2020-12-241-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | 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 o...jan.nijtmans2020-12-232-8/+10
| | | | | * | | | | | | | | | | 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
| | | | | * | | | | | | | | | | 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
| | | | | | |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Add .travis.yml and .github/worksflows to "make dist". Use "cp -p" for all fi...jan.nijtmans2020-12-171-6/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | [testConstraint winVista] should be true on Windows 10 toojan.nijtmans2020-12-161-3/+4