Daniel Mendler
bf9507a9d4
replace mp_bool by stdbool
...
* This gives the advantage that static analysis **understands** bool,
but complains about using an enum type instead of bool.
* If stdbool.h is not desired, true/false/bool can be replaced using sed
as in the no-stdint-h branch.
* We already include stdint.h and stdbool.h is not more harmful than
this header
2019-10-27 18:36:56 +01:00
Daniel Mendler
27e142bc43
remove unnecessary == MP_YES/MP_NO comparisons
2019-10-27 18:36:55 +01:00
Francois Perrad
a1ab90be3c
use enum value
2019-10-20 14:34:05 +02:00
Francois Perrad
e33311a1fe
use enum type
2019-10-20 14:34:05 +02:00
Steffen Jaeckel
72f9251939
fix last occurrences of mp_toradix()
2019-09-03 11:08:56 +02:00
Daniel Mendler
e45f75fddb
deprecate DIGIT_BIT, use MP_DIGIT_BIT
2019-04-25 13:39:50 +02:00
Daniel Mendler
70a30ae7a7
remove footers
2019-04-07 17:26:31 +02:00
Francois Perrad
9960fe3fe8
literal suffix
2018-02-13 19:04:25 +01:00
Francois Perrad
44d14a398d
check fopen
2018-02-01 22:29:00 +01:00
Francois Perrad
d74f3d741a
static variable & function
2018-02-01 22:28:43 +01:00
Francois Perrad
08741a141c
run astyle
2017-12-06 16:30:45 +01:00
Francois Perrad
32e710ae07
remove trailing spaces
2017-12-06 16:30:10 +01:00
Steffen Jaeckel
6f21294212
replace SVN tags
2017-08-28 17:00:58 +02:00
Tom St Denis
9294e79150
added libtommath-0.36
2010-07-15 17:25:56 +02:00
Tom St Denis
c343371bb2
added libtommath-0.27
2010-07-15 17:25:37 +02:00
Tom St Denis
eed6765fe9
added libtommath-0.23
2010-07-15 17:25:30 +02:00
Tom St Denis
b1756f2f98
added libtommath-0.15
2010-07-15 17:25:18 +02:00