summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ...jan.nijtmans2020-12-081-2/+2
* Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-1/+1
* 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
* | TIP 569 - remove lint commentsdgp2020-03-171-5/+0
* | More TCL_UNUSEDdgp2020-03-091-7/+3
* | Mark more unused parametersjan.nijtmans2019-09-031-1/+5
* | Experiment: compile Tcl with C++ compiler. WIPjan.nijtmans2019-07-041-22/+22
* | Add entry for Tcl_StaticPackage in internal stub table, since the public one ...jan.nijtmans2018-11-151-1/+1
* | 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
|/
* Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate...jan.nijtmans2016-01-181-3/+3
* Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. jan.nijtmans2013-06-131-9/+9
|\
| * Fix some gcc warnings which become visible with -Wextrajan.nijtmans2013-06-131-11/+11
* | Another memory leak, and one Tcl_Free -> ckfreejan.nijtmans2013-01-251-0/+1
* | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
* | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-1/+0
|\ \ | |/
| * test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. jan.nijtmans2013-01-021-9/+8
| |\
| | * Don't free ctrl.script if thread creation fails: it is a constant string "tes...jan.nijtmans2013-01-021-1/+0
* | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script...Joe Mistachkin2011-11-181-1/+2
* | | Revise the thread exit handling of the [testthread] command so that itdgp2011-09-211-3/+9
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-9/+9
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ /
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * Fix [Bug 1562528]dkf2006-09-221-2/+2
| | * * tests/compile.test (compile-12.4): Backport test for Bug 1001997.dgp2004-10-261-2/+2
* | | fix gcc 64-bit warnings: cast from pointer to integer of different sizenijtmans2010-12-011-11/+11
* | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to makenijtmans2009-11-231-37/+31
* | | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803]Kevin B Kenny2009-11-231-2/+2
* | | [Bug 2901803]: Fix silly error.dkf2009-11-231-14/+16
* | | Fix [Bug 2883850]: pkgIndex.tcl doesn'tnijtmans2009-11-181-5/+11
* | | - eliminate some unnessary type castsnijtmans2009-02-101-10/+9