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