Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 3f2d891f | 2019-05-21 18:52:31 | Merge pull request #279 from libtom/deprecate-bitwise2 deprecate mp_tc_(and|or|xor) in favor of mp_(and|or|xor) | ||
| 1af0de1f | 2019-05-20 19:11:25 | deprecate mp_tc_(and|or|xor) in favor of mp_(and|or|xor) * same behavior for positive numbers * generalisation for negative numbers, treating them as two complement * improve algorithm, iterate once over the digits, manually perform two complement * simplify mp_add_d, mp_sub_d * functions are safe in case of a==c or b==c * renamed mp_tc_div_2d to mp_signed_rsh (signed right shift) | ||
| aeeea0d7 | 2019-05-21 18:24:44 | Merge pull request #277 from libtom/fix-fread handle EOF condition in mp_fread, fix #163 | ||
| 6552f55f | 2019-05-20 08:38:25 | handle EOF condition in mp_fread, fix #163 | ||
| fd7cb14a | 2019-05-21 18:17:29 | Merge pull request #283 from czurnieden/callgraph_on_demand remove callgraph.txt from repository | ||
| 6e01c2b8 | 2019-05-21 17:38:51 | remove callgraph.txt from repository | ||
| bdd3ee02 | 2019-05-21 18:11:39 | Merge pull request #275 from libtom/hidden-symbols introduce MP_PRIVATE to hide symbols | ||
| bd8f7e55 | 2019-05-20 06:57:20 | introduce MP_PRIVATE to hide symbols (opt-in for now) | ||
| 28290072 | 2019-05-21 18:05:56 | Merge pull request #276 from libtom/fix-137 fix #137 | ||
| a069512b | 2019-05-20 07:49:34 | fix #137 |