summaryrefslogtreecommitdiffstats
path: root/generic/tclThreadTest.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ...dkf2009-01-091-49/+44
* | | eliminate -Wwrite-strings warnings in enable-threads build.nijtmans2008-12-161-6/+6
* | | Convert Tcl_SetResult(......, TCL_DYNAMIC) tonijtmans2008-11-191-2/+3
* | | Add "const" to many internalnijtmans2008-10-161-3/+3
* | | fix [2021443] inconsistant "wrong # args" messagesnijtmans2008-07-191-2/+2
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-9/+160
|/ /
* | Fix [Bug 1562528]dkf2006-09-221-29/+29
* | ANSIfy the test code (well, strip some of the worst offences!)dkf2005-11-021-274/+292
* | TIP#237 IMPLEMENTATIONdgp2005-10-081-1/+3
* | * generic/tclIO.c: Moved Tcl_{Cut,Splice}Channel toandreas_kupries2005-08-261-1/+7
* | TIP#219 IMPLEMENTATIONandreas_kupries2005-08-241-1/+7
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclCompile.h: Move the TclInterpReady() declaration fromdgp2005-03-251-4/+1
* | * generic/tclThreadTest.c (ThreadEventProc): Corrected subtledgp2004-10-201-2/+2
|/
* * Sought out and eliminated instances of CONST-casting that are nodgp2002-01-261-4/+4
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-4/+4
* * generic/tclThreadTest.c:das2002-01-181-2/+2
* correct static-ness of function declshobbs2001-12-291-5/+5
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-231-5/+5
* * generic/tclThreadTest.c (Tcl_ThreadObjCmd): cast fixeshobbs2001-03-311-3/+3
* 2000-05-02 Andreas Kupries <a.kupries@westend.com>kupries2000-05-021-13/+76
* Added Tcl_CreateThreadType and TCL_RETURN_THREAD_TYPEwelch2000-04-171-14/+5