| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclExecute.c: comments added to explain iPtr->numLevels | Miguel Sofer | 2007-06-11 | 1 | -0/+5 |
|
|
* | * generic/tclBasic.c: Further TEOvI split, creating a new | Miguel Sofer | 2007-06-10 | 1 | -1/+9 |
|
|
* | * README: updated links. [Bug 1715081] | hobbs | 2007-06-10 | 1 | -0/+2 |
|
|
* | * generic/tclExecute.c (TclExecuteByteCode): restore support for | hobbs | 2007-06-10 | 1 | -0/+6 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-10 | 1 | -0/+10 |
|
|
* | * generic/tclExecute.c (INST_INVOKE): isolated two vars to the | Miguel Sofer | 2007-06-09 | 1 | -0/+3 |
|
|
* | * generic/tclObj.c (Tcl_GetCommandFromObj): rewritten to make the | Miguel Sofer | 2007-06-09 | 1 | -0/+3 |
|
|
* | added incompat warning in Changelog | Miguel Sofer | 2007-06-09 | 1 | -0/+8 |
|
|
* | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -0/+23 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add new Tclsh-Info.plist.in. | das | 2007-06-09 | 1 | -1/+5 |
|
|
* | Make [string first] and [string last] clearer | dkf | 2007-06-08 | 1 | -0/+7 |
|
|
* | * generic/tclParse.c: fix for uninit read [Bug 1732414]. | Miguel Sofer | 2007-06-06 | 1 | -0/+4 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add settings for Fix&Continue. | das | 2007-06-06 | 1 | -0/+12 |
|
|
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -0/+9 |
|
|
* | * generic/tclInt.h: | Miguel Sofer | 2007-06-05 | 1 | -0/+5 |
|
|
* | * unix/Makefile.in: add datarootdir to silence autoconf-2.6x warning. | das | 2007-06-03 | 1 | -0/+4 |
|
|
* | * generic/tclBasic.c: Removed code that dealt with | dgp | 2007-05-30 | 1 | -0/+17 |
|
|
* | * unix/tclUnixThrd.c (Tcl_JoinThread): fix for 64-bit handling of | hobbs | 2007-05-29 | 1 | -0/+5 |
|
|
* | * unix/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-18 | 1 | -1/+18 |
|
|
* | Added macro version of Tcl_LimitReady. | dkf | 2007-05-17 | 1 | -14/+21 |
|
|
* | * generic/tcl.decls: workaround 'make checkstubs' failures from | das | 2007-05-16 | 1 | -3/+8 |
|
|
* | Change Tcl_InitStubs(), tclStubsPtr, and the auxilliary stubs table | jenglish | 2007-05-16 | 1 | -0/+10 |
|
|
* | * win/configure: autoconf-2.59 (FC6 fork) | dgp | 2007-05-15 | 1 | -0/+9 |
|
|
* | * generic/tclInt.h: Removed TclEvalObjEx and TclGetSrcInfoForPc | patthoyts | 2007-05-11 | 1 | -0/+5 |
|
|
* | * generic/tclInt.h: TclFinalizeThreadAlloc() is always defined, | dgp | 2007-05-09 | 1 | -0/+5 |
|
|
* | * macosx/Tcl.xcodeproj/project.pbxproj: add 'DebugUnthreaded' & | das | 2007-05-09 | 1 | -1/+9 |
|
|
* | [Tcl Bug 1706140] | dgp | 2007-05-07 | 1 | -0/+19 |
|
|
* | Changes to allow the tip257 code to work as an extension properly post-tip280 | dkf | 2007-05-05 | 1 | -0/+13 |
|
|
* | More type-pun warning squelches | dkf | 2007-05-05 | 1 | -32/+38 |
|
|
* | * tests/encoding.test: Modified so that encoding tests happen | Kevin B Kenny | 2007-05-04 | 1 | -0/+13 |
|
|
* | Changelog clarification | Miguel Sofer | 2007-05-03 | 1 | -1/+2 |
|
|
* | * generic/tclPathObj.c (Tcl_FSJoinPath, Tcl_FSGetNormalizedPath): | Kevin B Kenny | 2007-05-02 | 1 | -0/+4 |
|
|
* | * generic/tclTest.c (SimpleMatchInDirectory): Corrected a refcount | Kevin B Kenny | 2007-05-02 | 1 | -0/+6 |
|
|
* | * tests/utf.test (utf-25.1--utf-25.4): Modified tests to | Kevin B Kenny | 2007-05-02 | 1 | -0/+3 |
|
|
* | * generic/tclVar.c (TclPtrSetVar): fixed leak whenever newvaluePtr | Miguel Sofer | 2007-05-02 | 1 | -0/+6 |
|
|
* | * generic/tclIO.c (DeleteChannelTable): Made changes so that | Kevin B Kenny | 2007-05-01 | 1 | -0/+8 |
|
|
* | * generic/tclCmdMZ.c (STR_MAP): When [string map] has a pure dict | dgp | 2007-05-01 | 1 | -1/+6 |
|
|
* | * unix/Makefile.in: add 'tclsh' dependency to install targets that rely | das | 2007-04-30 | 1 | -0/+5 |
|
|
* | * generic/tclIO.c (FixLevelCode): Corrected reference count | andreas_kupries | 2007-04-30 | 1 | -0/+7 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd, SetLambdaFromAny): Corrected | Kevin B Kenny | 2007-04-30 | 1 | -0/+6 |
|
|
* | move 8.5a6 tag pointcore_8_5_a6 | hobbs | 2007-04-26 | 1 | -2/+2 |
|
|
* | Fix [Bug 1705778, leak K15] | dkf | 2007-04-25 | 1 | -10/+16 |
|
|
* | * generic/tclIOUtil.c (Tcl_FSChdir): Changed the memory management | Kevin B Kenny | 2007-04-25 | 1 | -0/+7 |
|
|
* | * generic/tclCompExpr.c (ParseExpr): Revised to be sure that | dgp | 2007-04-25 | 1 | -0/+7 |
|
|
* | * unix/Makefile.in (dist): copy license.terms to dist macosx dir; fix autohe... | das | 2007-04-25 | 1 | -1/+2 |
|
|
* | * unix/Makefile.in (dist): add macosx/*.xcconfig files to src dist. | das | 2007-04-25 | 1 | -0/+4 |
|
|
* | * generic/tclListObj.c: reverting [Patch 738900] (committed on | Miguel Sofer | 2007-04-24 | 1 | -0/+7 |
|
|
* | * generic/tclListObj.c (TclLsetFlat): Fixed a bug where the new | Kevin B Kenny | 2007-04-24 | 1 | -0/+3 |
|
|
* | Fix [Bug 1705778, leak K05] | dkf | 2007-04-24 | 1 | -0/+2 |
|
|
* | Fix [Bug 1705778, leak K04] | dkf | 2007-04-24 | 1 | -82/+68 |
|
|