| Commit message (Expand) | Author | Age | Files | Lines |
* | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -6/+9 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. | dgp | 2011-03-03 | 1 | -2/+2 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | 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-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/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 |
|
|