Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use {} braces in more "expr" expressions. | jan.nijtmans | 2021-01-28 | 15 | -718/+718 |
| | |||||
* | Use "in" operator in stead of "lsearch -exact" when possible | jan.nijtmans | 2021-01-28 | 2 | -2/+2 |
| | |||||
* | *.decls files are now in UTF-8. Use "in" operator in stead of "lsearch -exact". | jan.nijtmans | 2021-01-27 | 5 | -9/+9 |
| | |||||
* | When generating stubs, always read *.decls and *Decls.h files in UTF-8. This ↵ | jan.nijtmans | 2021-01-27 | 1 | -2/+3 |
| | | | | corrects possible invalid UTF-8. | ||||
* | Update to tzdata 2021a | jan.nijtmans | 2021-01-25 | 1 | -0/+1 |
|\ | |||||
| * | Update to tzdata 2021a | jan.nijtmans | 2021-01-25 | 1 | -0/+1 |
| | | |||||
* | | Merge 8.5 | jan.nijtmans | 2021-01-25 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | ERROR_ON_FAILURES=1, otherwise failing Linux tests don't result in a failing ↵ | jan.nijtmans | 2021-01-25 | 1 | -0/+2 |
| | | | | | | | | build | ||||
* | | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
|\ \ | |/ | | | | | Centos6.9 64-bits) | ||||
| * | Fix [8c025f8f0d]: Run-time error on tcl 8.6.11 32 bits (from cross-compile ↵ | jan.nijtmans | 2021-01-21 | 1 | -0/+9 |
| |\ | | | | | | | | | | Centos6.9 64-bits) | ||||
| | * | Possible fix (workaround) for [8c025f8f0d]: Run-time error on tcl 8.6.11 32 ↵ | jan.nijtmans | 2021-01-20 | 1 | -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.nijtmans | 2021-01-21 | 0 | -0/+0 |
| | | | | | | | | | | | | Type mismatch in TclIntStubs | ||||
* | | | Fix [https://core.tcl-lang.org/thread/info/98ae20f0f5|98ae20f0f5] by no ↵ | jan.nijtmans | 2021-01-21 | 7 | -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.nijtmans | 2021-01-20 | 7 | -9/+162 |
| | | | | | | | | | | | | | | | | extension is compiled with different CFLAGS as the stub library. | ||||
| * | | | Experiment: Fix ↵ | jan.nijtmans | 2021-01-15 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | [https://core.tcl-lang.org/thread/tktview?name=98ae20f0f5|98ae20f0f5]. Works for any extension using this construct, not only Thread | ||||
* | | | | Close fork | jan.nijtmans | 2021-01-21 | 1 | -14/+14 |
|\ \ \ \ | |||||
| * \ \ \ | Improve [file attributes] documentation | msi | 2021-01-20 | 1 | -14/+14 |
| |\ \ \ \ | | | |/ / | | |/| | | |||||
| | * | | | Improve [file attributes] documentation further | msi | 2021-01-20 | 1 | -5/+5 |
| | |\ \ \ | |||||
| | | * | | | Fix line width in [file attributes] documentation | msi | 2021-01-20 | 1 | -9/+9 |
| | | | | | | |||||
| | | * | | | Improve punctuation and wording in [file attributes] documentation | msi | 2021-01-20 | 1 | -5/+5 |
| | | | | | | |||||
| | * | | | | Improve [file attributes] documentation | msi | 2021-01-20 | 1 | -9/+9 |
| | | | | | | |||||
* | | | | | | Make tclCkalloc.c and tclExecute warning-free on Windows when compiled with ↵ | jan.nijtmans | 2021-01-20 | 2 | -17/+17 |
| |_|_|_|/ |/| | | | | | | | | | | | | | | --enable-memory=(mem|all). | ||||
* | | | | | Merge fork | jan.nijtmans | 2021-01-20 | 1 | -15/+18 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Improve clarity of [file attributes] documentation | msi | 2021-01-19 | 1 | -15/+18 |
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | | |||||
| | * | | Improve clarity of [file attributes] documentation | msi | 2021-01-19 | 1 | -15/+18 |
| | |\ \ | | | |/ | |||||
| | | * | Fix missing backslash | msi | 2021-01-19 | 1 | -1/+1 |
| | | | | |||||
| | | * | Improve description of Unix options for [file attributes] (Pt. 2) | msi | 2021-01-19 | 1 | -15/+18 |
| | | | | |||||
| | | * | Create new branch named "msi-core-8-5-branch" | msi | 2021-01-19 | 0 | -0/+0 |
| | |/ | |||||
* | | | Don't worry about Windows 3.1 any more. | jan.nijtmans | 2021-01-19 | 1 | -3/+1 |
|/ / | |||||
* | | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Fix [b89209f5cd]: compilation error Windows 10 / Visual Studio 2019 | jan.nijtmans | 2021-01-13 | 2 | -2/+2 |
| | | |||||
* | | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode ↵ | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
|\ \ | |/ | | | | | regexps | ||||
| * | Fix [1dab713a38]: Uninitialized-variable use while parsing '*' in BRE-mode ↵ | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
| | | | | | | | | regexps | ||||
* | | Improve description of Unix options for [file attributes] (Pt. 1) | msi | 2021-01-08 | 1 | -10/+10 |
|\ \ | |/ | |||||
| * | Improve description of Unix options for [file attributes] (Pt. 1) | msi | 2021-01-08 | 1 | -10/+10 |
| | | |||||
* | | Fix consistency and grammar in re_syntax.n | msi | 2021-01-08 | 1 | -4/+4 |
|\ \ | |/ | |||||
| * | Fix consistency and grammar in re_syntax.n | msi | 2021-01-06 | 1 | -4/+4 |
| | | |||||
* | | Fix mingw-w64 compiler warnings when using __USE_MINGW_ANSI_STDIO=1. Not ↵ | jan.nijtmans | 2021-01-07 | 1 | -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.nijtmans | 2021-01-06 | 1 | -19/+25 |
| | | | | | | | | Some formatting | ||||
* | | Fix unclear language in re_syntax. [2da4c23916] | dkf | 2021-01-05 | 1 | -2/+17 |
|\ \ | |/ | |||||
| * | Fix unclear language in re_syntax. [2da4c23916] | dkf | 2021-01-05 | 1 | -2/+17 |
| | | |||||
* | | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 6 | -13/+13 |
|\ \ | |/ | |||||
| * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother ↵ | jan.nijtmans | 2021-01-05 | 6 | -20/+13 |
| | | | | | | | | tcl_platform[os], since "Windows NT" is the only one supported. "platform" -> 1.0.16 | ||||
* | | Merge 8.5 | jan.nijtmans | 2021-01-05 | 3 | -3/+5 |
|\ \ | |/ | |||||
| * | #undef PACKAGE_VERSION in tclConfig.h too, since Tcl and Tk don't necessary ↵ | jan.nijtmans | 2021-01-05 | 2 | -2/+4 |
| | | | | | | | | have the same version. | ||||
* | | More elimination of (obsolete) AC_TRY_COMPILE | jan.nijtmans | 2021-01-05 | 2 | -146/+144 |
| | | |||||
* | | Merge 8.5. Restore use of AC_HEADER_STDC in win/configure.in: Wait for 8.7 ↵ | jan.nijtmans | 2021-01-05 | 1 | -13/+13 |
|\ \ | |/ | | | | | to make that change | ||||
| * | Require at least autoconf-2.59 for tools/configure | jan.nijtmans | 2021-01-05 | 1 | -2/+3 |
| | | |||||
* | | Eliminate (obsolete) use of AC_TRY_LINK in */configure.in. Still generates ↵ | jan.nijtmans | 2021-01-05 | 3 | -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.nijtmans | 2021-01-04 | 1 | -3/+3 |
| | | | | | | | | extensions (like tkImg) |