|
bf9507a9
|
2019-10-24T22:02:29
|
|
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
|
|
27e142bc
|
2019-10-24T17:52:03
|
|
remove unnecessary == MP_YES/MP_NO comparisons
|
|
f8e9bd27
|
2019-10-20T15:38:32
|
|
Merge pull request #387 from fperrad/20191019_lint
some linting
(cherry picked from commit 8095b3b61240628f052153d6c37539955632564e)
|
|
a1ab90be
|
2019-10-19T17:10:30
|
|
use enum value
|
|
e33311a1
|
2019-10-19T17:14:46
|
|
use enum type
|
|
72f92519
|
2019-09-03T10:59:32
|
|
fix last occurrences of `mp_toradix()`
|
|
70a30ae7
|
2019-04-07T02:29:28
|
|
remove footers
|
|
3ed52404
|
2018-12-25T15:15:30
|
|
`make astyle` + some manual adjustments
|
|
d7f124f5
|
2018-12-02T13:12:30
|
|
avoid c++ comments
|
|
802d8294
|
2018-02-05T20:22:17
|
|
fix type & cast
|
|
9960fe3f
|
2018-02-13T19:04:25
|
|
literal suffix
|
|
44d14a39
|
2017-12-10T10:12:09
|
|
check fopen
|
|
0dbea3b6
|
2017-12-10T10:19:11
|
|
explicit precedence operator with parenthesis
|
|
d74f3d74
|
2018-02-01T22:28:43
|
|
static variable & function
|
|
80bb9e7b
|
2017-12-10T09:35:50
|
|
add missing fclose
|
|
08741a14
|
2017-10-18T10:44:06
|
|
run astyle
|
|
32e710ae
|
2017-10-17T20:51:19
|
|
remove trailing spaces
|
|
6f212942
|
2017-08-28T16:27:26
|
|
replace SVN tags
|
|
9294e791
|
2005-08-01T16:37:28
|
|
added libtommath-0.36
|
|
c343371b
|
2003-09-19T22:43:07
|
|
added libtommath-0.27
|
|
0fe7a2d4
|
2003-06-08T20:09:10
|
|
added libtommath-0.20
|
|
0ef44cea
|
2003-05-29T13:35:26
|
|
added libtommath-0.18
|