| Commit message (Expand) | Author | Age | Files | Lines |
* | Alternate fix for[Bug 2251175]: missing backslash substitution on expanded li... | ferrieux | 2008-11-27 | 4 | -77/+28 |
|
|
* | A few more (harmless) Tcl_SetResult eliminations | nijtmans | 2008-11-26 | 1 | -14/+8 |
|
|
* | Eliminate warning: unused variable | nijtmans | 2008-11-26 | 1 | -3/+1 |
|
|
* | Eliminate 3 calls to Tcl_SetResult, as | nijtmans | 2008-11-25 | 3 | -14/+6 |
|
|
* | * generic/tclIO.c (TclFinalizeIOSubsystem): Applied Alexandre | andreas_kupries | 2008-11-25 | 1 | -2/+2 |
|
|
* | don't assume that Tcl_SetResult sets interp->result, especially not | nijtmans | 2008-11-25 | 1 | -9/+8 |
|
|
* | Fix IsChannelExisting name comparison [Bug 2333466] | ferrieux | 2008-11-23 | 1 | -2/+2 |
|
|
* | Convert Tcl_SetResult(......, TCL_DYNAMIC) to | nijtmans | 2008-11-19 | 1 | -2/+3 |
|
|
* | Simplification of expanded-literals handling after analysis of dead branches | ferrieux | 2008-11-19 | 3 | -36/+12 |
|
|
* | Fix [Bug 2251175]: missing backslash substitution on expanded literals. | ferrieux | 2008-11-17 | 5 | -14/+100 |
|
|
* | Fix signature and implementation of Tcl_HashStats, | nijtmans | 2008-11-17 | 5 | -20/+15 |
|
|
* | change two Tcl_SetResult calls to Tcl_SetObjResult, | nijtmans | 2008-11-16 | 1 | -5/+5 |
|
|
* | Tidy up formatting. | dkf | 2008-11-16 | 1 | -612/+595 |
|
|
* | rename static function FSUnloadTempFile to | nijtmans | 2008-11-13 | 3 | -16/+14 |
|
|
* | Eliminate warning: passing arg 4 of `Tcl_SplitList' from | nijtmans | 2008-11-11 | 1 | -6/+6 |
|
|
* | patch #2215022: clean up the binary ensemble initialization code | patthoyts | 2008-11-07 | 3 | -128/+113 |
|
|
* | add "-Wno-implicit-int" for gcc, as on UNIX | nijtmans | 2008-11-06 | 1 | -3/+3 |
|
|
* | * generic/tclPort.h: remove the ../win/ header dir as the build | hobbs | 2008-11-04 | 1 | -2/+2 |
|
|
* | Version bump of TclOO | dkf | 2008-11-01 | 1 | -2/+2 |
|
|
* | remove unused variable | dkf | 2008-11-01 | 1 | -2/+1 |
|
|
* | Fix [Bug 2200824] and make class constructor error handling much more robust. | dkf | 2008-10-31 | 4 | -42/+152 |
|
|
* | CONSTify TclDTraceInfo | nijtmans | 2008-10-28 | 5 | -42/+42 |
|
|
* | * generic/tclEncoding.c: Use "iso8859-1" and not "identity" | dgp | 2008-10-27 | 1 | -5/+4 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 26 | -953/+948 |
|
|
* | * generic/tclCmdAH.c (ForNextCallback): handle TCL_CONTINUE in | Miguel Sofer | 2008-10-23 | 1 | -2/+2 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 15 | -1754/+1756 |
|
|
* | * generic/tclProc.c: Reset -level and -code values to defaults | dgp | 2008-10-19 | 1 | -1/+6 |
|
|
* | Check syntax of [info coroutine] args, i.e. there are none. | dkf | 2008-10-19 | 1 | -39/+36 |
|
|
* | CONST -> const | nijtmans | 2008-10-17 | 3 | -64/+64 |
|
|
* | * generic/tclIORTrans.c (DeleteReflectedTransformMap): Removed | andreas_kupries | 2008-10-17 | 1 | -5/+1 |
|
|
* | * generic/tclCompile.h: Declare the internal tclInstructionTable | dgp | 2008-10-17 | 5 | -12/+12 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 29 | -172/+172 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-15 | 13 | -166/+166 |
|
|
* | * generic/tclCmdAH.c: Fix minor compiler warnings when compiling | nijtmans | 2008-10-14 | 6 | -29/+30 |
|
|
* | * README: Bump version number to 8.6a4 | dgp | 2008-10-14 | 1 | -3/+3 |
|
|
* | * generic/tclExecute.c: Fix compile warnings when --enable-symbols=all. | dgp | 2008-10-14 | 2 | -8/+9 |
|
|
* | set array of Tcl_Obj's to the right size. | patthoyts | 2008-10-13 | 1 | -2/+2 |
|
|
* | Handle error case [info class destructor]. | dkf | 2008-10-13 | 1 | -1/+5 |
|
|
* | Added magic for Objective C. [Bug 2163447] | dkf | 2008-10-13 | 1 | -1/+16 |
|
|
* | * generic/tclCompile.c: fix bug in srcDelta encoding within | Miguel Sofer | 2008-10-12 | 1 | -3/+3 |
|
|
* | Fix [Bug 2155658] | dkf | 2008-10-10 | 1 | -1/+7 |
|
|
* | CONSTify char* DTrace probe arguments | das | 2008-10-10 | 3 | -29/+38 |
|
|
* | fix warning | das | 2008-10-10 | 1 | -2/+2 |
|
|
* | * generic/tclBasic (TclInfoCoroutineCmd): | Miguel Sofer | 2008-10-08 | 1 | -5/+8 |
|
|
* | * generic/tclTrace.c: Corrected handling of errors returned by | dgp | 2008-10-08 | 2 | -44/+29 |
|
|
* | Some cleaning up of the binary encode/decode engines | dkf | 2008-10-07 | 1 | -121/+160 |
|
|
* | undo "fix warnings from 2008-10-05 constification" (tclExecute.c 1.414), but | nijtmans | 2008-10-07 | 2 | -8/+8 |
|
|
* | * generic/tclBasic.c: Move [tailcall], [coroutine] and | Miguel Sofer | 2008-10-07 | 3 | -24/+20 |
|
|
* | fix warnings from 2008-10-05 constification | das | 2008-10-07 | 1 | -6/+8 |
|
|
* | fixed constness of last commit for msvc | patthoyts | 2008-10-06 | 1 | -2/+2 |
|
|