| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Convert [info] into an ensemble command. | dkf | 2007-06-12 | 3 | -191/+153 |
|
|
* | Improve the argument substitution behaviour of Tcl_WrongNumArgs when faced with | dkf | 2007-06-12 | 3 | -46/+73 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 2 | -110/+70 |
|
|
* | * generic/tclNamesp.c: tweaks to Tcl_GetCommandFromObj and | Miguel Sofer | 2007-06-11 | 2 | -13/+12 |
|
|
* | * generic/tclExecute.c: comments added to explain iPtr->numLevels | Miguel Sofer | 2007-06-11 | 1 | -2/+5 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 3 | -77/+84 |
|
|
* | fix Tcl_Panic error message typo [Bug 1712602] | hobbs | 2007-06-10 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): restore support for | hobbs | 2007-06-10 | 1 | -9/+140 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 4 | -103/+98 |
|
|
* | fix for ne TclCleanupCommandMacro (doh!) | Miguel Sofer | 2007-06-10 | 1 | -2/+2 |
|
|
* | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the | Miguel Sofer | 2007-06-09 | 1 | -3/+3 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the | Miguel Sofer | 2007-06-09 | 1 | -41/+32 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 6 | -159/+336 |
|
|
* | Make [string first] and [string last] clearer | dkf | 2007-06-08 | 1 | -3/+4 |
|
|
* | * generic/tclParse.c: fix for uninit read [Bug 1732414]. | Miguel Sofer | 2007-06-06 | 1 | -2/+3 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 5 | -12/+24 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-05 | 2 | -190/+296 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 5 | -257/+148 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 2 | -19/+4 |
|
|
* | suppress compiler warnings about values computed and not used | dgp | 2007-05-17 | 1 | -3/+3 |
|
|
* | Added macro version of Tcl_LimitReady. | dkf | 2007-05-17 | 2 | -72/+105 |
|
|
* | * generic/tcl.decls: workaround 'make checkstubs' failures from | das | 2007-05-16 | 1 | -1/+14 |
|
|
* | Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table | jenglish | 2007-05-16 | 1 | -11/+4 |
|
|
* | * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc | patthoyts | 2007-05-11 | 1 | -5/+1 |
|
|
* | Minor whitespace cleanup | dkf | 2007-05-11 | 1 | -1/+6 |
|
|
* | Add a full stop to a comment | dkf | 2007-05-11 | 1 | -2/+2 |
|
|
* | Better const correctness | dkf | 2007-05-11 | 1 | -4/+4 |
|
|
* | Minor comment improvements and code reordering for clarity | dkf | 2007-05-11 | 1 | -32/+42 |
|
|
* | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, | dgp | 2007-05-09 | 1 | -2/+2 |
|
|
* | * generic/tclInt.h: fix warning when building threaded with -DPURIFY. | das | 2007-05-09 | 1 | -1/+2 |
|
|
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 5 | -63/+50 |
|
|
* | regen | dkf | 2007-05-05 | 2 | -2/+26 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 4 | -112/+161 |
|
|
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -2/+2 |
|
|
* | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | Kevin B Kenny | 2007-05-02 | 1 | -3/+10 |
|
|
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount | Kevin B Kenny | 2007-05-02 | 1 | -2/+1 |
|
|
* | * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr | Miguel Sofer | 2007-05-02 | 1 | -2/+7 |
|
|
* | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 2 | -76/+83 |
|
|
* | * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict | dgp | 2007-05-01 | 1 | -1/+2 |
|
|
* | * generic/tclIO.c (FixLevelCode): Corrected reference count | andreas_kupries | 2007-04-30 | 1 | -13/+19 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected | Kevin B Kenny | 2007-04-30 | 1 | -74/+82 |
|
|
* | Fix [Bug 1705778, leak K15] | dkf | 2007-04-25 | 1 | -229/+264 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management | Kevin B Kenny | 2007-04-25 | 1 | -3/+6 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that | dgp | 2007-04-25 | 1 | -3/+17 |
|
|
* | * generic/tclListObj.c: reverting [Patch 738900] (committed on | Miguel Sofer | 2007-04-24 | 1 | -106/+56 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new | Kevin B Kenny | 2007-04-24 | 1 | -2/+8 |
|
|
* | Fix [Bug 1705778, leak K05] | dkf | 2007-04-24 | 1 | -1/+7 |
|
|
* | Fix [Bug 1705778, leak K04] | dkf | 2007-04-24 | 1 | -17/+33 |
|
|
* | * generic/tclNamesp.c (Tcl_DeleteNamespace): Corrected flaw in the | dgp | 2007-04-24 | 1 | -1/+8 |
|
|
* | * generic/tclBinary.c: Addressed several code paths where the | Kevin B Kenny | 2007-04-24 | 1 | -1/+6 |
|
|