summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
* typo in comment. Eliminate unnecessary end-of-line spacing.jan.nijtmans2015-10-191-2/+2
* Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are ...jan.nijtmans2013-07-051-0/+2
* Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros.jan.nijtmans2013-02-281-0/+3
* Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
* Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-24/+33
* more result generation conversiondkf2012-08-031-23/+20
* [Bug 3386417] avoid a reference loop between the bytecode and its companion e...ferrieux2011-08-091-0/+23
* TclFreeIntRep() cleanup.dgp2011-04-271-1/+0
* More generation of error codes (namespace creation, path normalization,dkf2011-04-031-6/+9
* Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-6/+6
* * generic/tclResult.c (ResetObjResult): Correct failure to cleardgp2011-03-081-5/+7
* USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330].dgp2011-03-031-2/+2
* Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\
| * 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/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ifieddgp2004-09-301-6/+9
| | * * generic/tclPreserve.c: In Result and Preserve'd routines, do nothobbs2003-07-161-13/+7
| * | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-1/+21
* | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c,dkf2010-10-011-2/+2
* | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect):hobbs2010-09-221-2/+2
* | | TIP #348 IMPLEMENTATION - Substituted error stackferrieux2010-04-051-2/+81
* | | [FRQ 2974744]: share exception codes (ObjType?):nijtmans2010-03-301-50/+1
* | | [Freq 2974744] share exception codes (ObjType?)nijtmans2010-03-271-22/+53
* | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] sodgp2010-03-241-1/+23
* | | More tidying up (whitespace, spelling, useless parentheses, useless casts)dkf2010-02-241-16/+24
* | | Revert mistaken commitdgp2009-11-161-7/+2
* | | (forward port) Fix [Bug 2891556] and improve test to detect similar manifesta...ferrieux2009-11-161-2/+7
* | | move variable "length" inside if()nijtmans2008-12-171-4/+3
* | | Implement TIP#307.dkf2008-12-051-3/+3
* | | TIP #336 IMPLEMENTATIONdgp2008-12-021-1/+40
* | | Style improvements - invoking callbacks without visual junk.dkf2008-10-261-7/+7
* | | Add "const" to many internalnijtmans2008-10-161-2/+2
* | | TIP #330 IMPLEMENTATIONdgp2008-10-021-3/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-11/+11
|/ /
* | * generic/tclResult.c (ReleaseKeys): Workaround for [Bugandreas_kupries2008-03-071-1/+2
* | * generic/tclResult.c (Tcl_SetReturnOptions): Revised the refcountdgp2008-02-291-1/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | RE: [Patch 1830184] TclResetResultMiguel Sofer2007-11-121-34/+25
* | * generic/tclBasic.c: New macro TclResetResult, new iPtr flagMiguel Sofer2007-11-121-25/+34
* | * generic/tclResult.c (ResetObjResult): clarify the logic.Miguel Sofer2007-11-111-4/+2
* | [Patch 1830038]: Increased usage of macros to detect and take advantage of ob...Miguel Sofer2007-11-111-8/+8
* | * generic/tclResult.c (ResetObjResult): new shortcut.Miguel Sofer2007-11-101-3/+4
* | * generic/tclResult.c (TclMergeReturnOptions): Make sure any -codedgp2007-10-181-1/+3
* | * generic/tclResult.c (Tcl_GetReturnOptions): Take care that adgp2007-09-071-7/+6
* | * generic/tclBasic.c: Added interp flag value ERR_LEGACY_COPY todgp2007-06-051-6/+13
* | Replaced commas in varargs with string concatenation where possible [Patch 15...Kevin B Kenny2007-04-201-3/+3
* | assorted minor cleanupdkf2007-04-101-12/+16
* | Handle creation of Tcl_Objs from constant strings better (easier to use, moredkf2007-04-101-7/+7
* | * generic/tclResult.c: Added optimization case to TclTransferResultdgp2007-01-291-5/+17
* | ANSIfydkf2005-11-021-86/+87