summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use {} braces in more "expr" expressions.jan.nijtmans2021-01-2815-718/+718
|
* Use "in" operator in stead of "lsearch -exact" when possiblejan.nijtmans2021-01-282-2/+2
|
* *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact".jan.nijtmans2021-01-275-9/+9
|
* When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ↵jan.nijtmans2021-01-271-2/+3
| | | | corrects possible invalid UTF-8.
* Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
|\
| * Update to tzdata 2021ajan.nijtmans2021-01-251-0/+1
| |
* | Merge 8.5jan.nijtmans2021-01-251-0/+2
|\ \ | |/
| * ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ↵jan.nijtmans2021-01-251-0/+2
| | | | | | | | build
* | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵jan.nijtmans2021-01-211-0/+9
|\ \ | |/ | | | | Centos6.9 64-bits)
| * Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵jan.nijtmans2021-01-211-0/+9
| |\ | | | | | | | | | Centos6.9 64-bits)
| | * Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵jan.nijtmans2021-01-201-0/+9
| | | | | | | | | | | | | | | bits (from cross-compile Centos6.9 64-bits). Since autoconf-2.59 has limited support for cross-compilation, a better fix has to wait for Tcl 8.7 (which uses autoconf-2.70)
* | | Fix [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]: ↵jan.nijtmans2021-01-210-0/+0
| | | | | | | | | | | | Type mismatch in TclIntStubs
* | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵jan.nijtmans2021-01-217-9/+162
|\ \ \ | | | | | | | | | | | | 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.nijtmans2021-01-207-9/+162
| | | | | | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library.
| * | | Experiment: Fix ↵jan.nijtmans2021-01-151-3/+3
| | | | | | | | | | | | | | | | [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]. Works for any extension using this construct, not only Thread
* | | | Close forkjan.nijtmans2021-01-211-14/+14
|\ \ \ \
| * \ \ \ Improve [file attributes] documentationmsi2021-01-201-14/+14
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Improve [file attributes] documentation furthermsi2021-01-201-5/+5
| | |\ \ \
| | | * | | Fix line width in [file attributes] documentationmsi2021-01-201-9/+9
| | | | | |
| | | * | | Improve punctuation and wording in [file attributes] documentationmsi2021-01-201-5/+5
| | | | | |
| | * | | | Improve [file attributes] documentationmsi2021-01-201-9/+9
| | | | | |
* | | | | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with ↵jan.nijtmans2021-01-202-17/+17
| |_|_|_|/ |/| | | | | | | | | | | | | | --enable-memory=(mem|all).
* | | | | 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 ↵jan.nijtmans2021-01-111-1/+1
|\ \ | |/ | | | | regexps
| * Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode ↵jan.nijtmans2021-01-111-1/+1
| | | | | | | | regexps
* | 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 ↵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)