summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
Commit message (Expand)AuthorAgeFilesLines
* More of the same: Space before tab is extremely unlikely to be correct indent...jan.nijtmans2024-06-051-1/+1
* Merge 8.7jan.nijtmans2024-05-271-6/+6
|\
| * Another round of sentinel improvementsjan.nijtmans2024-05-271-6/+6
| |\
| | * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-1/+1
* | | Fix Windows build with --disable-shared: Make sure that test-code is never co...jan.nijtmans2023-11-101-0/+2
* | | Merge 8.7jan.nijtmans2023-10-271-1/+1
|\ \ \ | |/ /
| * | [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-1/+1
* | | Merge 8.7jan.nijtmans2023-10-271-5/+5
|\ \ \ | |/ /
| * | More C++-sentinel-related fixes (hopefully, those are the last ones)jan.nijtmans2023-10-271-5/+5
| * | Backport test improvements from 9.0jan.nijtmans2023-05-151-4/+4
| * | Some more int -> Tcl_Size (which is actually the same in 8.7). Backported fro...jan.nijtmans2023-04-121-6/+7
* | | Merge trunkapnadkarni2023-04-141-2/+3
|\ \ \
| * \ \ Correct spelling errors in comments and documentation, but also a non-comment...pooryorick2023-04-121-1/+1
| |\ \ \ | | |/ /
| | * | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-1/+1
| * | | More int -> Tcl_Size, so (theoretically) longer lists could be handled. Thank...jan.nijtmans2023-04-121-1/+2
* | | | Merge 9.0jan.nijtmans2023-04-011-2/+2
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2023-03-301-2/+2
| |\ \ \ | | |/ /
| | * | Merge 8.6jan.nijtmans2023-03-301-2/+2
| | |\ \ | | | |/
| | | * Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on...jan.nijtmans2023-03-301-2/+2
* | | | TIP 660. No compiler warnings. Tests suite pass on Win and Ubuntuapnadkarni2023-03-301-4/+4
|/ / /
* | | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-051-5/+5
* | | Merge 8.7jan.nijtmans2022-10-101-3/+1
|\ \ \ | |/ /
| * | Use Tcl_ObjCmdProc in stead of full signaturejan.nijtmans2022-10-101-3/+1
* | | Merge 8.7jan.nijtmans2022-07-031-2/+1
|\ \ \ | |/ /
| * | Merge 8.7jan.nijtmans2022-04-261-5/+5
| |\ \
| * | | Make TCL_QUEUE_ALERT_IF_EMPTY a separate flagjan.nijtmans2021-08-151-1/+1
| * | | Proposed TIP #609 implementationjan.nijtmans2021-08-151-2/+1
* | | | Merge 9.0. Eliminate almost all remaining (enum) castsjan.nijtmans2022-04-111-5/+5
|\ \ \ \
| * \ \ \ Merge 8.7. Fix some indexObj testcases on 32-bit systemsjan.nijtmans2022-04-081-5/+5
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Use INT2PTR/PTR2INT macro's as appropriatejan.nijtmans2022-04-081-5/+5
| | |/ /
* | | | Rebase to Tcl 9.0jan.nijtmans2022-04-011-3/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use TIP #613's Tcl_GetIndexFromObj() to eliminate typecasts which are no long...jan.nijtmans2022-03-021-3/+2
| |/ /
* | | Merge 8.7 (resolve conflicts)dgp2021-01-081-2/+2
|\ \ \ | |/ /
| * | Omit -Wdeclaration-after-statement from CFLAGS: No longer needed since we sto...jan.nijtmans2021-01-081-2/+2
| * | Undo one change from previous commit: this gives a warning on mingw-w64jan.nijtmans2020-12-171-1/+1
| * | Simplifications when assuming VS 2015 or laterjan.nijtmans2020-12-171-1/+1
* | | Merge 8.7jan.nijtmans2020-12-081-2/+2
|\ \ \ | |/ /
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* | | Merge 8.7jan.nijtmans2020-09-171-1/+1
|\ \ \ | |/ /
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* | | Merge 8.7jan.nijtmans2020-09-011-2/+2
|\ \ \ | |/ /
| * | Merge 8.6jan.nijtmans2020-09-011-2/+2
| |\ \ | | |/
| * | Merge 8.6jan.nijtmans2020-08-111-2/+2
| |\ \ | | |/
| | * Eliminate many unnecessary type-casts, mostly (size_t) when value is already ...jan.nijtmans2020-08-111-2/+2
* | | merge 8.7dgp2020-03-171-5/+0
|\ \ \ | |/ /
| * | TIP 569 - remove lint commentsdgp2020-03-171-5/+0
* | | Merge 8.7jan.nijtmans2020-03-091-7/+3
|\ \ \ | |/ /
| * | More TCL_UNUSEDdgp2020-03-091-7/+3
* | | Merge 8.7jan.nijtmans2020-02-281-22/+26
|\ \ \ | |/ /
| * | Mark more unused parametersjan.nijtmans2019-09-031-1/+5