| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix potential endless loop in "stats" command (only enable in debug-build) | jan.nijtmans | 2021-01-20 | 1 | -3/+3 |
|
|
* | Merge 8.7 | jan.nijtmans | 2020-12-11 | 1 | -11/+11 |
|\ |
|
| * | Add -finput-charset=UTF-8 and -fextended-identifiers to gcc (and clang). All ... | jan.nijtmans | 2020-12-08 | 1 | -7/+7 |
|
|
| * | More TCL_UNUSED | jan.nijtmans | 2020-11-26 | 1 | -1/+1 |
|
|
| * | squelch warning by using proper format specifiers | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
|
|
* | | Merge 8.7 | jan.nijtmans | 2020-11-25 | 1 | -590/+684 |
|\ \
| |/ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-10-13 | 1 | -3/+3 |
| |\ |
|
| | * | More usage of TclNewObj() in stead of Tcl_NewObj() and TclNewIntObj() in stea... | jan.nijtmans | 2020-10-13 | 1 | -4/+4 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-09-28 | 1 | -3/+3 |
| |\ \
| | |/ |
|
| | * | Make Tcl compile warning-free using -Wshadow | jan.nijtmans | 2020-09-28 | 1 | -17/+17 |
|
|
| * | | Eliminate many usages of Tcl_NewObj (-> TclNewObj) and Tcl_NewIntObj (-> TclN... | jan.nijtmans | 2020-09-17 | 1 | -4/+4 |
|
|
| * | | Fix [b5777d3d32]: Crash corner-case in TIP #502 implementation | jan.nijtmans | 2020-09-15 | 1 | -9/+29 |
| |\ \ |
|
| | * | | Protect INST_STR_REPLACE too | jan.nijtmans | 2020-09-04 | 1 | -0/+3 |
|
|
| | * | | Tests string-12.2[45].* and fixes to INST_STRING_RANGE. | dgp | 2020-09-02 | 1 | -2/+10 |
|
|
| | * | | Fix for test lindex-18.0 | dgp | 2020-09-02 | 1 | -7/+13 |
|
|
| | * | | Different fix where existing protection tools for nesting bytecode execution | dgp | 2020-09-02 | 1 | -0/+3 |
|
|
| * | | | Merge 8.6 | jan.nijtmans | 2020-09-11 | 1 | -4/+4 |
| |\ \ \
| | | |/
| | |/| |
|
| | * | | Folow-up to previous commit: ExecStack is a FLEXARRAY too | jan.nijtmans | 2020-09-11 | 1 | -3/+3 |
|
|
| | * | | Eliminate many unnecessary type-casts, mostly (size_t) when value is already ... | jan.nijtmans | 2020-08-11 | 1 | -2/+2 |
|
|
| * | | | Fix for [c1a376375e0e6488], imported namespace ensemble command name distorted | pooryorick | 2020-09-01 | 1 | -7/+13 |
| | |/
| |/| |
|
| * | | More usage of TclNewIntObj() macro | jan.nijtmans | 2020-08-13 | 1 | -3/+3 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-07-16 | 1 | -1/+17 |
| |\ \
| | |/ |
|
| | * | closes [3c6e47363e]: missing de-duplication mechanism for nested TEBC startin... | sebres | 2020-07-15 | 1 | -1/+17 |
|
|
| * | | Fix compiled "string is <class>" for characters > U+FFFF. Add testcase exposi... | jan.nijtmans | 2020-05-25 | 1 | -2/+4 |
| |\ \
| | |/ |
|
| | * | Fix compiled "string is <class>" for TCL_UTF_MAX=4 build, for characters > U+... | jan.nijtmans | 2020-05-25 | 1 | -2/+4 |
|
|
| | * | New internal function TclGetUCS4() only available when TCL_UTF_MAX=4. This fi... | jan.nijtmans | 2020-05-04 | 1 | -9/+3 |
|
|
| * | | Optimize TclStringFirst/TclStringLast: Let it return a Tcl_Obj * in stead of ... | jan.nijtmans | 2020-03-30 | 1 | -6/+4 |
|
|
| * | | Merge 8.6 | jan.nijtmans | 2020-03-18 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -9/+9 |
|
|
| * | | more | dgp | 2020-03-06 | 1 | -10/+14 |
|
|
| * | | Merge 8.7 | jan.nijtmans | 2020-02-13 | 1 | -62/+153 |
| |\ \ |
|
| | * \ | Merge 8.7, more WIP | jan.nijtmans | 2020-01-17 | 1 | -6/+3 |
| | |\ \ |
|
| | * \ \ | Merge 8.7 | jan.nijtmans | 2020-01-15 | 1 | -2/+33 |
| | |\ \ \
| | | |/ / |
|
| | | * | | Merge-mark 8.6. Remove a few "break"'s added in the previous commit, because ... | jan.nijtmans | 2020-01-15 | 1 | -8/+0 |
| | | |\ \
| | | | |/ |
|
| | | | * | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -17/+59 |
|
|
| | | * | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-14 | 1 | -1/+40 |
|
|
| | * | | | Start handling WUR (Warn Unused Result) in all tommath calls. WIP, not comple... | jan.nijtmans | 2020-01-09 | 1 | -59/+122 |
| | |/ / |
|
| | * | | Merge 8.6 | jan.nijtmans | 2020-01-08 | 1 | -4/+4 |
| | |\ \
| | | |/ |
|
| | | * | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 1 | -3/+3 |
| | | |\ |
|
| | | * | | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens ... | jan.nijtmans | 2019-12-08 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2020-01-07 | 1 | -1/+18 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Don't use "operator" as variable name, as it is a keyword in C++. | jan.nijtmans | 2020-01-07 | 1 | -6/+27 |
|
|
| | * | | | Remove type-casts in many Tcl_LinkVar() calls, which is no longer necessary s... | jan.nijtmans | 2020-01-07 | 1 | -1/+1 |
|
|
| * | | | | Merge 8.7 | jan.nijtmans | 2019-12-13 | 1 | -5/+5 |
| |\ \ \ \
| | |/ / / |
|
| | * | | | Merge 8.7. ignore MP_WUR for mp_neg() calls with equal arguments (even though... | jan.nijtmans | 2019-11-18 | 1 | -2/+2 |
| | |\ \ \ |
|
| | * \ \ \ | Merge 8.7. Finish implementation. | jan.nijtmans | 2019-11-12 | 1 | -2/+2 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | Merge 8.7 | jan.nijtmans | 2019-11-11 | 1 | -2/+2 |
| | |\ \ \ \
| | | |/ / / |
|
| | * | | | | More WIP: All makefile builds appear to work fine, makefile.vc build still to... | jan.nijtmans | 2019-11-05 | 1 | -1/+1 |
|
|
| | * | | | | Add compat/stdint.h, upgrade to libtommath 1.2.0, adapt as much as possible a... | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
|
|
| | * | | | | Re-base to core-8-branch | jan.nijtmans | 2019-11-01 | 1 | -1/+1 |
| | |\ \ \ \ |
|