| Commit message (Expand) | Author | Age | Files | Lines |
* | Systematizing the formatting | dkf | 2005-07-21 | 1 | -269/+298 |
|
|
* | * generic/tclInt.h: Reduced the Tcl_ObjTypes "index", | dgp | 2005-06-07 | 1 | -5/+5 |
|
|
* | This close to a release, simple is better. | dgp | 2005-06-02 | 1 | -3/+1 |
|
|
* | * generic/tclProc.c: Revised fix for [Bug 1209759] is more complex, | dgp | 2005-06-01 | 1 | -2/+4 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclProc.c (TclInitCompiledLocals): | mdejong | 2005-02-02 | 1 | -3/+9 |
|
|
* | Avoid sharing cmdName literals accross namespaces, and generalise usage of | Miguel Sofer | 2004-12-24 | 1 | -2/+2 |
|
|
* | fix for last commit; thanks dgp and tclguy for catch/classify/throw | Miguel Sofer | 2004-12-20 | 1 | -3/+3 |
|
|
* | * generic/tclCompile.c: moved TclInitCompiledLocals to tclProc.c | Miguel Sofer | 2004-12-20 | 1 | -31/+234 |
|
|
* | * generic/tclTest.c: Added two new functions to allocate memory | Miguel Sofer | 2004-12-15 | 1 | -8/+8 |
|
|
* | changing the isProcCallFrame field of the CallFrame struct from a 0/1 field | Miguel Sofer | 2004-12-14 | 1 | -2/+2 |
|
|
* | optimised loops that initialise a proc's arguments and compiled local | Miguel Sofer | 2004-12-10 | 1 | -53/+63 |
|
|
* | Fix [Bug 1066837] without reopening other bugs... What a horrid hack! :^/ | dkf | 2004-11-25 | 1 | -1/+11 |
|
|
* | Cleaning up; mostly whitespace and comment fixes. | dkf | 2004-11-01 | 1 | -242/+236 |
|
|
* | Allow ensembles to rewrite their subcommands' error messages to be more | dkf | 2004-10-29 | 1 | -30/+22 |
|
|
* | Standardize way of calling object freeIntRepProcs... | dkf | 2004-10-22 | 1 | -15/+15 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp): | dgp | 2004-10-18 | 1 | -23/+10 |
|
|
* | * generic/tclCmdMZ.c (TclProcessReturn): Now that primary | dgp | 2004-10-15 | 1 | -15/+1 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -6/+5 |
|
|
* | Remove useless panic-ing implementations of methods in tclProcBodyType | dkf | 2004-10-06 | 1 | -97/+30 |
|
|
* | Style fixes and Tcl_GetString -> TclGetString | dkf | 2004-10-06 | 1 | -81/+79 |
|
|
* | Speed up [upvar] and [uplevel] by not forcing level references to be parsed | dkf | 2004-10-01 | 1 | -13/+139 |
|
|
* | Report compilation errors at runtime, [Patch 103368] by dgp. | Miguel Sofer | 2004-09-26 | 1 | -6/+3 |
|
|
* | * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo): | dgp | 2004-09-17 | 1 | -8/+3 |
|
|
* | * generic/tclProc.c: The routine TclProcInterpProc was a s... | dgp | 2004-08-25 | 1 | -125/+5 |
|
|
* | update out of date comment | dgp | 2004-08-24 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (TclCreateProc): comments corrected. | Miguel Sofer | 2004-05-04 | 1 | -22/+12 |
|
|
* | * generic/tclProc.c (TclObjInvokeProc): | Miguel Sofer | 2004-05-02 | 1 | -4/+22 |
|
|
* | fixed typos in documentation and comments | vincentdarley | 2004-03-09 | 1 | -2/+2 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -10/+10 |
|
|
* | Removed variables that are no longer used. | dgp | 2003-10-21 | 1 | -4/+1 |
|
|
* | * generic/tclBasic.c (TclAppendObjToErrorInfo): New internal routine | dgp | 2003-10-14 | 1 | -33/+32 |
|
|
* | stop compiler warnings about unused variables | dgp | 2003-05-08 | 1 | -3/+1 |
|
|
* | * generic/tclBasic.c: Implementation of TIP 90, which | dgp | 2003-05-05 | 1 | -14/+38 |
|
|
* | * generic/tclProc.c (ProcessProcResultCode): Fix failure to | dgp | 2002-12-11 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c (TclCreateProc): mask out VAR_UNDEFINED for | hobbs | 2002-10-02 | 1 | -34/+33 |
|
|
* | * generic/tclProc.c (Tcl_ProcObjCmd): correct overeager | hobbs | 2002-09-27 | 1 | -5/+14 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -2/+2 |
|
|
* | Fix for Tk Bug #219218 "error handling with bgerror in Tk" | jenglish | 2002-07-25 | 1 | -2/+2 |
|
|
* | using the new variable name caching possibilities when setting error | Miguel Sofer | 2002-07-16 | 1 | -5/+8 |
|
|
* | tclCompile.c and tclProc.c: small changes in the usage of the VAR_UNDEFINED f... | Miguel Sofer | 2002-07-11 | 1 | -4/+4 |
|
|
* | Improved stack trace for TCL_BREAK and TCL_CONTINUE returns from procs. [Bug ... | Miguel Sofer | 2002-04-15 | 1 | -24/+23 |
|
|
* | * Updated interfaces of generic/tclEncoding, generic/tclFilename.c, | dgp | 2002-01-25 | 1 | -5/+5 |
|
|
* | fixed the calculation of the maximal stack depth required by bytecodes [Bug 4... | Miguel Sofer | 2001-12-10 | 1 | -5/+5 |
|
|
* | Replace isspace(char) with isspace(UCHAR(char)) for safety... | dkf | 2001-11-27 | 1 | -2/+2 |
|
|
* | restoring the computations of iPtr->numLevels to the original logic (previous... | Miguel Sofer | 2001-11-20 | 1 | -10/+1 |
|
|
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -1/+10 |
|
|
* | Doh ... strncmp, not strcmp needed in last commit. | Miguel Sofer | 2001-10-15 | 1 | -2/+2 |
|
|
* | generic/tclProc.c: changing a memcmp to strcmp to avoid a memory error | Miguel Sofer | 2001-10-15 | 1 | -33/+32 |
|
|
* | * Updated APIs in | dgp | 2001-09-27 | 1 | -3/+3 |
|
|