|
3e15a3ff
|
2019-05-26T08:33:49
|
|
literal suffix
|
|
b9de7c09
|
2019-05-23T17:50:07
|
|
cast
|
|
0a9f5e9b
|
2019-05-24T10:21:54
|
|
use u32 i64 suffix
|
|
b58c9966
|
2019-05-23T23:39:47
|
|
use int32 and uint32 instead of sint and uint
|
|
3289c959
|
2019-05-20T10:41:06
|
|
introduce various mp_set_sint/mp_set_uint functions with precise types
|
|
7fdd6b50
|
2019-05-22T10:33:12
|
|
literal suffix instead of cast
|
|
f55f0a9e
|
2019-05-18T09:28:33
|
|
fix some usages of enum types
|
|
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
|
|
2d508723
|
2019-05-13T17:36:12
|
|
const parameter
|
|
7365442a
|
2019-05-10T23:59:46
|
|
No grow necessary in mp_set_int* functions
* mp_set_int* always return MP_OKAY
* remove return checks for mp_set_int*
* introduce MP_MIN_PREC
|
|
8a886c82
|
2019-04-10T16:33:22
|
|
resolving #218
|
|
bdf93e83
|
2019-04-10T15:35:23
|
|
avoid else if
|
|
a13a7e7c
|
2019-04-10T15:46:59
|
|
missing cast
|
|
01de1fe1
|
2019-04-10T15:47:49
|
|
literal suffix
|
|
b586fcbd
|
2019-04-10T15:21:54
|
|
explicit condition
|
|
8bf2eaa1
|
2019-04-12T14:58:27
|
|
use MP_IS_ZERO in bn_mp_ilogb
|
|
35311aea
|
2019-04-03T23:50:57
|
|
added function mp_ilogb
|