aboutsummaryrefslogtreecommitdiff
path: root/src/bignum.cpp
AgeCommit message (Expand)Author
2016-05-06fix eval integer wrapping and add testsAndrew Kelley
2016-04-12eval: ability to eval more thingsAndrew Kelley
2016-02-16back to normal print specifiersAndrew Kelley
2016-02-16fix 64 bit integer printing for mingwAndrew Kelley
2016-02-07fix a bogus call to bignum_normalize causing assertion failureAndrew Kelley
2016-01-31fix invalid const expr eval for negative floatsAndrew Kelley
2016-01-31support casting between int and float typesAndrew Kelley
2016-01-21number literal reworkAndrew Kelley