summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-281-4/+4
|\
| * Eliminate many "register" keywords (which do nothing with modern compilers)jan.nijtmans2020-09-141-14/+14
* | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN...jan.nijtmans2020-09-171-9/+11
* | Merge 8.6jan.nijtmans2020-04-141-1/+10
|\ \ | |/
| * Merge 8.5. Failing tests highlight ticket [1b1f5f0b53].dgp2020-04-131-1/+10
| |\
| | * Same trouble fixed the same way in Tcl_AppendElement().dgp2020-04-091-1/+10
| * | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe...jan.nijtmans2020-01-081-2/+2
| |\ \ | | |/
| | * * generic/tclResult.c (ResetObjResult): Correct failure to cleardgp2011-03-081-5/+7
* | | Merge 8.7jan.nijtmans2020-02-131-4/+2
|\ \ \
| * | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio...jan.nijtmans2020-01-251-4/+2
* | | | Merge 8.7jan.nijtmans2020-01-071-19/+13
|\ \ \ \ | |/ / /
| * | | Some eol whitespace eliminationsjan.nijtmans2020-01-071-2/+2
| * | | Merge 8.6jan.nijtmans2020-01-061-19/+13
| |\ \ \ | | |/ /
| | * | Fix documentation, comments, and argument names of Tcl_TransferResult().dgp2020-01-051-19/+13
* | | | Merge tip-548jan.nijtmans2019-08-151-13/+13
|\ \ \ \ | |/ / /
| * | | Merge 8.7jan.nijtmans2019-08-141-4/+4
| |\ \ \
| * | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ...jan.nijtmans2019-07-171-13/+13
* | | | | Merge 8.7. Continue implementation for win32jan.nijtmans2019-08-021-4/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename...jan.nijtmans2019-07-231-4/+4
| |/ / /
* | | | Merge 8.7, and continue implementation. Almost donejan.nijtmans2019-07-101-9/+9
|/ / /
* | | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th...jan.nijtmans2019-05-091-5/+1
* | | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an...jan.nijtmans2019-02-271-1/+1
* | | Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT anddgp2018-03-051-17/+0
* | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac...jan.nijtmans2017-03-171-1/+1
* | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO...jan.nijtmans2017-02-031-2/+2
* | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le...jan.nijtmans2017-01-251-13/+42
|/ /
* | 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