Alex Shinn
|
d6c3b04e06
|
Adding AUTHORS file.
|
2010-03-09 20:47:10 +09:00 |
|
Alex Shinn
|
f866875e68
|
adding alignment bytcode patch for ARM
|
2010-03-09 20:28:32 +09:00 |
|
Alex Shinn
|
171966956f
|
fixing bug in sexp_destroy_context
We need to grab a reference to the context heap before sweeping, in
case sweeping overwrites the heap reference.
|
2010-03-09 20:23:29 +09:00 |
|
Alex Shinn
|
95e0b0bb31
|
adding type-checking on the remaining I/O opcodes
|
2010-03-09 19:08:58 +09:00 |
|
Alex Shinn
|
a630d84413
|
adding dll fixes for mingw
|
2010-03-04 12:35:18 +09:00 |
|
Alex Shinn
|
3123d48da7
|
removing negative and inverse opcodes from disasm
|
2010-03-01 15:57:02 +09:00 |
|
Alex Shinn
|
e569fd1847
|
ignoring generated clibs.c
|
2010-03-01 15:55:41 +09:00 |
|
Alex Shinn
|
32de527a77
|
adding tests
|
2010-03-01 15:53:55 +09:00 |
|
Alex Shinn
|
5002f796d8
|
backing out the zero-arity option to - and /
|
2010-03-01 13:54:57 +09:00 |
|
Alex Shinn
|
325007d2b9
|
Removing SEXP_OP_NEGATIVE and SEXP_OP_INVERSE - these are compiled
directly by generate_opcode_app now. Zero arity cases now supported:
(-) => 0, (/) => 1, equivalent to the zero arity + and * cases.
|
2010-03-01 13:15:06 +09:00 |
|
Alex Shinn
|
e999b1a77a
|
Need to wrap constant-folded results in a literal.
|
2010-03-01 12:55:24 +09:00 |
|
Alex Shinn
|
8dd1d572f0
|
fixing test for 1e2 - should be inexact
|
2010-03-01 01:49:26 +09:00 |
|
Alex Shinn
|
fea1b696a4
|
adding patches for C++
|
2010-02-27 23:57:54 +09:00 |
|
Alex Shinn
|
a7ad2d547c
|
removing warning about no shared object extension when compiling statically.
patch from andreas rottman (issue 36).
|
2010-02-26 00:11:12 +09:00 |
|
Alex Shinn
|
20da1b8909
|
fixing string-ref for 8-bit values (need to separate strings from byte-vectors)
|
2010-02-26 00:04:46 +09:00 |
|
Alex Shinn
|
c14e32a0eb
|
exposing sexp_free_vars
|
2010-02-25 23:59:40 +09:00 |
|
Alex Shinn
|
670a4ae67b
|
adding option to mmap heaps instead of mallocing them
|
2010-02-25 23:58:57 +09:00 |
|
Alex Shinn
|
5ee65cd71b
|
fixing bug in multiple -p/-e options to main
|
2010-02-25 23:56:28 +09:00 |
|
Alex Shinn
|
445f5f5f31
|
stripping syntactic-closures from record descriptive names
|
2010-02-25 23:55:38 +09:00 |
|
Alex Shinn
|
819fbd2c99
|
fixing bug in sorted?
|
2010-02-25 23:54:47 +09:00 |
|
Alex Shinn
|
b71195955e
|
fixing sort when less predicate is given without a key
|
2010-02-11 19:00:53 +09:00 |
|
Alex Shinn
|
efb6f24a61
|
don't push back final char when reading a bignum-sized float (issue 32, part 2)
|
2010-02-06 21:33:45 +09:00 |
|
Alex Shinn
|
4dcfb8aa6b
|
exponents in numbers always indicate inexactness per R5RS (indirectly fixes issue 34)
|
2010-02-05 13:42:30 +09:00 |
|
Alex Shinn
|
4020a1c1f6
|
widening whole # input to a double on read_float_tail (issue 33)
|
2010-02-05 13:30:00 +09:00 |
|
Alex Shinn
|
e8030d7eb7
|
fixing bug when reading invalid "." in non-decimal bignums (issue 32)
|
2010-02-05 13:27:04 +09:00 |
|
Alex Shinn
|
2d8c382978
|
fixing sign of (- bignum flonum) (issue 31)
|
2010-02-05 13:17:43 +09:00 |
|
Alex Shinn
|
7d4a34a175
|
fixing installed lib files (thanks sladegen)
|
2010-02-05 10:31:22 +09:00 |
|
Alex Shinn
|
d4eaecd658
|
(/ big big) and (- big flo) patches from lorenzo campedelli (issue 31)
|
2010-01-28 01:02:33 +09:00 |
|
Alex Shinn
|
59e88c7ded
|
fixing simplify bug, neither var can be mutated for a let id substitution (issue 30)
|
2010-01-27 22:35:59 +09:00 |
|
Alex Shinn
|
b8e816c460
|
number->string and string->number edge cases (issue 29)
|
2010-01-24 22:03:36 +09:00 |
|
Alex Shinn
|
8046a3c139
|
workaround for bug in fmemopen - open /dev/null instead of empty strings
|
2010-01-24 21:52:46 +09:00 |
|
Alex Shinn
|
8946aaca25
|
makefile tweaks from Lorenzo Campedelli (issue 28)
|
2010-01-24 21:43:58 +09:00 |
|
Alex Shinn
|
49174f31ba
|
using separately malloced struct for C struct constructors
|
2010-01-24 02:09:23 +09:00 |
|
Alex Shinn
|
dd8846de76
|
GC preserving result in C struct constructors.
|
2010-01-24 01:46:25 +09:00 |
|
Alex Shinn
|
bd1e861afa
|
fixing the default start in iota
|
2010-01-22 11:57:07 +09:00 |
|
Alex Shinn
|
372aabb636
|
fixing bug in iota when start/step given
|
2010-01-22 10:50:28 +09:00 |
|
Alex Shinn
|
6fb2d4cf21
|
adding mechanism to statically include modules which use C code
|
2010-01-22 00:24:28 +09:00 |
|
Alex Shinn
|
add39db40b
|
fixing error checks on first digit for numbers with #r prefix (issue #27)
|
2010-01-20 21:00:37 +09:00 |
|
Alex Shinn
|
ad1be9cbcd
|
fixing FFI # args check (> 6), not (>= 6)
|
2010-01-20 20:45:06 +09:00 |
|
foof
|
925401c114
|
fixing division of flonum by fixnum (issue #25)
|
2010-01-12 13:00:37 -05:00 |
|
foof
|
ce5946578a
|
fixing field setters and type constructors (issue #24)
|
2010-01-12 12:54:24 -05:00 |
|
Alex Shinn
|
fdec55997a
|
adding http client library.
using mime/base64/quoted-printable modules from hato.
|
2010-01-02 21:51:07 +09:00 |
|
Alex Shinn
|
33da981dba
|
read-line shouldn't include the trailing newline
|
2010-01-02 21:04:40 +09:00 |
|
Alex Shinn
|
e5232a08af
|
quick fix for custom ports on BSD systems using funopen - seeking not yet supported
|
2010-01-02 20:27:05 +09:00 |
|
Alex Shinn
|
1a5a551263
|
forgot to add port.c
|
2010-01-02 20:16:01 +09:00 |
|
Alex Shinn
|
562ec60926
|
adding extended io utils, including custom ports, with high-level
custom port constructors such as concatenated and filtered ports.
|
2010-01-02 20:14:32 +09:00 |
|
Alex Shinn
|
7c08c67815
|
also forgot to propagate the sign in bignum_to_double
|
2010-01-02 12:19:00 +09:00 |
|
Alex Shinn
|
227a094399
|
offby1 error in bignum_to_double
also fixing exact? definition to include bignums
|
2010-01-02 12:02:20 +09:00 |
|
Alex Shinn
|
22968ec7b3
|
sexp_bignum_to_double was backwards
|
2010-01-02 01:15:26 +09:00 |
|
Alex Shinn
|
ad4f044963
|
adding predicates
|
2010-01-01 23:36:17 +09:00 |
|