| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7. Define Tcl_GetStringResult() as macro. | jan.nijtmans | 2019-05-09 | 1 | -26/+0 |
|\ |
|
| * | If compiling with -DTCL_NO_DEPRECATED, make Tcl_GetStringResult() a macro. Th... | jan.nijtmans | 2019-05-09 | 1 | -5/+1 |
|
|
| * | More use of (efficient) TclHasIntRep() macro. Also eliminate many (size_t) an... | jan.nijtmans | 2019-02-27 | 1 | -1/+1 |
|
|
* | | Code cleanup: Remove unneeded #undef's, and unneeded inclused. No change in f... | jan.nijtmans | 2019-03-24 | 1 | -2/+0 |
|
|
* | | More size_t-related consolidations. Now regexp can handle strings >2GB and mo... | jan.nijtmans | 2019-02-05 | 1 | -4/+7 |
|
|
* | | Another (big) round of int -> size_t enhancements. So Tcl can handle string >... | jan.nijtmans | 2019-02-01 | 1 | -1/+1 |
|\ \
| |/ |
|
* | | Change ckalloc and friends to Tcl_Alloc and friends. Add two defines, TCL_IO_... | jan.nijtmans | 2018-09-01 | 1 | -3/+3 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2018-07-04 | 1 | -143/+0 |
|\ \
| |/ |
|
| * | Take the next step in TIPs 330 and 336, ending in 8.7 the USE_INTERP_RESULT and | dgp | 2018-03-05 | 1 | -17/+0 |
|
|
* | | Re-base TIP #422 implementation to trunk. Remove Tcl_VarEvalVA() as well. TIP... | jan.nijtmans | 2017-11-07 | 1 | -75/+28 |
|\ \ |
|
| * \ | TIP 422 implementation (rebase of branch novem-remove-va to trunk). | dgp | 2017-11-01 | 1 | -92/+28 |
| |\ \
| | |/
| |/| |
|
| | * | merge novem | jan.nijtmans | 2013-03-06 | 1 | -102/+2 |
| | |\ |
|
| | | * | Merge trunk. | jan.nijtmans | 2013-02-19 | 1 | -100/+0 |
| | | |\ |
|
| | | * \ | merge trunk | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| | | |\ \
| | | | |/ |
|
| | | * | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-12-21 | 1 | -1/+1 |
| | | |\ \ |
|
| | | | * | | remove unnecessary struct names, which only pollute the "struct" namespace fo... | jan.nijtmans | 2012-08-20 | 1 | -1/+1 |
|
|
| | * | | | | Remove all VA functions Tcl_AppendResultVA, Tcl_AppendStringsToObjVA, Tcl_Set... | jan.nijtmans | 2012-12-18 | 1 | -75/+28 |
| | |/ / / |
|
| | * | | | Initialize legacyFreeProc with invalid value: This will result in | jan.nijtmans | 2012-12-03 | 1 | -17/+0 |
|
|
| | * | | | merge trunk | dgp | 2012-11-16 | 1 | -40/+48 |
| | |\ \ \
| | | |/ / |
|
| | * | | | Clean version of changes; ifdef-free | dkf | 2012-04-19 | 1 | -352/+6 |
|
|
| | * | | | Experimental branch where the interp->result field and related are removed | dgp | 2012-04-18 | 1 | -0/+52 |
|
|
* | | | | | Simplify implementation of Tcl_SaveResult/Tcl_RestoreResult/Tcl_DiscardResult... | jan.nijtmans | 2017-10-31 | 1 | -3/+3 |
|
|
* | | | | | tidy | dgp | 2017-10-30 | 1 | -1/+4 |
|
|
* | | | | | Patch to make changes to Tcl 9 prescribed by TIPs 330 and 336. | dgp | 2017-10-30 | 1 | -356/+12 |
|/ / / / |
|
* | | | | If Tcl is compiled with -DTCL_NO_DEPRECATED, make sure that iPtr->(resultSpac... | jan.nijtmans | 2017-03-17 | 1 | -1/+1 |
|
|
* | | | | In TclGetNumberFromObj() macro (tclExecute.c): Don't fill in type if TCL_ERRO... | jan.nijtmans | 2017-02-03 | 1 | -2/+2 |
|
|
* | | | | If TCL_NO_DEPRECATED is defined, remove the "case" statement, and use much le... | jan.nijtmans | 2017-01-25 | 1 | -13/+42 |
|
|
* | | | | typo in comment. Eliminate unnecessary end-of-line spacing. | jan.nijtmans | 2015-10-19 | 1 | -2/+2 |
|
|
* | | | | Allow successfull compilation, even if Tcl_GetErrorLine/Tcl_SetErrorLine are ... | jan.nijtmans | 2013-07-05 | 1 | -0/+2 |
|
|
* | | | | Allow Tcl to be compiled even if Tcl_Eval, Tcl_GetVar, ... are macros. | jan.nijtmans | 2013-02-28 | 1 | -0/+3 |
| |_|/
|/| | |
|
* | | | Eliminate some unneeded usages of Tcl_SetResult, Tcl_AddObjErrorInfo | jan.nijtmans | 2013-01-25 | 1 | -1/+1 |
| |/
|/| |
|
* | | Minor changes to improve style (C89 declarations, consistent indentation, | dkf | 2012-08-07 | 1 | -24/+33 |
|
|
* | | more result generation conversion | dkf | 2012-08-03 | 1 | -23/+20 |
|/ |
|
* | [Bug 3386417] avoid a reference loop between the bytecode and its companion e... | ferrieux | 2011-08-09 | 1 | -0/+23 |
|
|
* | TclFreeIntRep() cleanup. | dgp | 2011-04-27 | 1 | -1/+0 |
|
|
* | More generation of error codes (namespace creation, path normalization, | dkf | 2011-04-03 | 1 | -6/+9 |
|
|
* | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts in | dkf | 2011-03-12 | 1 | -6/+6 |
|
|
* | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | USE_DIRECT_INTERP_RESULT_ACCESS -> USE_INTERP_RESULT [TIP 330]. | dgp | 2011-03-03 | 1 | -2/+2 |
|
|
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines | dgp | 2011-03-02 | 1 | -2/+0 |
|\ |
|
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-02 | 1 | -2/+0 |
| |\ |
|
| | * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines cause | dgp | 2011-03-01 | 1 | -2/+0 |
|
|
| | * | * generic/tclNamespace.c (TclTeardownNamespace): Tcl_Obj-ified | dgp | 2004-09-30 | 1 | -6/+9 |
|
|
| | * | * generic/tclPreserve.c: In Result and Preserve'd routines, do not | hobbs | 2003-07-16 | 1 | -13/+7 |
|
|
| * | | * generic/tclResult.c: [Bug 2383005] Revise [return -errorcode] so | dgp | 2010-03-24 | 1 | -1/+21 |
|
|
* | | | * generic/tclBasic.c, generic/tclClock.c, generic/tclEncoding.c, | dkf | 2010-10-01 | 1 | -2/+2 |
|
|
* | | | * generic/tclOOMethod.c (ProcedureMethodCompiledVarConnect): | hobbs | 2010-09-22 | 1 | -2/+2 |
|
|
* | | | TIP #348 IMPLEMENTATION - Substituted error stack | ferrieux | 2010-04-05 | 1 | -2/+81 |
|
|
* | | | [FRQ 2974744]: share exception codes (ObjType?): | nijtmans | 2010-03-30 | 1 | -50/+1 |
|
|
* | | | [Freq 2974744] share exception codes (ObjType?) | nijtmans | 2010-03-27 | 1 | -22/+53 |
|
|