| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge 8.7, resolve conflicts | jan.nijtmans | 2021-01-11 | 1 | -2/+2 |
|\ |
|
* \ | Merge 8.7 | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -1/+1 |
|
|
| * | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -4/+4 |
| |\ |
|
| | * | Eliminate many "register" keywords (which do nothing with modern compilers) | jan.nijtmans | 2020-09-14 | 1 | -14/+14 |
|
|
* | | | Merge 8.7 | jan.nijtmans | 2020-09-17 | 1 | -7/+8 |
|\ \ \
| |/ / |
|
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -9/+11 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-04-14 | 1 | -1/+10 |
| |\ \
| | |/ |
|
| | * | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -1/+10 |
| | |\ |
|
| | | * | Same trouble fixed the same way in Tcl_AppendElement(). | dgp | 2020-04-09 | 1 | -1/+10 |
|
|
| | * | | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | | * | * generic/tclResult.c (ResetObjResult): Correct failure to clear | dgp | 2011-03-08 | 1 | -5/+7 |
|
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-28 | 1 | -4/+4 |
|\ \ \ \
| |/ / / |
|
| * | | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -4/+2 |
| |\ \ \ |
|
| | * | | | TIP #559 follow-up: Make sure that if Tcl_FreeResult() is used in an extensio... | jan.nijtmans | 2020-01-25 | 1 | -4/+2 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -19/+13 |
| |\ \ \ \
| | |/ / / |
|
| * | | | | Merge tip-548 | jan.nijtmans | 2019-08-15 | 1 | -13/+13 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge 8.7. Continue implementation for win32 | jan.nijtmans | 2019-08-02 | 1 | -4/+4 |
| |\ \ \ \ \ |
|
| * | | | | | | Merge 8.7, and continue implementation. Almost done | jan.nijtmans | 2019-07-10 | 1 | -9/+9 |
|
|
* | | | | | | | Implement TIP 559 | dgp | 2020-01-13 | 1 | -30/+0 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -2/+2 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | Some eol whitespace eliminations | jan.nijtmans | 2020-01-07 | 1 | -2/+2 |
|
|
* | | | | | | | Merge 8.7 | jan.nijtmans | 2020-01-06 | 1 | -19/+13 |
|\ \ \ \ \ \ \
| |/ / / / / / |
|
| * | | | | | | Merge 8.6 | jan.nijtmans | 2020-01-06 | 1 | -19/+13 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | / /
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 1 | -19/+13 |
|
|
* | | | | | | Merge 8.7 | jan.nijtmans | 2019-08-15 | 1 | -10/+10 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge 8.7 | jan.nijtmans | 2019-08-14 | 1 | -4/+4 |
| |\ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Eliminate the use of C++ keywords as variable names. Nothing more than rename... | jan.nijtmans | 2019-07-23 | 1 | -4/+4 |
| | | |/ /
| | |/| | |
|
| * | | | | Eliminate "register" keyword _everywhere_ in Tcl. This keyword is deprecated ... | jan.nijtmans | 2019-07-17 | 1 | -13/+13 |
| |/ / / |
|
* | | | | 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 |
|
|