summaryrefslogtreecommitdiffstats
path: root/generic/tclInterp.c
Commit message (Expand)AuthorAgeFilesLines
...
* | * 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
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-291-83/+74
* * Added the [interp recursionlimit] command todgp2002-03-071-5/+90
* TIP#72 implementation. See ChangeLog for details.dkf2002-02-151-2/+2
* * More TIP 27 updates in tclIOUtil.c and tclIndexObj.c that weredgp2002-01-171-6/+6
* * Updated APIs in generic/tclHistory.c according to the guidelinesdgp2002-01-161-13/+13
* * tests/interp.test:hobbs2001-11-161-10/+20
* * tests/stack.test:hobbs2001-09-111-4/+17
* Typo in commentdgp2001-04-041-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-2983/+1525
* * tests/interp.test:stanton1999-02-031-24/+2
* Replaced SCCS strings, fixed binary filescore_8_0_3stanton1998-09-141-1/+1
* unset tclDefaultLibrary in safe modestanton1998-07-241-0/+1
* Initial revisionrjohnson1998-03-261-0/+3834