summaryrefslogtreecommitdiff
path: root/src/mp-convert.c
AgeCommit message (Collapse)AuthorFilesLines
2021-11-20Use a blank line at mostrbuj1-9/+0
2020-11-09Fix most conversion warnings.mbkma1-6/+7
2020-08-04mp-convert: Remove trailing spaces/tabsrbuj1-2/+2
find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/[[:space:]]*$//' {} \; find . \( -name '*.h' -o -name '*.c' \) -exec sed -i 's/\t*$//' {} \;
2020-03-08Port to GNU MPFR/MPC Librarymbkma1-408/+28
For further information please visit: https://www.mpfr.org/ http://www.multiprecision.org/mpc
2019-07-03Remove trailing whitespacesLaurent Napias1-4/+4
2012-11-24Update codebase.Steve Zesch1-231/+15
2012-07-31fixing address issue of fsfPerberos1-7/+7
2011-11-08initialPerberos1-0/+933