| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure that we release the correct references when an error occurs during set... | dkf | 2020-02-25 | 1 | -2/+1 |
|
|
* | Merge 8.5 | jan.nijtmans | 2020-02-24 | 2 | -2/+2 |
|\ |
|
| * | Add -Wpointer-arith warning to C-compile. Fix gcc(-9) warning. | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|
|
* | | Restore compatibility with older (mingw) Makefiles. Fix for [4b5deacc70]: und... | jan.nijtmans | 2020-02-21 | 1 | -1/+1 |
|
|
* | | Simplify the use of HaveVersion() in Channel handling. Nothing functional, on... | jan.nijtmans | 2020-01-30 | 3 | -105/+35 |
|
|
* | | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 5 | -31/+33 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2020-01-23 | 3 | -19/+23 |
|\ \
| |/ |
|
| * | Last unused internal stub entry from 258 to 259. | jan.nijtmans | 2020-01-23 | 3 | -20/+23 |
|
|
* | | merge 8.5 (closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort) | sebres | 2020-01-17 | 1 | -2/+20 |
|\ \
| |/ |
|
| * | closes [5d989f9ba3]: avoid segfault by OOM if too many items to sort (would t... | sebres | 2020-01-17 | 1 | -2/+20 |
|
|
| * | Fix [8cd2fe7474]: "unload" command Bug (when handling multiple libs) | jan.nijtmans | 2020-01-17 | 1 | -1/+1 |
|
|
* | | Proposed fix for [8cd2fe7474]: "unload" command Bug (when handling multiple l... | jan.nijtmans | 2020-01-16 | 1 | -1/+1 |
|
|
* | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 4 | -17/+63 |
|
|
* | | Silence some gcc-9 compiler warnings. | jan.nijtmans | 2020-01-13 | 2 | -11/+11 |
|
|
* | | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 3 | -25/+19 |
|\ \
| |/ |
|
| * | Code cleanup (mostly comments, backported from 8.6). | jan.nijtmans | 2020-01-08 | 1 | -1035/+1040 |
|
|
* | | Fix documentation, comments, and argument names of Tcl_TransferResult(). | dgp | 2020-01-05 | 3 | -22/+16 |
|
|
* | | Restore the build by providing a copysign replacement for old MSVC versions. | fvogel | 2020-01-02 | 1 | -0/+12 |
|\ \
| |/ |
|
| * | Restore the build by providing a copysign replacement for old MSVC versions. | fvogel | 2020-01-02 | 1 | -0/+12 |
|
|
* | | Merge Tcl 8.5 changes to deal with integer overflow in the exponent, and floa... | Kevin B Kenny | 2019-12-27 | 1 | -36/+106 |
|\ \
| |/ |
|
| * | Add test cases that used to cause floating point overflow in computing the co... | Kevin B Kenny | 2019-12-26 | 1 | -31/+101 |
|
|
| * | Fix parsing bug when (numSigDigs == 0). | dgp | 2019-12-23 | 1 | -4/+4 |
|
|
| * | Assign a double literal to a double variable. No point in requiring conversion. | dgp | 2019-12-22 | 1 | -1/+1 |
|
|
* | | Minor optimization in TclFormatInt: No need to check for "0" as special value... | jan.nijtmans | 2019-12-22 | 1 | -18/+5 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add type-cast, making sure that the unary minus is handled correctly on any c... | jan.nijtmans | 2019-12-19 | 1 | -1/+1 |
|
|
* | | Merge 8.5 | jan.nijtmans | 2019-12-19 | 1 | -15/+4 |
|\ \
| |/ |
|
| * | Better fix for [3390638]: making the intVal variable unsigned prevents the ne... | jan.nijtmans | 2019-12-16 | 1 | -15/+4 |
|
|
| * | Exclude some test-cases with possible timing problems on Windows. Double ;; i... | jan.nijtmans | 2019-12-06 | 1 | -1/+1 |
|
|
| * | Add additional (dummy) stub entries in the libtommath stubtable | jan.nijtmans | 2019-10-24 | 3 | -0/+83 |
|
|
* | | Add 3 (libtommath) functions to the stub table. Will be added to 8.7 too, thr... | jan.nijtmans | 2019-12-12 | 3 | -15/+48 |
|
|
* | | Attempt to fix [5f236bc67a]: valgrind report for Tcl_UniCharToUtf | jan.nijtmans | 2019-12-09 | 1 | -1/+1 |
|
|
* | | Add special handling of lower surrogate to UtfToUtfProc(), so valgrind should... | jan.nijtmans | 2019-12-09 | 1 | -4/+4 |
|
|
* | | Fix Valgrind problem reported as follow-up in [fc4393e9b0]. Since it happens ... | jan.nijtmans | 2019-12-08 | 3 | -5/+5 |
|
|
* | | Unnecessary double ;; in tclTimer.c. Update compat/zlib to exactly the same c... | jan.nijtmans | 2019-12-06 | 1 | -1/+1 |
|
|
* | | Fix some test-cases when Tcl is compiled with -DTCL_UTF_MAX=6. Not officially... | jan.nijtmans | 2019-12-06 | 1 | -110/+125 |
|
|
* | | Use the right encoding when converting (Unicode) messages regarding socket er... | jan.nijtmans | 2019-12-04 | 1 | -1/+1 |
|
|
* | | Fix [3cd9bea1e6]: check-in [43032d7ba3] potential problems. Also don't allow ... | jan.nijtmans | 2019-12-03 | 1 | -8/+13 |
|
|
* | | If TCL_UTF_MAX>=4, make Tcl_ParseBackslash combine two surrogates so they app... | jan.nijtmans | 2019-12-02 | 3 | -2/+12 |
|
|
* | | merge 8.6; update changes | dgp | 2019-11-15 | 7 | -49/+69 |
|\ \ |
|
| * | | Fix test-case event-11.8, failing as a result of the TclOOObjectDestroyed() f... | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
|
|
| * | | fix compliation warning, resulting from previous commit | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
|
|
| * | | Add TclOOObjectDestroyed to make logic more explicit. Renamed Deleted() to | pooryorick | 2019-11-15 | 3 | -24/+36 |
|
|
| * | | Remove mp_get_bit() from the libtommath stub table: It wasn't present in Tcl ... | jan.nijtmans | 2019-11-15 | 3 | -11/+4 |
|
|
| * | | Protect additional Tcl_UtfToUniChar() call, for the case when not enough byte... | jan.nijtmans | 2019-11-15 | 1 | -1/+1 |
|
|
| * | | restore verification for deleted interp | sebres | 2019-11-14 | 1 | -1/+3 |
|
|
| * | | fixed SF [135804138e] -- no call of next possible after object namespace is d... | sebres | 2019-11-14 | 1 | -3/+3 |
|
|
| * | | Better - more complete - fix for [d433c0e0ad]: TCL_UTF_MAX == 4 problems. It ... | jan.nijtmans | 2019-11-14 | 1 | -12/+25 |
|
|
* | | | merge 8.6 | dgp | 2019-11-13 | 8 | -31/+89 |
|\ \ \
| |/ / |
|
| * | | Part 2 of bugfix [d433c0e0ad]: TCL_UTF_MAX == 4 problems | jan.nijtmans | 2019-11-13 | 1 | -1/+1 |
|
|