summaryrefslogtreecommitdiff
path: root/src/mp-binary.c
AgeCommit message (Collapse)AuthorFilesLines
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-13/+18
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
2019-09-01The function 'mp_mask' is never usedrbuj1-16/+0
cppcheck --enable=unusedFunction . [src/mp-binary.c:165]: (style) The function 'mp_mask' is never used.
2019-07-13parserfunc: Return NULL on NOT operation overflowVictor Kareh1-1/+1
2012-11-24Reapply shift fix from 7155e47Steve Zesch1-7/+9
2012-11-24Update codebase.Steve Zesch1-29/+41
2012-07-31fixing address issue of fsfPerberos1-2/+2
2012-04-22Support shifts with keyboardStefan Tauner1-7/+8
This patch also changes the shift operation itself to use MPNumber for the multiplier too. Previously a signed int was used, which led to "interesting" results for bigger numbers. This was hidden because the GUI did not allow shifts with more than 15 places. Signed-off-by: Stefan Tauner <[email protected]>
2011-11-08initialPerberos1-0/+208