|
fe2f91a1
|
2019-10-09T20:22:11
|
|
to_sbin/to_ubin/pack: don't write anything in case of buffer overflow
|
|
6e3dae56
|
2019-10-08T21:47:57
|
|
add MP_BUF error
|
|
b2d29b43
|
2019-10-07T19:22:46
|
|
explicit operator precedence
|
|
71d1b7b9
|
2019-09-08T23:29:44
|
|
make mp_to_radix return the count of characters of the converted number
|
|
abdb0334
|
2019-09-25T00:29:19
|
|
Refactored functions to read and write binaries and added "maxlen"
|
|
642ef5b0
|
2019-09-07T19:07:17
|
|
fix mp_to_radix
remove an assignment which could overwrite the one with MP_VAL
caused by a conflict between 2 recent commits
- refactor with goto
- return error if output-buffer is too small
|
|
8cf0d3db
|
2019-09-07T12:28:26
|
|
literal suffix
|
|
3c9046da
|
2019-09-03T10:59:54
|
|
fix mp_to_radix macro
|
|
a402b462
|
2019-05-29T12:23:08
|
|
refactor with goto
|
|
6927326a
|
2019-09-02T18:17:23
|
|
return error if output-buffer is too small
|
|
f0e6ae59
|
2019-09-02T14:36:06
|
|
add `mp_to_radix()`
...a 100% copy&paste of `mp_toradix_n()` besides the changed API signature
|