summaryrefslogtreecommitdiff
path: root/big.h
AgeCommit message (Collapse)Author
2022-03-28modify longdiv() and shortdiv() to return structs, eliminating another ↵Jakob Kaivo
global, rename bigdiv() and bigmod() to big_divide() and big_remainder() to ensure no call sights are missed
2022-03-28move big.c internal constants to big.cJakob Kaivo
2022-03-27rename poz() and neg() to big_is_positive() and big_is_negative()Jakob Kaivo
2022-03-04import Miranda 2.066 from upstreamJakob Kaivo