Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| f8e9bd27 | 2019-10-20 15:38:32 | Merge pull request #387 from fperrad/20191019_lint some linting (cherry picked from commit 8095b3b61240628f052153d6c37539955632564e) | ||
| d68e2877 | 2019-10-02 05:47:04 | bugfix for an edgecase | ||
| 06ff695b | 2019-09-04 08:40:39 | goto without block | ||
| 6144ed6f | 2019-09-03 05:51:56 | rename label LBL | ||
| 228e487b | 2019-05-16 23:51:02 | faster Toom-Cook 3 algorithm | ||
| 8b2daf78 | 2019-05-19 17:16:13 | always use varname err with mp_err | ||
| 4534056c | 2019-05-13 00: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 | ||
| e45f75fd | 2019-04-13 08:46:57 | deprecate DIGIT_BIT, use MP_DIGIT_BIT | ||
| fbfcb661 | 2019-04-12 14:56:29 | apply rename |