summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-04fix buffer overflow converting a number to a stringbignumsleftmike
2017-09-04fix gcc warningMike Montague
2017-09-04handle arithmetic-shift correctly on 64 bit platformsMike Montague
2017-09-04on 64 bit platforms, use 60 bit fixnumsleftmike
2017-09-04Merge branch 'master' into bignumsleftmike
2017-09-04don't use gmpleftmike
2017-09-04improve #18 by requiring 3 ctrl-C within roughly a second and adding a messageleftmike
2017-09-03Merge pull request #17 from wasamasa/unbuffered-standard-error-portsleftmike
2017-09-03better fix for #15: support dumb terminalsleftmike
2017-09-03Don't make standard error ports bufferedVasilij Schneidermann
2017-09-03test going between fixnums and bignumsleftmike
2017-09-03Merge branch 'master' into bignumsleftmike
2017-09-03fix #15: support dumb terminalsleftmike
2017-09-03fix #14: read-line doesn't ever return eof-object from console inputleftmike
2017-09-02fix shift of negative signed valueleftmike
2017-02-12fixes for gccMike Montague
2017-02-12make gmp optionalMike Montague
2017-02-11fix bignum testsMike Montague
2017-02-11fixes for clangleftmike
2017-02-11fixes for gccMike Montague
2017-02-11bignum normalizationMike Montague
2017-02-11bignum exptMike Montague
2017-02-06bignum divide and remainderMike Montague
2017-02-04bignum arithmetic-shiftMike Montague
2017-01-31integer-lengthMike Montague
2017-01-30first-set-bit and bit-countMike Montague
2017-01-29bit-count and integer-lengthMike Montague
2017-01-28bitwise-iorMike Montague
2017-01-23bignum multiply and bitwise-andMike Montague
2017-01-22bignums: add and subtractMike Montague
2017-01-21use _strdup on windows onlyMike Montague
2017-01-21fixes for 32 bit windowsMike Montague
2017-01-21fixes for windows warningsMike Montague
2017-01-21fix gcc warningsMike Montague
2017-01-15fix #7: incorrect error message when call make-bytevector with big integerleftmike
2017-01-15fix #13: when using read-byte-vector on a file, the last bytes of the file ar...leftmike
2017-01-14fix #12: standard output and error not being flushed on exit due to exceptionleftmike
2017-01-14fix compiler warningleftmike
2016-12-29FFixnum to long_t and FImmediate to ulong_tleftmike
2016-12-28int_t to long_t and uint_t ulong_tleftmike
2016-12-28nfc: starting bignum migrationleftmike
2016-12-27nfc: split bignums into a separate fileleftmike
2016-12-27nfc: have bignum operations return the resultleftmike
2016-12-27add initial support for tracking stack usageleftmike
2016-12-27add initial support for tracking process times and object countsleftmike
2016-12-26don't coalesce free blocks into too big a chunksleftmike
2016-09-25make internal hash tables thread safeleftmike
2016-09-25add FWithExclusive for C; like with-exclusive for Schemeleftmike
2016-09-25clean hash tables of broken ephemeronsleftmike
2016-09-24use ephemerons with hash tablesleftmike