| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | 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 |
|
|
| * | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -6/+9 |
|
|
| * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -13/+7 |
|
|
* | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+21 |
|
|
* | | * generic/tclResult.c (ReleaseKeys): Workaround for [Bug | andreas_kupries | 2008-03-07 | 1 | -1/+2 |
|
|
* | | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcount | dgp | 2008-02-29 | 1 | -1/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | RE: [Patch 1830184] TclResetResult | Miguel Sofer | 2007-11-12 | 1 | -34/+25 |
|
|
* | | * generic/tclBasic.c: New macro TclResetResult, new iPtr flag | Miguel Sofer | 2007-11-12 | 1 | -25/+34 |
|
|
* | | * generic/tclResult.c (ResetObjResult): clarify the logic. | Miguel Sofer | 2007-11-11 | 1 | -4/+2 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -8/+8 |
|
|
* | | * generic/tclResult.c (ResetObjResult): new shortcut. | Miguel Sofer | 2007-11-10 | 1 | -3/+4 |
|
|
* | | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -code | dgp | 2007-10-18 | 1 | -1/+3 |
|
|
* | | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that a | dgp | 2007-09-07 | 1 | -7/+6 |
|
|
* | | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY to | dgp | 2007-06-05 | 1 | -6/+13 |
|
|
* | | Replaced commas in varargs with string concatenation where possible [Patch 15... | Kevin B Kenny | 2007-04-20 | 1 | -3/+3 |
|
|
* | | assorted minor cleanup | dkf | 2007-04-10 | 1 | -12/+16 |
|
|
* | | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -7/+7 |
|
|
* | | * generic/tclResult.c: Added optimization case to TclTransferResult | dgp | 2007-01-29 | 1 | -5/+17 |
|
|
* | | ANSIfy | dkf | 2005-11-02 | 1 | -86/+87 |
|
|
* | | * generic/tcl.h: Explicitly standardized on the use of stdarg.h | dgp | 2005-09-13 | 1 | -8/+5 |
|
|
* | | * unix/tclUnixSock.c (InitializeHostName): Synchronized use of | andreas_kupries | 2005-09-02 | 1 | -2/+2 |
|
|
* | | Getting more systematic about style | dkf | 2005-07-24 | 1 | -255/+286 |
|
|
* | | This close to a release, simple is better. | dgp | 2005-06-02 | 1 | -1/+3 |
|
|
* | | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, | dgp | 2005-06-01 | 1 | -3/+1 |
|
|
* | | * generic/tclBasic.c: For compatibility with earlier Tcl releases, | dgp | 2005-06-01 | 1 | -1/+3 |
|
|
* | | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | | * doc/DString.3: Eliminated use of identifier "string" in Tcl's | dgp | 2005-05-03 | 1 | -14/+14 |
|
|
* | | Remove call to Tcl_GetStringResult to speed up processing of [$canv postscript] | dkf | 2004-11-23 | 1 | -1/+13 |
|
|
* | | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -23/+23 |
|
|
* | | * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode): | dgp | 2004-10-25 | 1 | -4/+5 |
|
|
* | | * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo): | dgp | 2004-10-24 | 1 | -37/+6 |
|
|
* | | * generic/tclInt.h (Interp): | dgp | 2004-10-21 | 1 | -29/+112 |
|
|
* | | * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd): | dgp | 2004-10-21 | 1 | -14/+346 |
|
|
* | | * generic/tclInt.h (Tcl*InterpState): New internal routines | dgp | 2004-10-19 | 1 | -2/+155 |
|
|
* | | generic/tclResult.c: removed unused variable [Bug 1048588]. | Miguel Sofer | 2004-10-17 | 1 | -2/+1 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -31/+27 |
|
|
* | | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -5/+2 |
|
|
* | | Make Tcl_AppendResult() non-deprecated again. [Patch 1041072] | dkf | 2004-10-05 | 1 | -99/+32 |
|
|
* | | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-05 | 1 | -7/+14 |
|
|
* | | * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organization | dgp | 2004-09-30 | 1 | -5/+9 |
|
|
* | | Factorize out the code for freeing an object's internal rep. | dkf | 2004-09-29 | 1 | -5/+2 |
|
|
* | | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -18/+11 |
|
|
* | | * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537]. | dgp | 2003-09-04 | 1 | -1/+7 |
|
|
* | | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -13/+7 |
|
|
* | | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -2/+7 |
|/ |
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -2/+2 |
|
|
* | * unix/tclUnixNotfy.c: fixed event/io threading problems by | hobbs | 1999-10-21 | 1 | -15/+42 |
|
|