| Commit message (Expand) | Author | Age | Files | Lines |
* | LimitHandler struct used only locally. Remove from tclInt.h. | dgp | 2013-02-25 | 1 | -0/+31 |
|
|
* | [Bug 3398794]: Use Tcl errors in scripts, not panics. | dkf | 2011-08-30 | 1 | -0/+26 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| * | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -4/+7 |
|
|
| * | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] | Miguel Sofer | 2008-01-30 | 1 | -2/+2 |
|
|
| * | * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL... | andreas_kupries | 2006-11-28 | 1 | -1/+7 |
|
|
| * | * 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 |
|
|
* | | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifi... | nijtmans | 2010-11-19 | 1 | -2/+2 |
|
|
* | | * doc/interp.n: [3081184] TIP #378. | andreas_kupries | 2010-11-15 | 1 | -5/+104 |
|
|
* | | [Bug 2895741]: Make min() and max() supported in safe interpreters. | dkf | 2009-12-29 | 1 | -1/+18 |
|
|
* | | [Bug 2891362]: Make time limits work better with the event loop. | dkf | 2009-12-28 | 1 | -2/+12 |
|
|
* | | * generic/tclBasic.c: Extended the existing TIP #280 system (info | andreas_kupries | 2008-07-21 | 1 | -3/+7 |
|
|
* | | * generic/tclInterp.c: Fixed completely boneheaded mistake that | dgp | 2008-06-20 | 1 | -3/+3 |
|
|
* | | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] | Miguel Sofer | 2008-01-30 | 1 | -2/+2 |
|
|
* | | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | | Reduce cast count. | dkf | 2007-11-19 | 1 | -40/+40 |
|
|
* | | General cleanliness improvements (reduced usage of casts, assume C89) | dkf | 2007-11-18 | 1 | -139/+123 |
|
|
* | | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob... | Miguel Sofer | 2007-11-11 | 1 | -33/+33 |
|
|
* | | * generic/tclInterp.c (Tcl_Init): Removed constraint on ability | dgp | 2007-09-06 | 1 | -3/+3 |
|
|
* | | * generic/tclInt.decls: New internal routine TclBackgroundException() | dgp | 2007-09-06 | 1 | -4/+6 |
|
|
* | | * generic/tclInt.decls: Revised the interfaces of the routines | dgp | 2007-06-20 | 1 | -3/+3 |
|
|
* | | * generic/tclBasic.c: Split TEOv in two, by separating a | Miguel Sofer | 2007-06-09 | 1 | -2/+5 |
|
|
* | | Added macro version of Tcl_LimitReady. | dkf | 2007-05-17 | 1 | -7/+11 |
|
|
* | | 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 |
|
|