Bugfix: load: Don't set inport
Here's a new version with less special case code.
OP_ROUND: Use nearbyint
num_rem, num_mod: Fix bug with flonum args
OP_DIV: Allow zero divisor
Read and display +inf.0, -inf.0, +nan.0, -nan.0
mk_atom: set has_fp_exp
truncate: Use C99 trunc
Here's an updated version where I could also move port_srfi6 and realloc_port_string under the ifdef.
Oops, that patch file was empty. Trying again.
Define some functions only when USE_STRING_PORTS
reserve_cells: define only if USE_INTERFACE
Use strcasecmp on OS X
makefile: Don't #define __APPLE__