summaryrefslogtreecommitdiffstats
path: root/generic/tclBasic.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclBasic.c: TIP #280 implementation, conditional on the define TCL...andreas_kupries2006-11-281-14/+534
* * generic/tclBasic.c (TEOVI): fix por possible leak of a CommandMiguel Sofer2006-11-041-12/+17
* * generic/tclBasic.c: Reverted exposure of patchlevel inandreas_kupries2006-09-251-6/+6
* * generic/tcl.decls: Implemented TIP #268, conditionally.andreas_kupries2006-09-221-2/+15
* * generic/tclBasic.c (Tcl_CreateInterp): init iPtr->threadIdhobbs2006-08-301-1/+2
* * generic/tclBasic.c: Revised handling of TCL_EVAL_* flags todgp2006-03-061-28/+19
* * generic/tclBasic.c: Corrections to be sure that TCL_EVAL_GLOBALdgp2006-02-281-2/+13
* * generic/tclBasic.c (Tcl_DeleteCommandFromToken):Miguel Sofer2005-11-181-8/+8
* * generic/tclBasic.c:Miguel Sofer2005-10-231-8/+14
* * generic/tclBasic.c (Tcl_CallWhenDeleted): Converted to usedgp2005-07-261-9/+6
* * generic/tclBasic.c: Made the walk of the active trace list awaredgp2005-06-211-3/+10
* * generic/tclBasic.c (Tcl_DeleteTrace): Added missing walk of thedgp2005-06-211-1/+15
* * generic/tclBasic.c (Tcl_EvalEx,TclEvalTokensStandard):dgp2005-03-181-14/+21
* added commentsMiguel Sofer2005-02-101-1/+6
* * generic/tclBasic.c (Tcl_EvalObjEx):Miguel Sofer2005-02-101-3/+20
* * generic/tclBasic.c (Tcl_ExprBoolean, Tcl_ExprDouble)hobbs2005-01-281-4/+46
* fix for buffer overflow in [subst], [Bug 1036649]Miguel Sofer2004-09-291-1/+11
* * generic/tclMain.c (Tcl_Main, StdinProc): Append newline onlydgp2004-07-281-3/+5
* * generic/tclBasic.c: Save and restore the iPtr->flag bits thatdgp2003-10-081-1/+6
* * generic/tclBasic.c: Fixed error in ref count management of commanddgp2003-10-031-6/+4
* * generic/tclBasic.c (CallCommandTraces): Added safety bitdgp2003-09-291-4/+9
* * generic/tclBasic.c: Corrected several instances of unsafedgp2003-07-181-20/+39
* * generic/tclBasic.c:Miguel Sofer2003-06-101-22/+14
* * generic/tclBasic.c (TclInvokeObjectCommand): objv[argc] is nodgp2003-05-121-4/+3
* Corrected error message for grammar and spelling.dkf2003-05-051-3/+3
* * generic/tclBasic.c: Tcl_EvalObjv() failed to honor thedgp2003-04-251-4/+8
* * generic/tclBasic.c (TclRenameCommand): fixing error in previousMiguel Sofer2003-02-181-2/+1
* * generic/tclBasic.c (TclRenameCommand): 'oldFullName' object wasMiguel Sofer2003-02-181-7/+13
* Don Porter's fix for bad parsing of nested scripts [Bug 681841].Miguel Sofer2003-02-161-68/+92
* * generic/tclBasic.c: Changed [trace add command] so that 'rename' Kevin B Kenny2003-02-031-4/+25
* execution trace, command trace and stringObj bug fixesvincentdarley2003-01-171-21/+27
* * generic/tclBasic.c (TclRenameCommand,CallCommandTraces):dgp2002-09-061-6/+21
* * generic/tclBasic.c:Miguel Sofer2002-08-221-3/+2
* * doc/CmdCmplt.3: Applied Patch 585105 to fully CONST-ifydgp2002-08-051-19/+17
* bugfix, new tests for new [interp alias] codeMiguel Sofer2002-07-291-6/+12
* Fix for [Bug 582522] - aliases now fire execution traces on the targetMiguel Sofer2002-07-291-5/+5
* Global symbols are now all either prefixed with 'tcl' (or 'Tcl' or ...) or ha...dkf2002-07-191-2/+2
* * generic/tclBasic.c (CallCommandTraces): delete traces now receiveMiguel Sofer2002-07-181-3/+17
* using the new variable name caching possibilities when setting errorMiguel Sofer2002-07-161-9/+9
* fix for [Bug 571385]Miguel Sofer2002-06-201-9/+12
* Added parens for claritydgp2002-06-201-3/+4
* * doc/CrtTrace.3: Added TIP#62 implementation of commandhobbs2002-06-171-98/+99
* fixed [Bug 568123]Miguel Sofer2002-06-121-2/+2
* optimised read access to local variables created at run-timeMiguel Sofer2002-06-111-4/+4
* Fix for [info locals] bug #567386; added compile functions forMiguel Sofer2002-06-111-4/+4
* * Corrected problems with Tcl_AllowExceptionsdgp2002-03-291-4/+24
* passing the correct commandSize to TclEvalObjvInternal. [Bug 219362],Miguel Sofer2002-03-271-2/+3
* avoid exceptional returns at level 0 [Bug 219181]Miguel Sofer2002-03-271-1/+11
* Allow NULL callback on trace deletions [Bug 534728]Miguel Sofer2002-03-251-2/+4
* fix for [Bug 533907] in tclBasic.c (Tcl_EvalObjv).Miguel Sofer2002-03-241-27/+34