summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [https://core.tcl-lang.org/tk/info/8b679f597b1d17ad|8b679f597b] for Tcl t...jan.nijtmans2021-05-251-1/+1
* Make all "pkg?" package names lowercase (was: ""Pkg?"), as we now recommend l...jan.nijtmans2021-05-2110-117/+126
* Fix [24b9181478]: Fix unsafe buffer lifetimejan.nijtmans2021-05-031-1/+2
* Document Tcl_GetMemoryInfo(). Backported from [063d44b0beea237e] (Thanks, Har...jan.nijtmans2021-04-161-2/+11
* Fix [85d1fa7d07]: Duplicate file extension check in [file executable] on Wind...jan.nijtmans2021-04-151-1/+0
* [26649439c7] EIAS bug in [concat]dgp2021-04-142-1/+5
|\
| * Bug fixdgp2021-04-141-1/+2
| * Test demonstrating bug [26649439c7].dgp2021-04-141-0/+3
|/
* Backport utf testcase tweaks from 8.7. No change for ucs-2jan.nijtmans2021-04-121-75/+75
* Improve documentation for exec and open, especially in relation to binary pip...dkf2021-03-302-3/+62
* Fix incorrect comment: underscore ('_') is allowed in a packageNamejan.nijtmans2021-03-221-1/+1
* Document that Tcl_UtfCharComplete() can (now) be used to protect Tcl_UtfNext(...jan.nijtmans2021-03-141-7/+8
* Backport Tcl_UtfCharComplete() functionality from 8.6 for TCL_UTF_MAX>3. This...jan.nijtmans2021-03-112-4/+21
* Add some more unused entries to the stub table, keeping up with the table siz...jan.nijtmans2021-03-046-6/+50
* cleanup genStubs.tcl, e.g. "==" -> "eq" and "!=" -> "ne". No change in outputjan.nijtmans2021-03-041-11/+14
* Backport improvements in UTF-8 handling for Tcl_UtfPrev/Tcl_UtfNext from 8.7 ...jan.nijtmans2021-03-033-51/+99
* Revise buffer-sizes used in GetModuleFileNameW() calls. Available buffer-size...jan.nijtmans2021-02-233-10/+10
* 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