| Commit message (Expand) | Author | Age | Files | Lines |
* | Another round of sentinel fixes for 8.6, NULL -> (char *)NULL | jan.nijtmans | 2024-05-29 | 1 | -2/+2 |
|
|
* | Make TclGlob() a static function. Sentinel/indenting/comment improvements (al... | jan.nijtmans | 2024-05-28 | 1 | -8/+8 |
|
|
* | Update tommath.h/tommath_private.h too | jan.nijtmans | 2024-04-01 | 1 | -5/+5 |
|
|
* | Correct spelling errors in comments and documentation, but also non-comment
| pooryorick | 2023-04-12 | 1 | -3/+3 |
|
|
* | Fix [0cb3554903]: macOS 13 SDK deprecates sprintf(). But better not use it on... | jan.nijtmans | 2023-03-30 | 1 | -1/+1 |
|
|
* | Missed one more off-by-one error, also, tests misnumbered for merge forward. | Kevin B Kenny | 2023-01-22 | 1 | -1/+1 |
|
|
* | Remove unneeded hard-coded array size | Kevin B Kenny | 2023-01-22 | 1 | -1/+1 |
|
|
* | Bug [e3dcab1d14] fix | Kevin B Kenny | 2023-01-22 | 1 | -29/+30 |
|
|
* | amend to [f3db59139e] (fix [713653b951]) - i386 only, resolve mixed declarati... | sebres | 2022-07-22 | 1 | -21/+24 |
|
|
* | Fix [713653b951]: Floating point precision problems on x86 musl | jan.nijtmans | 2022-07-17 | 1 | -13/+29 |
|\ |
|
| * | Fix [713653b951]: Floating point precision problems on x86 musl | jan.nijtmans | 2022-07-17 | 1 | -121/+192 |
| |\ |
|
| | * | Restore FP control word on conversion of zero values. | Kevin B Kenny | 2022-07-15 | 1 | -13/+29 |
| |/
|/| |
|
* | | Addendum to [7deeddb36]: Use WIDE_MIN/WIDE_MAX in more places | jan.nijtmans | 2022-02-17 | 1 | -6/+5 |
|
|
* | | Fix [89de498973]: signed integer overflow in TclParseNumber() | jan.nijtmans | 2022-02-16 | 1 | -4/+4 |
|
|
* | | Fix [cea2c63928]: Address -fsanitize=shift-exponent complaints in TclParseNum... | jan.nijtmans | 2021-12-07 | 1 | -16/+69 |
|
|
* | | IntRep -> InternalRep. Internal changes only. | jan.nijtmans | 2021-10-19 | 1 | -2/+2 |
|
|
* | | Get rid of "register" keyword, forbidden in c++20. | jan.nijtmans | 2020-11-26 | 1 | -2/+2 |
|
|
* | | Merge 8.5. Failing tests highlight ticket [1b1f5f0b53]. | dgp | 2020-04-13 | 1 | -3/+3 |
|\ \ |
|
* | | | More uppercase HEX representations in source-code. | jan.nijtmans | 2020-03-18 | 1 | -23/+23 |
|
|
* | | | Better error-handling in some libtommath calls. | jan.nijtmans | 2020-01-23 | 1 | -2/+2 |
|
|
* | | | A few more "break" statements, so any compiler knows these are no FALLTHROUGH... | jan.nijtmans | 2020-01-15 | 1 | -0/+1 |
|
|
* | | | Use _copysign on Windows always (available from float.h). Use mp_iszero() whe... | jan.nijtmans | 2020-01-08 | 1 | -20/+14 |
|\ \ \ |
|
* \ \ \ | 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 |
|\ \ \ \ \ |
|
* | | | | | | Change mp_isodd() (back) from libtommath stub entry to macro. libtommath chan... | jan.nijtmans | 2019-10-30 | 1 | -13/+13 |
|
|
* | | | | | | Put #define's in alphabetical order. | jan.nijtmans | 2019-10-25 | 1 | -13/+13 |
|
|
* | | | | | | Merge 8.5 | jan.nijtmans | 2019-06-15 | 1 | -4/+4 |
|\ \ \ \ \ \ |
|
* | | | | | | | Rename mp_get_bit to s_mp_get_bit, rename mp_tc_div_2d to mp_signed_rsh, remo... | jan.nijtmans | 2019-05-31 | 1 | -1/+1 |
|
|
* | | | | | | | Merge 8.5 | jan.nijtmans | 2019-05-14 | 1 | -15/+15 |
|\ \ \ \ \ \ \ |
|
* | | | | | | | | Eliminate all usage of mp_iszero/mp_iseven/mp_isodd/mp_isneg from libtommath:... | jan.nijtmans | 2019-03-25 | 1 | -3/+3 |
|
|
* | | | | | | | | 'inline static' -> 'static inline' and 'INLINE' -> 'inline', for consistancy. | jan.nijtmans | 2017-07-03 | 1 | -26/+26 |
|
|
* | | | | | | | | Make panic in TclParseNumber() work when IEEE_FLOATING_POINT is not defined. | jan.nijtmans | 2017-06-15 | 1 | -1/+1 |
|
|
* | | | | | | | | In comments and documentation, distinguish between __int64 (a Microsoft 64-bi... | jan.nijtmans | 2017-03-29 | 1 | -2/+2 |
|
|
* | | | | | | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_BINARY_ONLY. | dgp | 2016-10-12 | 1 | -1/+1 |
|
|
* | | | | | | | | [be003d570f] TclParseNumber() failed to fully implement TCL_PARSE_OCTAL_ONLY. | dgp | 2016-10-12 | 1 | -0/+9 |
|\ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ | Eliminate unnessessary end-of-line spacing. No functional change. | jan.nijtmans | 2015-10-04 | 1 | -4/+4 |
|\ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | Plug leak of two mp_ints. | dgp | 2015-07-02 | 1 | -0/+2 |
|
|
* | | | | | | | | | | Silence compiler warning. | dgp | 2015-06-24 | 1 | -2/+1 |
|\ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | Make sure that an input lying precisely 1/2 ULP between two floating point va... | Kevin B Kenny | 2015-06-20 | 1 | -8/+31 |
|
|
* | | | | | | | | | | | Fix execute permission on many files which shouldn't have it. | jan.nijtmans | 2013-10-17 | 1 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ \ \ \ | Implement Tcl_NewBooleanObj, Tcl_DbNewBooleanObj and Tcl_SetBooleanObj as mac... | jan.nijtmans | 2013-04-23 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ \ \ \ \ | Remove unused variable mantDIGIT. | dgp | 2012-06-05 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | | unused static array wtens | jan.nijtmans | 2011-09-06 | 1 | -9/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ \ \ \ \ \ | 3402540 Corrections to TclParseNumber() to make it reject invalid Nan(Hex). | dgp | 2011-09-01 | 1 | -0/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | | | | * generic/tclAssemnbly.c: Plug another memory leak. [Bug 3384840] | Kevin B Kenny | 2011-08-06 | 1 | -0/+3 |
|
|
* | | | | | | | | | | | | | | | Plugged a memory leak in double->string | Kevin B Kenny | 2011-08-06 | 1 | -3/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* | | | | | | | | | | | | | | | | Use Tcl_PrintfObj to generate more (complex) error messages. | dkf | 2011-08-05 | 1 | -4/+2 |
|
|
* | | | | | | | | | | | | | | | | Fix roundoff gaffe in bignum-to-double conversion [Bug 3349507] | Kevin B Kenny | 2011-07-02 | 1 | -10/+48 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | 3315098 Mem leak fix from Gustaf Neumann. | dgp | 2011-06-13 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
* \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | New utility routines: TclIsSpaceProc() and TclCountSpaceRuns() | dgp | 2011-04-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|