|
fd68b652
|
2019-05-19T15:32:46
|
|
refactor without err initialization
|
|
8b2daf78
|
2019-05-19T17:16:13
|
|
always use varname err with mp_err
|
|
4534056c
|
2019-05-13T00:22:18
|
|
use enums mp_err, mp_ord, mp_bool, mp_sign
* MP_USE_ENUMS enables enums
* Wc++-compat catches some implicit conversions if MP_USE_ENUMS is defined
* 100% backwards compatible API/ABI if MP_USE_ENUMS is not defined
|
|
c4fb2241
|
2019-04-09T11:08:26
|
|
rename macros in tommath_private to use MP_* prefix
|
|
fb3eec20
|
2019-04-04T19:11:35
|
|
final else after a chain of if/else if
|
|
382a561c
|
2019-04-04T19:07:24
|
|
literal suffix
|
|
ff561404
|
2019-04-07T15:29:11
|
|
shorter headers
|
|
70a30ae7
|
2019-04-07T02:29:28
|
|
remove footers
|
|
6f5df266
|
2019-04-06T17:40:46
|
|
fix file headers & footers
|
|
62ca5158
|
2019-04-03T21:22:51
|
|
corrected C&P induced problem
|
|
1af68f47
|
2019-04-03T21:14:03
|
|
soothe compiler
|
|
769218cc
|
2019-04-03T18:59:09
|
|
additional functions mp_incr and mp_decr
|