| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.6 | jan.nijtmans | 2023-01-06 | 1 | -0/+3 |
|\ |
|
| * | Fix [0f19edcb78]: Windows 11 not reported in tcl_platform(osVersion) | jan.nijtmans | 2023-01-04 | 1 | -0/+3 |
|
|
* | | Merge 8.6. TIP #651 implementation (since there are already 2 YES votes, no N... | jan.nijtmans | 2022-11-20 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Make a start converting -1 -> TCL_INDEX_NONE where appropriate | jan.nijtmans | 2022-07-19 | 1 | -18/+18 |
|
|
* | | Merge 8.6: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -5/+4 |
|\ \
| |/ |
|
| * | Merge 8.5: Add 4 processor-types to Win32/Cygwin. "platform" -> 1.0.16 | jan.nijtmans | 2021-01-05 | 1 | -5/+4 |
| |\ |
|
| | * | Add 4 processor-types to Win32/Cygwin. On Cygwin, don't bother tcl_platform[o... | jan.nijtmans | 2021-01-05 | 1 | -12/+4 |
|
|
* | | | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -1/+1 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Code cleanup: less of use "register" keyword, and better use of typecasts | jan.nijtmans | 2020-08-11 | 1 | -15/+24 |
|
|
| * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-04-03 | 1 | -1/+2 |
|\ \ \
| |/ / |
|
| * | | Make sure that "Windows NT" is the only supported Windows platform. On Window... | jan.nijtmans | 2020-04-03 | 1 | -9/+2 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2020-03-31 | 1 | -108/+108 |
|\ \ \
| |/ / |
|
| * | | Remove MODULE_SCOPE function TclpSetInterfaces(), which is just empty. | jan.nijtmans | 2020-03-31 | 1 | -115/+109 |
|
|
* | | | TCL_UNUSED in the unix sources. | dgp | 2020-03-09 | 1 | -10/+11 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | More progress in making clang build on Cygwin warning-free | jan.nijtmans | 2019-12-24 | 1 | -0/+3 |
|
|
* | | | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -0/+4 |
|
|
* | | | | Merge tip-548 | jan.nijtmans | 2019-08-29 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-08-23 | 1 | -1/+1 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
| | |\ \
| | | |/ |
|
| | | * | Fix [8566dc22f9]: various spelling fixes in comments | jan.nijtmans | 2019-08-22 | 1 | -1/+1 |
|
|
| * | | | Document that the *Backslash parsing functions output maximum 4 bytes, irresp... | jan.nijtmans | 2019-08-02 | 1 | -2/+0 |
|
|
* | | | | Merge tip-548 (since using the *WChar* functions leads to less type-casts in ... | jan.nijtmans | 2019-08-03 | 1 | -2/+0 |
|\ \ \ \ |
|
| * \ \ \ | Merge 8.7 | jan.nijtmans | 2019-08-01 | 1 | -1/+1 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-07-17 | 1 | -1/+1 |
| |\ \ \ \ |
|
| * | | | | | Improvement: always export both 16-bit and 32-bit UTF function | jan.nijtmans | 2019-07-05 | 1 | -2/+0 |
|
|
* | | | | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -2/+8 |
|\ \ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| * | | | | | Eliminate more usage of C++-specific keywords in C-code. | jan.nijtmans | 2019-07-25 | 1 | -1/+1 |
| | |/ / /
| |/| | | |
|
| * | | | | Remove last traces of strtod() function, since it isn't used in Tcl any more. | jan.nijtmans | 2019-07-16 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -1/+1 |
|/ / / |
|
* | | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
* | | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|
|
* | | | Re-implement Tcl_WinTCharToUtf/Tcl_WinUtfToTChar in pure win32 api, even for ... | jan.nijtmans | 2018-01-10 | 1 | -6/+0 |
|
|
* | | | Minor simplification on Cygwin, since we only support Windows NT now | jan.nijtmans | 2017-12-19 | 1 | -9/+1 |
|
|
* | | | Revert a few more (int -> size_t) transitions, which could effect extensions ... | jan.nijtmans | 2017-12-15 | 1 | -1/+1 |
|
|
* | | | merge core-8-6-branch | jan.nijtmans | 2017-05-04 | 1 | -11/+7 |
|\ \ \
| |/ / |
|
| * | | Use GetModuleHandle() in stead of LoadLibrary() for ntdll, which is already l... | jan.nijtmans | 2017-05-04 | 1 | -11/+7 |
| |\ \
| | |/ |
|
| | * | Cherry-pick/backport [65cc894ac5c24495|65cc894ac5]: fix off-by-one possible b... | jan.nijtmans | 2017-05-04 | 1 | -15/+12 |
|
|
* | | | [50750c735a] Fix broken test and stop reading uninit-but-allocated memory in ... | dkf | 2017-04-27 | 1 | -19/+39 |
|\ \ \
| |/ / |
|
| * | | Deal with a couple of obscure causes of warnings on some versions of OSX. | dkf | 2017-04-25 | 1 | -19/+39 |
|
|
* | | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -4/+5 |
|
|
* | | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -1/+1 |
|
|
* | | | Remove unnecessary use of fpsetround. See https://bugs.freebsd.org/212512 | gahr | 2016-09-09 | 1 | -8/+0 |
|
|
* | | | Micro-optimization: Use TclGetStringFromObj in stead of Tcl_GetStringFromObj ... | jan.nijtmans | 2016-07-08 | 1 | -1/+1 |
|
|