| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Disabled all compile and execution tracing functionality in standard | Miguel Sofer | 2001-09-17 | 1 | -5/+5 |
|
|
* | Bytecompiling noops [FQ #451441] | Miguel Sofer | 2001-09-10 | 1 | -1/+105 |
|
|
* | made [proc] check that formal args have simple names [Bug: 458548] | Miguel Sofer | 2001-09-04 | 1 | -1/+9 |
|
|
* | Added several missing CONSTs in calls to TclGetNamespaceForQualName | Kevin B Kenny | 2001-04-27 | 1 | -3/+4 |
|
|
* | * tests/compile.test: | hobbs | 2000-05-03 | 1 | -10/+23 |
|
|
* | * tests/var.test: | hobbs | 1999-12-12 | 1 | -2/+7 |
|
|
* | * generic/tclProc.c: backed out change from 1999-11-18 as it | hobbs | 1999-11-19 | 1 | -4/+4 |
|
|
* | * generic/tclProc.c: corrected error reporting for default case | hobbs | 1999-11-19 | 1 | -3/+3 |
|
|
* | 1999-09-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-02 | 1 | -8/+17 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -76/+109 |
|
|
* | Merged stubs changes into mainline for 8.0 | stanton | 1999-03-10 | 1 | -2/+2 |
|
|
* | * generic/tclProc.c: | stanton | 1999-02-03 | 1 | -8/+4 |
|
|
* | Added a new Tcl object called "procbody"; this object's internal | escoffon | 1998-10-05 | 1 | -117/+389 |
|
|
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | changed resolver epoch so it only invalidates the resolver cache | stanton | 1998-08-07 | 1 | -60/+39 |
|
|