| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|\ |
|
| * | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -1/+1 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-09-01 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge 8.6 | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
| |\ \
| | |/ |
|
| | * | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
|
|
* | | | merge 8.7 | dgp | 2020-03-17 | 1 | -5/+0 |
|\ \ \
| |/ / |
|
| * | | TIP 569 - remove lint comments | dgp | 2020-03-17 | 1 | -5/+0 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-03-09 | 1 | -7/+3 |
|\ \ \
| |/ / |
|
| * | | More TCL_UNUSED | dgp | 2020-03-09 | 1 | -7/+3 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -22/+26 |
|\ \ \
| |/ / |
|
| * | | Mark more unused parameters | jan.nijtmans | 2019-09-03 | 1 | -1/+5 |
|
|
| * | | Experiment: compile Tcl with C++ compiler. WIP | jan.nijtmans | 2019-07-04 | 1 | -22/+22 |
|
|
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -2/+2 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Add entry for Tcl_StaticPackage in internal stub table, since the public one ... | jan.nijtmans | 2018-11-15 | 1 | -1/+1 |
|
|
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -21/+21 |
|/ / |
|
* | | merge 8.6 | dgp | 2018-06-26 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | Use a thread exit handler, and not a custom exit proc for package cleanup. | dgp | 2018-06-26 | 1 | -9/+8 |
|
|
* | | merge 8.6 | jan.nijtmans | 2018-06-25 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | Fix function signature of TclThreadTestFinalize. | pooryorick | 2018-06-21 | 1 | -1/+2 |
|
|
| * | Add custom exit procedure for tcltests executable. | pooryorick | 2018-06-21 | 1 | -0/+7 |
|
|
* | | Simplify usage of TCL_THREAD, along the lines of [eeddb0693a950be980a66de3811... | jan.nijtmans | 2018-05-22 | 1 | -1/+1 |
|
|
* | | TIP #491 implementation: Threading Support: phasing out non-threaded builds | jan.nijtmans | 2018-05-17 | 1 | -1/+1 |
|
|
* | | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | [89dfecb6b7] Make thread IDs in testing commands consistent. | dgp | 2018-02-22 | 1 | -2/+2 |
|
|
* | | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -1/+1 |
|
|
| * | (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.... | jan.nijtmans | 2016-03-04 | 1 | -2/+2 |
|
|
* | | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more compl... | jan.nijtmans | 2017-03-23 | 1 | -1/+1 |
|
|
* | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ... | jan.nijtmans | 2016-06-29 | 1 | -3/+3 |
|
|
* | | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: warnin... | jan.nijtmans | 2016-03-04 | 1 | -2/+2 |
|/ |
|
* | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are deprecate... | jan.nijtmans | 2016-01-18 | 1 | -3/+3 |
|
|
* | Fix env.test when running mingw-w64 (AMD64 build) test-suite on wine64. | jan.nijtmans | 2013-06-13 | 1 | -9/+9 |
|\ |
|
| * | Fix some gcc warnings which become visible with -Wextra | jan.nijtmans | 2013-06-13 | 1 | -11/+11 |
|
|
* | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -0/+1 |
|
|
* | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|
|
* | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -9/+8 |
| |\ |
|
| | * | Don't free ctrl.script if thread creation fails: it is a constant string "tes... | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
|
|
* | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default script... | Joe Mistachkin | 2011-11-18 | 1 | -1/+2 |
|
|
* | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -3/+9 |
|
|
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -9/+9 |
|
|
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \
| |/ / |
|
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \
| | |/ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | Fix [Bug 1562528] | dkf | 2006-09-22 | 1 | -2/+2 |
|
|
| | * | * tests/compile.test (compile-12.4): Backport test for Bug 1001997. | dgp | 2004-10-26 | 1 | -2/+2 |
|
|
* | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -11/+11 |
|
|
* | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -37/+31 |
|
|