Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tclParse.c (Tcl_ParseVar): conditionally incr obj | hobbs | 2002-04-12 | 1 | -2/+10 |
| | | | | refcount to prevent possible mem leak. | ||||
* | * Updated APIs in generic/tclParse.c according to the guidelines | dgp | 2002-01-17 | 1 | -2/+2 |
| | | | | of TIP 27. Updated callers. | ||||
* | Code reorganisation: moving all eval functions from tclParse.c to tclBasic.c | Miguel Sofer | 2001-11-19 | 1 | -905/+2 |
| | |||||
* | Code reordering; execution levels made consistent [Bug 480896]. | Miguel Sofer | 2001-11-16 | 1 | -44/+44 |
| | |||||
* | Patch for [TIP 56], [Bug: 219384] and [Bug: 455151]: deprecate the use | Miguel Sofer | 2001-09-13 | 1 | -39/+94 |
| | | | | of Tcl_EvalTokens, replaced by the new Tcl_EvalTokensStandard. | ||||
* | Patch for bug #420507 | Miguel Sofer | 2001-05-03 | 1 | -2/+2 |
| | |||||
* | * tests/subst.test: added tests for non-zero return code handling | hobbs | 2000-11-01 | 1 | -6/+42 |
| | | | | | | by subst. * generic/tclParse.c (Tcl_EvalEx): corrected handling of non-zero, non-error return code cases for subst. [BUG: 119829] | ||||
* | * generic/tclIOUtil.c: changed Tcl_Alloc to ckalloc | hobbs | 1999-11-10 | 1 | -1/+36 |
| | | | | | | | | | * generic/tclInt.h: * generic/tclObj.c: rolled back changes from 1999-10-29 Purify noted new leaks with that code * generic/tclParse.c: added code in Tcl_ParseBraces to test for possible unbalanced open brace in a comment | ||||
* | * win/Makefile.in: Added COMPILE_DEBUG_FLAGS macro to make it | stanton | 1999-08-12 | 1 | -1/+13 |
| | | | | | | | | | easier to turn on compiler tracing. * tests/parse.test: * generic/tclParse.c: Fixed bug in Tcl_EvalEx where the termOffset was not being updated in cases where the evaluation returned a non TCL_OK error code. [Bug: 2535] | ||||
* | * tclParse.c: fixed bug in info complete regarding nested square | hobbs | 1999-07-30 | 1 | -2/+5 |
| | | | | brackets [Bug: 2382, 2466] | ||||
* | Removed patch for bug 2382, for info complete. | redman | 1999-07-23 | 1 | -3/+2 |
| | |||||
* | Applied patch for info complete. [Bug: 2382] | redman | 1999-07-22 | 1 | -2/+3 |
| | |||||
* | Improved support for empty array names | welch | 1999-07-02 | 1 | -3/+9 |
| | |||||
* | * generic/tclParse.c (Tcl_ParseCommand): Changed to avoid | stanton | 1999-05-04 | 1 | -4/+10 |
| | | | | | modifying eval'ed strings that are already null terminated. [Bug: 1793] | ||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 1 | -19/+12 |
| | |||||
* | Resynced with mainline. | rjohnson | 1999-04-21 | 1 | -1/+1 |
| | |||||
* | merged the parse changes between TclPro1.2 and Tcl8.1. Fixed bug in Windows ↵ | surles | 1999-04-21 | 1 | -5/+18 |
| | | | | makefile caused when the win/pkgIndex.tcl file was replaced | ||||
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -629/+1915 |
| | |||||
* | Replaced SCCS strings, fixed binary filescore_8_0_3 | stanton | 1998-09-14 | 1 | -1/+1 |
| | |||||
* | Initial revision | rjohnson | 1998-03-26 | 1 | -0/+938 |