| Commit message (Expand) | Author | Age | Files | Lines |
* | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -2/+2 |
|
|
* | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -2/+2 |
|
|
* | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -2/+81 |
|
|
* | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-30 | 1 | -50/+1 |
|
|
* | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -22/+53 |
|
|
* | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+23 |
|
|
* | More tidying up (whitespace, spelling, useless parentheses, useless casts) | dkf | 2010-02-24 | 1 | -16/+24 |
|
|
* | Revert mistaken commit | dgp | 2009-11-16 | 1 | -7/+2 |
|
|
* | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta... | ferrieux | 2009-11-16 | 1 | -2/+7 |
|
|
* | move variable "length" inside if() | nijtmans | 2008-12-17 | 1 | -4/+3 |
|
|
* | Implement TIP#307. | dkf | 2008-12-05 | 1 | -3/+3 |
|
|
* | TIP #336 IMPLEMENTATION | dgp | 2008-12-02 | 1 | -1/+40 |
|
|
* | Style improvements - invoking callbacks without visual junk. | dkf | 2008-10-26 | 1 | -7/+7 |
|
|
* | Add "const" to many internal | nijtmans | 2008-10-16 | 1 | -2/+2 |
|
|
* | TIP #330 IMPLEMENTATION | dgp | 2008-10-02 | 1 | -3/+4 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -11/+11 |
|
|
* | * 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 |
|
|