summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-22/+22
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-2/+2
* | | Merge 8.7jan.nijtmans2018-11-151-1/+1
|\ \ \ | |/ /
| * | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-1/+1
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-21/+21
|/ /
* | merge 8.6dgp2018-06-261-9/+8
|\ \ | |/
| * Use a thread exit handler, and not a custom exit proc for package cleanup.dgp2018-06-261-9/+8
* | merge 8.6jan.nijtmans2018-06-251-0/+8
|\ \ | |/
| * Fix function signature of TclThreadTestFinalize.pooryorick2018-06-211-1/+2
| * Add custom exit procedure for tcltests executable.pooryorick2018-06-211-0/+7
* | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811...jan.nijtmans2018-05-221-1/+1
* | TIP #491 implementation: Threading Support: phasing out non-threaded buildsjan.nijtmans2018-05-171-1/+1
* | [89dfecb6b7] Make thread IDs in testing commands consistent.dgp2018-02-221-2/+2
|\ \ | |/
| * [89dfecb6b7] Make thread IDs in testing commands consistent.dgp2018-02-221-2/+2
* | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-271-1/+1
|\ \ | |/
| * Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. jan.nijtmans2017-03-271-1/+1
| * (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp....jan.nijtmans2016-03-041-2/+2
* | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more compl...jan.nijtmans2017-03-231-1/+1
* | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ...jan.nijtmans2016-06-291-3/+3
* | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin...jan.nijtmans2016-03-041-2/+2
|/