| Commit message (Expand) | Author | Age | Files | Lines |
* | Whitespace policing, replacing commas in varargs with constant string catenat... | Kevin B Kenny | 2007-04-20 | 1 | -7/+7 |
|
|
* | Handle creation of Tcl_Objs from constant strings better (easier to use, more | dkf | 2007-04-10 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c: Replace arrays on the C stack and ckalloc | dgp | 2007-04-02 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c: TIP #280 implementation. | andreas_kupries | 2006-11-28 | 1 | -2/+4 |
|
|
* | Silence compiler grumbles. | dkf | 2006-11-02 | 1 | -8/+5 |
|
|
* | Added explanations, cleaned up whitespace. | dkf | 2006-11-02 | 1 | -12/+30 |
|
|
* | * generic/tclBasic.c: | Miguel Sofer | 2006-10-31 | 1 | -5/+3 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd):a | Miguel Sofer | 2006-10-26 | 1 | -3/+4 |
|
|
* | * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply by | Miguel Sofer | 2006-10-24 | 1 | -3/+5 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12 | Miguel Sofer | 2006-10-17 | 1 | -2/+5 |
|
|
* | * generic/tclInterp.c (ApplyObjCmd): | Miguel Sofer | 2006-10-12 | 1 | -5/+26 |
|
|
* | change "procedure" to "function" for (slightly) greater clarity | dkf | 2005-12-12 | 1 | -8/+8 |
|
|
* | Fix two bugs in limits, one a crash and the other a failed flag reset. | dkf | 2005-10-10 | 1 | -380/+376 |
|
|
* | Getting more systematic about style | dkf | 2005-07-17 | 1 | -1023/+999 |
|
|
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232 | Kevin B Kenny | 2005-05-10 | 1 | -1/+1 |
|
|
* | * generic/tclBasic.c: Added unsupported command | dgp | 2005-04-19 | 1 | -66/+2 |
|
|
* | * tests/unixInit.test: Disabled obsolete tests and removed code | dgp | 2005-04-15 | 1 | -45/+41 |
|
|
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call. | dgp | 2005-04-12 | 1 | -3/+3 |
|
|
* | Upgrade the capabilities of time limits by allowing them to fire in the midst | dkf | 2004-12-16 | 1 | -3/+60 |
|
|
* | Remove a global mutex/state by using lists instead of hashtables to store the | dkf | 2004-12-02 | 1 | -49/+51 |
|
|
* | Patch 976520 reworks several of the details involved with | dgp | 2004-11-30 | 1 | -105/+172 |
|
|
* | * generic/tclInterp.c: Restored several directories to the search | dgp | 2004-11-22 | 1 | -11/+29 |
|
|
* | * tests/interp.test (interp-36.*): [interp bgerror] tests. | dgp | 2004-11-18 | 1 | -5/+3 |
|
|
* | * tests/basic.test: Updated functional (not testing) uses of | dgp | 2004-11-18 | 1 | -2/+2 |
|
|
* | TIP #221 IMPLEMENTATION | dgp | 2004-11-13 | 1 | -17/+82 |
|
|
* | * library/auto.tcl Purged Tcl's script library of all | dgp | 2004-10-25 | 1 | -3/+4 |
|
|
* | * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp, | dgp | 2004-10-15 | 1 | -4/+4 |
|
|
* | * generic/tclBasic.c: | dgp | 2004-10-06 | 1 | -43/+37 |
|
|
* | * doc/interp.n: | Miguel Sofer | 2004-09-14 | 1 | -16/+34 |
|
|
* | TIP #173 and #209 implementation - see ChangeLog for details | Kevin B Kenny | 2004-08-18 | 1 | -2/+17 |
|
|
* | TIP#207 IMPLEMENTATION | dgp | 2004-08-02 | 1 | -29/+58 |
|
|
* | Updated comments to agree with recent revisions. | dgp | 2004-06-17 | 1 | -7/+8 |
|
|
* | Reverted temporary change | dgp | 2004-06-17 | 1 | -2/+2 |
|
|
* | temporarily removed unset of ::tclDefaultLibrary for sake of testing. | dgp | 2004-06-17 | 1 | -2/+2 |
|
|
* | * doc/Encoding.3: Removed bogus claims about tcl_libPath. | dgp | 2004-06-11 | 1 | -16/+23 |
|
|
* | * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) an | dgp | 2004-06-11 | 1 | -2/+6 |
|
|
* | Restored Eng. Manual Style | dgp | 2004-06-11 | 1 | -66/+66 |
|
|
* | * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile() | dgp | 2004-06-11 | 1 | -1/+139 |
|
|
* | Limits documentation and style improvements | dkf | 2004-05-30 | 1 | -41/+491 |
|
|
* | Prototype fix for [Bug 960410] that tries to move hash table cleanup somewhere | dkf | 2004-05-25 | 1 | -9/+12 |
|
|
* | Fixed [Bug 959193] which is apparently a word-size issue. | dkf | 2004-05-24 | 1 | -2/+2 |
|
|
* | Delete limit callbacks properly when the interpreters involved are deleted. | dkf | 2004-05-20 | 1 | -1/+75 |
|
|
* | Enable a test of limiting tight loops. | dkf | 2004-05-19 | 1 | -3/+3 |
|
|
* | Stop a compiler warning. | dkf | 2004-05-18 | 1 | -1/+2 |
|
|
* | Tests of limit-exceeded callbacks and make sure that those callbacks can remove | dkf | 2004-05-18 | 1 | -3/+6 |
|
|
* | Very minor updates to comments/whitespace | dkf | 2004-05-13 | 1 | -1/+2 |
|
|
* | TIP#143 implementation; still needs docs and more tests... | dkf | 2004-05-13 | 1 | -9/+1018 |
|
|
* | Patch 922727 committed. Implements three changes: | dgp | 2004-04-06 | 1 | -2/+1 |
|
|
* | All uses of 'panic' (the macro) changed | davygrvy | 2003-12-24 | 1 | -4/+4 |
|
|
* | Undo mistaken commit of work-in-progress | dkf | 2003-09-29 | 1 | -495/+7 |
|
|