summaryrefslogtreecommitdiffstats
path: root/generic/tclResult.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f...jan.nijtmans2019-03-241-2/+0
* | | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo...jan.nijtmans2019-02-051-4/+7
* | | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >...jan.nijtmans2019-02-011-1/+1
|\ \ \ \ | |/ / /
* | | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_...jan.nijtmans2018-09-011-3/+3
* | | | Merge 8.7jan.nijtmans2018-07-041-143/+0
|\ \ \ \ | |/ / /
| * | | Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT anddgp2018-03-051-17/+0
* | | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP...jan.nijtmans2017-11-071-75/+28
|\ \ \ \
| * \ \ \ TIP 422 implementation (rebase of branch novem-remove-va to trunk).dgp2017-11-011-92/+28
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | merge novemjan.nijtmans2013-03-061-102/+2
| | |\ \ \
| | | * \ \ Merge trunk. jan.nijtmans2013-02-191-100/+0
| | | |\ \ \
| | | * \ \ \ merge trunkjan.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
| | |\ \ \ \ \ | | | |/ / / /
| | * | | | | 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
* | | | | | | Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult...jan.nijtmans2017-10-311-3/+3
* | | | | | | tidydgp2017-10-301-1/+4
* | | | | | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336.dgp2017-10-301-356/+12
|/ / / / / /
* | | | | | 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