chibi-scheme/opt
Alex Shinn c4625e1c86 fixnum/integer naming cleanup
Replacing sexp_make_integer, sexp_integerp, etc. with sexp_make_fixnum,
sexp_fixnump, etc.  Defining the old names as variants handling either
fixnums or bignums, or just as aliases for the new terms when compiled
without bignum support.  sexp_make_integer needs to take a context now
in case it generates a bignum.
2009-11-02 23:39:42 +09:00
..
bignum.c fixnum/integer naming cleanup 2009-11-02 23:39:42 +09:00
plan9-opcodes.c working on 9p support 2009-08-24 22:41:54 +09:00
plan9.c working on 9p support 2009-08-24 22:41:54 +09:00
sexp-huff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-hufftabs.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-unhuff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00