| Commit message (Expand) | Author | Age | Files | Lines |
* | Backout the "dullest commit ever" (not my words ....). It breaks the build.
| jan.nijtmans | 2024-05-14 | 1 | -2/+2 |
|
|
* | Clean up a lot of small whitespace issues
| dkf | 2024-05-13 | 1 | -2/+2 |
|
|
* | More whitespace cleanup | dkf | 2024-05-10 | 1 | -14/+10 |
|
|
* | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR... | jan.nijtmans | 2024-04-25 | 1 | -1/+1 |
|\ |
|
| * | Make it more clear that TclpThreadExit() and Tcl_ExitThread() are TCL_NORETUR... | jan.nijtmans | 2024-04-25 | 1 | -1/+1 |
|
|
| * | (backport) more spacing/formatting tweaks. For now, macosx/unix/win only. | jan.nijtmans | 2024-03-20 | 1 | -6/+5 |
|
|
* | | more spacing/formatting tweaks | dkf | 2024-03-19 | 1 | -5/+4 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2024-03-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | typo's | jan.nijtmans | 2024-03-08 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2023-10-10 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Merge 8.7 | jan.nijtmans | 2023-05-23 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Give Tcl_CreateThread a TCL_HASH_TYPE (unsigned) stackSize parameter | jan.nijtmans | 2023-05-23 | 1 | -4/+4 |
|
|
* | | Correct spelling errors in comments and documentation, but also a non-comment... | pooryorick | 2023-04-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Correct spelling errors in comments and documentation, but also a non-comment
| pooryorick | 2023-04-12 | 1 | -2/+2 |
|
|
* | | More -Wconversion warning fixes | jan.nijtmans | 2023-03-08 | 1 | -4/+4 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2022-03-29 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Don't bother UINT2PTR, since INT2PTR is just as good. | jan.nijtmans | 2022-03-29 | 1 | -1/+1 |
|
|
* | | Merge 8.7 (resolve conflicts) | dgp | 2021-01-08 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.7. Don't bother BorlandC, LCC and WatcomC any more, since they (proba... | jan.nijtmans | 2021-01-07 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-07-21 | 1 | -28/+28 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-07-20 | 1 | -28/+28 |
| |\ |
|
| | * | Use "Global" in stead of "Master" internally, where "Master" is not used in t... | jan.nijtmans | 2020-07-20 | 1 | -32/+32 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -7/+7 |
|\ \ \
| |/ / |
|
| * | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
| |\ \ |
|
| * | | | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -7/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge 8.6 | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
| |\ \ \
| | |/ /
| |/| /
| | |/ |
|
| | * | Some more *A() -> *W() Win32 API changes, making Unicode calls Explicit. | jan.nijtmans | 2019-09-19 | 1 | -1/+1 |
|
|
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -6/+6 |
|\ \ \
| |/ / |
|
* | | | Use size_t in more API's, e.g. *RegExp* types | jan.nijtmans | 2018-07-02 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2018-06-27 | 1 | -4/+4 |
|\ \ \
| |/ / |
|
| * | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
| |\ \
| | |/ |
|
| | * | Simplify ToUtf(), expecially for TCL_UTF_MAX>3 (with correct surrogate handli... | jan.nijtmans | 2018-06-25 | 1 | -4/+4 |
|
|
* | | | merge trunk | jan.nijtmans | 2018-05-23 | 1 | -5/+5 |
|\ \ \
| |/ / |
|
| * | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -5/+5 |
|
|
| * | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -5/+5 |
|
|
| * | | Remove compat/float.h and related machinery. The last system known where this... | jan.nijtmans | 2017-11-15 | 1 | -2/+0 |
|
|
* | | | More internal use of size_t. Eliminate unused "isBin" argument from TclpSysAl... | jan.nijtmans | 2016-12-01 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Use more "size_t" in stead of "int" internall. Also eliminate a lot of type-c... | jan.nijtmans | 2016-11-16 | 1 | -1/+1 |
|
|
* | | | merge trunk | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
|\ \ \
| |/ / |
|
| * | | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
| |\ \
| | |/ |
|
| | * | Fix [3cc1d91345]: duplicate calls to TclpFreeAllocCache() on thread exists | jan.nijtmans | 2016-10-11 | 1 | -2/+4 |
| | |\ |
|
* | | \ | Merge trunk | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -5/+5 |
|
|
* | | | | merge trunk | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library... | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| |\ \ \
| | |/ / |
|
| | * | | Fix [7393be0be6e7f91cbb2016fa777896e3895929e3|7393be0be6]: Tcl Thread library... | jan.nijtmans | 2016-06-14 | 1 | -7/+4 |
| | |\ \
| | | |/ |
|