Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge 8.7 | jan.nijtmans | 2021-01-21 | 1 | -0/+7 |
|\ | |||||
| * | Merge 8.6 | jan.nijtmans | 2021-01-21 | 1 | -0/+7 |
| |\ | |||||
| | * | 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) | ||||
| | | * | (cherry-pick): Fix [c975939973]: Usage of gnu_printf in latest mingw-w64. | jan.nijtmans | 2020-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Change (internal, windows-only) TCL_I_MODIFIER to TCL_Z_MODIFIER, since that's how it's called in Tcl 8.7 and up | ||||
| | | * | Tie together the TCL_UTF_MAX=4 and TCL_UTF_MAX=6 builds to mean the same | dgp | 2020-04-20 | 1 | -1/+1 |
| | | | | | | | | | | | | thing on the 8.5 branch -- use internal UCS-4 storage. | ||||
| | | * | Make TCL_UTF_MAX=4 build test clean again. | dgp | 2020-04-18 | 1 | -1/+1 |
| | | | | |||||
| | | * | Fix [c574e50a3b30e76f]: CRASH: utf-2.[89] in 8.5 built with TCL_UTF_MAX=4 | jan.nijtmans | 2020-04-18 | 1 | -1/+1 |
| | | | | |||||
* | | | | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -5/+1 |
|\ \ \ \ | |/ / / | |||||
| * | | | TIP #481 implementation: Tcl_GetStringFromObj() with size_t length parameter | jan.nijtmans | 2021-01-11 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * \ \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -211/+193 |
| | |\ \ \ \ | |||||
| | * | | | | | Remove the Tcl_GetValue() functionality. This can always be developed separately | jan.nijtmans | 2020-11-25 | 1 | -8/+0 |
| | | | | | | | |||||
| | * | | | | | Merge 8.7 | jan.nijtmans | 2018-10-09 | 1 | -2/+3 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | Add Unsigned functions to the implementation. TIP text is still far behind describing what's going on here. | ||||
| | * \ \ \ \ \ | Re-base to 8.7 | jan.nijtmans | 2018-10-08 | 1 | -0/+7 |
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | | * | | | | | Merge 8.7. Also provide a new function for handling ByteArrays | jan.nijtmans | 2018-08-14 | 1 | -140/+83 |
| | | |\ \ \ \ \ | |||||
| | | * | | | | | | First implementation of [http://core.tcl.tk/tips/doc/trunk/tip/481.md|TIP ↵ | jan.nijtmans | 2017-10-27 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #481]: Extend size range of various Tcl_Get*() functions | ||||
| * | | | | | | | | Make Tcl independent from exact definition of TCL_LL_MODIFIER. In ↵ | jan.nijtmans | 2021-01-11 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tclStrToD.c we need an _exact_ 64-bit type, _at least_ 64-bit is not good enough here. | ||||
* | | | | | | | | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -26/+23 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we ↵ | jan.nijtmans | 2021-01-08 | 1 | -20/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stopped support for MSVC 6++ Change Tcl_WideInt -> long long in various places: Tcl_WideInt could be a 128-bit type, we don't want that everywhere. | ||||
| * | | | | | | | | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they ↵ | jan.nijtmans | 2021-01-07 | 1 | -17/+18 |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (probably) cannot handle Windows 7 API anyway. | ||||
| | * \ \ \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2021-01-07 | 1 | -13/+18 |
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | / / | | | | |_|_|_|/ / | | | |/| | | | | | |||||
| | | * | | | | | | 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] | ||||
| | | * | | | | | | merge 8.6 | dgp | 2020-10-21 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ | merge 8.6 | dgp | 2020-09-21 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | | Bump to 8.6.11 for release. | dgp | 2020-07-06 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Fix warnings when __USE_MINGW_ANSI_STDIO=1 | jan.nijtmans | 2021-01-07 | 1 | -20/+18 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Simplifications when assuming VS 2015 or later | jan.nijtmans | 2020-12-17 | 1 | -1/+1 |
| |/ / / / / / / / / | |||||
* | | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -1/+0 |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | |||||
| * | | | | | | | | | Generate html documentation in html5 format. Fix some html5 compatibiliy ↵ | jan.nijtmans | 2020-11-20 | 1 | -1/+0 |
| | |_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings. Remove old htmlhelp-related parts (since this is obsolete since Vista) | ||||
* | | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-10-21 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Merge 8.6 | jan.nijtmans | 2020-10-21 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Fix [c975939973]: Usage of gnu_printf in latest mingw-w64 | jan.nijtmans | 2020-10-21 | 1 | -1/+1 |
| | | |/ / / / / | | |/| | | | | | |||||
* | | | | | | | | Merge 8.7 | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge 8.6 | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |||||
| | * | | | | | | Improve TclInvalidateStringRep() macro such that (objPtr) is only evaluated ↵ | jan.nijtmans | 2020-09-20 | 1 | -1/+1 |
| | |/ / / / / | | | | | | | | | | | | | | | | | | | | | | once. Addation brackets in TclHasStringRep() macro | ||||
* | | | | | | | Merge implementation of TIP #585 (Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-13 | 1 | -3/+6 |
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface) after positive vote from the TCT. Fix conflict due to Tcl_GetIndexFromObj() having been replaced by a macro in [4d8ee0f939]. | ||||
| * | | | | | | Implementation of TIP #585 - Promote the INDEX_TEMP_TABLE flag of ↵ | fvogel | 2020-09-02 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_GetIndexFromObj*() to the public interface | ||||
* | | | | | | | Fix [43b434812a]: Tcl 9.0 uses stat64() but not struct stat64 on Linux i686 | jan.nijtmans | 2020-08-21 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-05-20 | 1 | -1/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Adapt some comments, which are not correct for Tcl 8.7 any more | jan.nijtmans | 2020-05-20 | 1 | -2/+2 |
| | | | | | | | |||||
| * | | | | | | Add test-case for bug [c61818e4c9] | jan.nijtmans | 2020-04-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -1/+1 |
| |\ \ \ \ \ \ | | |/ / / / / | |||||
* | | | | | | | Put back dummy Tcl_DriverCloseProc/Tcl_DriverSeekProc (just defined as ↵ | jan.nijtmans | 2020-03-11 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "void"). Needed to make Tk compile with C++ against 9.0 headers. | ||||
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-03-07 | 1 | -12/+1 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Move TCL_UNUSED to tclInt.h, so we can still deprecate JOIN() | jan.nijtmans | 2020-03-07 | 1 | -15/+4 |
| | | | | | | | |||||
* | | | | | | | merge 8.7 | dgp | 2020-03-05 | 1 | -1/+12 |
|\ \ \ \ \ \ \ | |/ / / / / / | |||||
| * | | | | | | Have to move the JOIN() macro out of deprecation for this TCL_UNUSED. | dgp | 2020-03-05 | 1 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | Alternatives welcome. | ||||
| * | | | | | | Create a new macro to deal with unused arguments so we can silence compiler | dgp | 2020-03-02 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | warnings without the need of an explosion of noise lines "(void)dummy" |