summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
* LimitHandler struct used only locally. Remove from tclInt.h.dgp2013-02-251-0/+31
* [Bug 3398794]: Use Tcl errors in scripts, not panics.dkf2011-08-301-0/+26
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-4/+7
| * * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-301-2/+2
| * * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-1/+7
| * * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-2/+8
| * * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
* | fix gcc warning: passing argument 3 of 'Tcl_GetIndexFromObj' discards qualifi...nijtmans2010-11-191-2/+2
* | * doc/interp.n: [3081184] TIP #378.andreas_kupries2010-11-151-5/+104
* | [Bug 2895741]: Make min() and max() supported in safe interpreters.dkf2009-12-291-1/+18
* | [Bug 2891362]: Make time limits work better with the event loop.dkf2009-12-281-2/+12
* | * generic/tclBasic.c: Extended the existing TIP #280 system (infoandreas_kupries2008-07-211-3/+7
* | * generic/tclInterp.c: Fixed completely boneheaded mistake thatdgp2008-06-201-3/+3
* | * generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373]Miguel Sofer2008-01-301-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Reduce cast count.dkf2007-11-191-40/+40
* | General cleanliness improvements (reduced usage of casts, assume C89)dkf2007-11-181-139/+123
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-33/+33
* | * generic/tclInterp.c (Tcl_Init): Removed constraint on abilitydgp2007-09-061-3/+3
* | * generic/tclInt.decls: New internal routine TclBackgroundException()dgp2007-09-061-4/+6
* | * generic/tclInt.decls: Revised the interfaces of the routinesdgp2007-06-201-3/+3
* | * generic/tclBasic.c: Split TEOv in two, by separating aMiguel Sofer2007-06-091-2/+5
* | Added macro version of Tcl_LimitReady.dkf2007-05-171-7/+11
* | Whitespace policing, replacing commas in varargs with constant string catenat...Kevin B Kenny2007-04-201-7/+7
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-3/+4
* | * generic/tclBasic.c: Replace arrays on the C stack and ckallocdgp2007-04-021-3/+4
* | * generic/tclBasic.c: TIP #280 implementation.andreas_kupries2006-11-281-2/+4
* | Silence compiler grumbles.dkf2006-11-021-8/+5
* | Added explanations, cleaned up whitespace.dkf2006-11-021-12/+30
* | * generic/tclBasic.c:Miguel Sofer2006-10-311-5/+3
* | * generic/tclInterp.c (ApplyObjCmd):aMiguel Sofer2006-10-261-3/+4
* | * generic/tclProc.c (ApplyObjCmd): fix wrong#args for apply byMiguel Sofer2006-10-241-3/+5
* | * generic/tclInterp.c (ApplyObjCmd): fixed bad error in 2006-10-12Miguel Sofer2006-10-171-2/+5
* | * generic/tclInterp.c (ApplyObjCmd):Miguel Sofer2006-10-121-5/+26
* | change "procedure" to "function" for (slightly) greater claritydkf2005-12-121-8/+8
* | Fix two bugs in limits, one a crash and the other a failed flag reset.dkf2005-10-101-380/+376
* | Getting more systematic about styledkf2005-07-171-1023/+999
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | * generic/tclBasic.c: Added unsupported commanddgp2005-04-191-66/+2
* | * tests/unixInit.test: Disabled obsolete tests and removed codedgp2005-04-151-45/+41
* | * generic/tclInterp.c: Corrected bad syntax of Tcl_Panic() call.dgp2005-04-121-3/+3
* | Upgrade the capabilities of time limits by allowing them to fire in the midstdkf2004-12-161-3/+60
* | Remove a global mutex/state by using lists instead of hashtables to store thedkf2004-12-021-49/+51
* | Patch 976520 reworks several of the details involved withdgp2004-11-301-105/+172
* | * generic/tclInterp.c: Restored several directories to the searchdgp2004-11-221-11/+29
* | * tests/interp.test (interp-36.*): [interp bgerror] tests.dgp2004-11-181-5/+3
* | * tests/basic.test: Updated functional (not testing) uses ofdgp2004-11-181-2/+2
* | TIP #221 IMPLEMENTATIONdgp2004-11-131-17/+82