summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
* merge novemnovem_remove_vajan.nijtmans2013-03-061-102/+2
|\
| * Merge trunk. jan.nijtmans2013-02-191-100/+0
| |\
| * \ merge trunkjan.nijtmans2013-01-251-1/+1
| |\ \ | | |/
| | * Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfojan.nijtmans2013-01-251-1/+1
| * | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-12-211-1/+1
| |\ \
| | * | remove unnecessary struct names, which only pollute the "struct" namespace fo...jan.nijtmans2012-08-201-1/+1
| | |/
* | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set...jan.nijtmans2012-12-181-75/+28
|/ /
* | Initialize legacyFreeProc with invalid value: This will result injan.nijtmans2012-12-031-17/+0
* | merge trunkdgp2012-11-161-40/+48
|\ \ | |/
| * Minor changes to improve style (C89 declarations, consistent indentation,dkf2012-08-071-24/+33
| * more result generation conversiondkf2012-08-031-23/+20
* | Clean version of changes; ifdef-freedkf2012-04-191-352/+6
* | Experimental branch where the interp->result field and related are removeddgp2012-04-181-0/+52
|/
* [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