summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
* * generic/tclExecute.c (IllegalExprOperandType,TclExecuteByteCode):dgp2004-10-251-4/+5
* * generic/tclBasic.c (Tcl_LogCommandInfo,Tcl_AddObjErrorInfo):dgp2004-10-241-37/+6
* * generic/tclInt.h (Interp):dgp2004-10-211-29/+112
* * generic/tclCmdAH.c (Tcl_CatchObjCmd, Tcl_ErrorObjCmd):dgp2004-10-211-14/+346
* * generic/tclInt.h (Tcl*InterpState): New internal routinesdgp2004-10-191-2/+155
* generic/tclResult.c: removed unused variable [Bug 1048588].Miguel Sofer2004-10-171-2/+1
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-151-31/+27
* * generic/tclBasic.c:dgp2004-10-061-5/+2
* Make Tcl_AppendResult() non-deprecated again. [Patch 1041072]dkf2004-10-051-99/+32
* * generic/tclBasic.c (Tcl_CreateInterp,Tcl_DeleteInterp,dgp2004-10-051-7/+14
* * generic/tclBasic.c (Tcl_AddObjErrorInfo): More re-organizationdgp2004-09-301-5/+9
* Factorize out the code for freeing an object's internal rep.dkf2004-09-291-5/+2
* * generic/tclBasic.c (Tcl_AddObjErrorInfo, Tcl_LogCommandInfo):dgp2004-09-171-18/+11
* * doc/SplitList.3: Implementation of TIP 148. Fixes [Bug 489537].dgp2003-09-041-1/+7
* * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-13/+7
* * generic/tclBasic.c: Implementation of TIP 90, whichdgp2003-05-051-2/+7
* * Updated interfaces of generic/tclEncoding, generic/tclFilename.c,dgp2002-01-251-2/+2
* * unix/tclUnixNotfy.c: fixed event/io threading problems byhobbs1999-10-211-15/+42
* * generic/tclResult.c (Tcl_AppendResultVA):stanton1999-05-071-2/+2
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+1025