summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * library/auto.tcl Purged Tcl's script library of alldgp2004-10-251-3/+4
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-4/+4
* * generic/tclBasic.c:dgp2004-10-061-43/+37
* * doc/interp.n:Miguel Sofer2004-09-141-16/+34
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-181-2/+17
* TIP#207 IMPLEMENTATIONdgp2004-08-021-29/+58
* Updated comments to agree with recent revisions.dgp2004-06-171-7/+8
* Reverted temporary changedgp2004-06-171-2/+2
* temporarily removed unset of ::tclDefaultLibrary for sake of testing.dgp2004-06-171-2/+2
* * doc/Encoding.3: Removed bogus claims about tcl_libPath.dgp2004-06-111-16/+23
* * generic/tclInterp.c: Updated [tclInit] to make $env(TCL_LIBRARY) andgp2004-06-111-2/+6
* Restored Eng. Manual Styledgp2004-06-111-66/+66
* * unix/tclUnixInit.c: The routines Tcl_Init() and TclSourceRCFile()dgp2004-06-111-1/+139
* Limits documentation and style improvementsdkf2004-05-301-41/+491
* Prototype fix for [Bug 960410] that tries to move hash table cleanup somewheredkf2004-05-251-9/+12
* Fixed [Bug 959193] which is apparently a word-size issue.dkf2004-05-241-2/+2
* Delete limit callbacks properly when the interpreters involved are deleted.dkf2004-05-201-1/+75
* Enable a test of limiting tight loops.dkf2004-05-191-3/+3
* Stop a compiler warning.dkf2004-05-181-1/+2
* Tests of limit-exceeded callbacks and make sure that those callbacks can removedkf2004-05-181-3/+6
* Very minor updates to comments/whitespacedkf2004-05-131-1/+2
* TIP#143 implementation; still needs docs and more tests...dkf2004-05-131-9/+1018
* Patch 922727 committed. Implements three changes:dgp2004-04-061-2/+1
* All uses of 'panic' (the macro) changeddavygrvy2003-12-241-4/+4
* Undo mistaken commit of work-in-progressdkf2003-09-291-495/+7
* TIP#121 (app exit proc API) implementation from Joe Mistachkindkf2003-09-291-7/+495
* * generic/tclInterp.c: (AliasObjCmd): Added refCounting of the wordsdgp2003-05-121-2/+8
* * generic/tclInterp.c (Tcl_InterpObjCmd): Corrected optiondgp2003-03-121-2/+4
* * generic/tclInterp.c (AliasCreate): preserve/release interps tohobbs2002-11-271-14/+23
* * tests/interp.test: interp-14.4hobbs2002-11-231-5/+16
* * generic/tclInterp.c (AliasCreate): a Tcl_Obj was leaked on errorMiguel Sofer2002-09-031-1/+2
* * generic/tclInterp.c (SlaveCreate): make sure that the memory andhobbs2002-09-021-1/+6
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-4/+5
* * generic/tclInterp.c: signed/unsigned comparison warning fixedMiguel Sofer2002-07-311-3/+3
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-291-3/+3