| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | TIP#121 (app exit proc API) implementation from Joe Mistachkin | dkf | 2003-09-29 | 1 | -7/+495 |
|
|
* | * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the words | dgp | 2003-05-12 | 1 | -2/+8 |
|
|
* | * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected option | dgp | 2003-03-12 | 1 | -2/+4 |
|
|
* | * generic/tclInterp.c (AliasCreate): preserve/release interps to | hobbs | 2002-11-27 | 1 | -14/+23 |
|
|
* | * tests/interp.test: interp-14.4 | hobbs | 2002-11-23 | 1 | -5/+16 |
|
|
* | * generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on error | Miguel Sofer | 2002-09-03 | 1 | -1/+2 |
|
|
* | * generic/tclInterp.c (SlaveCreate): make sure that the memory and | hobbs | 2002-09-02 | 1 | -1/+6 |
|
|
* | * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ify | dgp | 2002-08-05 | 1 | -4/+5 |
|
|
* | * generic/tclInterp.c: signed/unsigned comparison warning fixed | Miguel Sofer | 2002-07-31 | 1 | -3/+3 |
|
|
* | bugfix, new tests for new [interp alias] code | Miguel Sofer | 2002-07-29 | 1 | -3/+3 |
|
|
* | Fix for [Bug 582522] - aliases now fire execution traces on the target | Miguel Sofer | 2002-07-29 | 1 | -83/+74 |
|
|
* | * Added the [interp recursionlimit] command to | dgp | 2002-03-07 | 1 | -5/+90 |
|
|
* | TIP#72 implementation. See ChangeLog for details. | dkf | 2002-02-15 | 1 | -2/+2 |
|
|
* | * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that were | dgp | 2002-01-17 | 1 | -6/+6 |
|
|
* | * Updated APIs in generic/tclHistory.c according to the guidelines | dgp | 2002-01-16 | 1 | -13/+13 |
|
|
* | * tests/interp.test: | hobbs | 2001-11-16 | 1 | -10/+20 |
|
|
* | * tests/stack.test: | hobbs | 2001-09-11 | 1 | -4/+17 |
|
|
* | Typo in comment | dgp | 2001-04-04 | 1 | -2/+2 |
|
|
* | merged tcl 8.1 branch back into the main trunk | stanton | 1999-04-16 | 1 | -2983/+1525 |
|
|