Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | 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 |
| |\ | | | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
| | * | Improve comment on TCL_WIDE_INT_IS_LONG, making it less misleading. | jan.nijtmans | 2017-03-27 | 1 | -1/+1 |
| | | | | | | | | | In tclThreadTest.c, allow mainThreadId to be >32 bits. | ||||
| | * | (cherry-pick): Fix gcc 5.3 warning: In function ‘NRInterpCmd’: ↵ | jan.nijtmans | 2016-03-04 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | tclInterp.c:726:5: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ((i + 2) < objc) { Remove some excessive spacing | ||||
* | | | Merge trunk | jan.nijtmans | 2017-03-24 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Use portable %p modifier in "generic/tclThreadTest.c", in stead of more ↵ | jan.nijtmans | 2017-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | complicated TCL_LL_MODIFIER. | ||||
* | | | Merge trunk | jan.nijtmans | 2016-06-29 | 1 | -3/+3 |
|\ \ \ | |/ / | |||||
| * | | Tcl_SetVar -> Tcl_SetVar2 and comparable replacements, eliminating functions ↵ | jan.nijtmans | 2016-06-29 | 1 | -3/+3 |
| | | | | | | | | | | | | which are deprecated. | ||||
* | | | merge trunk | jan.nijtmans | 2016-03-07 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix gcc 5.3 warning: In function ‘NRInterpCmd’: tclInterp.c:726:5: ↵ | jan.nijtmans | 2016-03-04 | 1 | -2/+2 |
| |/ | | | | | | | | | | | warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false [-Wstrict-overflow] if ((i + 2) < objc) { Remove some excessive spacing | ||||
| * | Eliminate some usages of Tcl_GlobalEval() and Tcl_Eval(), which are ↵ | jan.nijtmans | 2016-01-18 | 1 | -3/+3 |
| | | | | | | | | deprecated functions. | ||||
* | | merge trunk | jan.nijtmans | 2013-06-18 | 1 | -9/+9 |
|\ \ | |/ | |||||
| * | 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 | ||||
| | * | Fix some gcc warnings which become visible with -Wextra | jan.nijtmans | 2013-06-13 | 1 | -11/+11 |
| | | | |||||
* | | | more Tcl_NewIntObj/Tcl_NewBooleanObj -> Tcl_NewLongObj conversions | jan.nijtmans | 2013-02-11 | 1 | -2/+2 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2013-01-25 | 1 | -0/+1 |
|\ \ \ | |/ / | |||||
| * | | Another memory leak, and one Tcl_Free -> ckfree | jan.nijtmans | 2013-01-25 | 1 | -0/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
|\ \ \ | |/ / | | | | Add -Wwrite-strings to compiler options, so we can guarantee correct "const" usage. | ||||
| * | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | | | | | | | | Fix "make test-packages" on cygwin | ||||
* | | | Convert Tcl_Eval and Tcl_GlobalEval to a macro | jan.nijtmans | 2013-01-17 | 1 | -1/+1 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2013-01-02 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
| |\ \ | | |/ | | | | Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | ||||
| | * | test Tcl_GetErrorLine() forwards/backwards compatibility in pkgb.so as well. | jan.nijtmans | 2013-01-02 | 1 | -9/+8 |
| | |\ | | | | | | | | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core. Don't free ctrl.script if thread creation fails: it is a constant string "testthread wait" normally. | ||||
| | | * | Don't free ctrl.script if thread creation fails: it is a constant string ↵ | jan.nijtmans | 2013-01-02 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | "testthread wait" normally. | ||||
* | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-12-21 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | | | | | | for the compiler. | ||||
| * | | | | remove unnecessary struct names, which only pollute the "struct" namespace ↵ | jan.nijtmans | 2012-08-20 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | for te compiler. | ||||
* | | | | Removed functions marked deprecated or obsolete for a long time: ↵ | jan.nijtmans | 2012-11-26 | 1 | -2/+2 |
|/ / / | | | | | | | | | | | | | | | | | | | Tcl_Backslash, Tcl_EvalFile, Tcl_GlobalEvalObj, Tcl_GlobalEval, Tcl_EvalTokens. Remove Tcl_FindExecutable from stub table: It is needed by embedders, not extenders. Remove TclpGetDate, TclpGmtime, TclpLocaltime: it isn't use anywhere since the new clock implementation. Remove TclWinConvertWSAError, it's the same as TclWinConvertError. | ||||
* | | | For [testthread cancel], avoid creating a new Tcl_Obj when the default ↵ | Joe Mistachkin | 2011-11-18 | 1 | -1/+2 |
| | | | | | | | | | | | | script cancellation result is desired. | ||||
* | | | Revise the thread exit handling of the [testthread] command so that it | dgp | 2011-09-21 | 1 | -3/+9 |
| | | | | | | | | | | | | properly maintains the per-process data structures even when the thread exits for reasons other than the [testthread exit] command. | ||||
* | | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -9/+9 |
| | | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless. | ||||
* | | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ \ \ | |/ / | | | | cause more harm than good. Purged them (except in zlib files). | ||||
| * | | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ \ | | |/ | | | | more harm than good. Purged them. | ||||
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
| | | | | | | | | | more harm than good. Purged them. | ||||
| | * | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * tests/timer.test (timer-10.1): Backport test for Bug 1016167. * tests/tcltest.test (tcltest-12.3,4): Backport setup corrections. * tests/error.test (error-6.3,4,7,9): Backport of some tests. * tests/basic.test (basic-49.*): * tests/namespace.test (namespace-8.7): * tests/init.test (init-2.8): Updated to not rely on http package. * generic/tclThreadTest.c (ThreadEventProc): Corrected subtle bug where the returned (char *) from Tcl_GetStringResult(interp) continued to be used without copying or refcounting, while activity on the interp continued. | ||||
* | | | fix gcc 64-bit warnings: cast from pointer to integer of different size | nijtmans | 2010-12-01 | 1 | -11/+11 |
| | | | | | | | | | | | | fix gcc(-4.5.2) warning: 'static' is not at beginning of declaration | ||||
* | | | #undef STATIC_BUILD in tclWin(Dde|Reg).c, in order to make | nijtmans | 2009-11-23 | 1 | -37/+31 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | sure that Xxxxx_Init is always exported even when Tcl is built static (otherwise we cannot create a DLL). tclThreadTest.c: Make all functions static, except TclThread_Init. fCmd.test Enable fCmd-30.1 when registry is available. tcl.m4 Fix ${SHLIB_LD_LIBS} definition, fix conflicts configure.in between static libraries and import library on windows. configure (regenerated) Makefile.in Simplifications related to tcl.m4 changes. | ||||
* | | | * generic/tclThreadTest.c (NewTestThread): [Bug 2901803] | Kevin B Kenny | 2009-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | Further machinations to get NewTestThread actually to launch the thread, not just compile. | ||||
* | | | [Bug 2901803]: Fix silly error. | dkf | 2009-11-23 | 1 | -14/+16 |
| | | | |||||
* | | | Fix [Bug 2883850]: pkgIndex.tcl doesn't | nijtmans | 2009-11-18 | 1 | -5/+11 |
| | | | | | | | | | | | | get created with static Tcl build | ||||
* | | | - eliminate some unnessary type casts | nijtmans | 2009-02-10 | 1 | -10/+9 |
| | | | | | | | | | | | | | | | - some internal const decorations - spacing | ||||
* | | | Style fixes (unfouling whitespace, sorting comments, removing useless casts, ↵ | dkf | 2009-01-09 | 1 | -49/+44 |
| | | | | | | | | | | | | etc.) | ||||
* | | | eliminate -Wwrite-strings warnings in enable-threads build. | nijtmans | 2008-12-16 | 1 | -6/+6 |
| | | | | | | | | | | | | use TclNewLiteralStringObj() | ||||
* | | | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | Tcl_SetResult(......, TCL_VOLATILE), in preparation for TIP #340 | ||||
* | | | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | const tables. No functional or API change. | ||||
* | | | fix [2021443] inconsistant "wrong # args" messages | nijtmans | 2008-07-19 | 1 | -2/+2 |
| | | | |||||
* | | | TIP 285 Implementation | Joe Mistachkin | 2008-06-13 | 1 | -9/+160 |
|/ / | |||||
* | | Fix [Bug 1562528] | dkf | 2006-09-22 | 1 | -29/+29 |
| | | |||||
* | | ANSIfy the test code (well, strip some of the worst offences!) | dkf | 2005-11-02 | 1 | -274/+292 |
| | | |||||
* | | TIP#237 IMPLEMENTATION | dgp | 2005-10-08 | 1 | -1/+3 |
| | | | | | | | | | | | | [kennykb-numerics-branch] Resynchronized with the HEAD; at this checkpoint [-rkennykb-numerics-branch-20051008], the HEAD and kennykb-numerics-branch contain identical code. |