Alex Shinn
|
3b5a2b98cf
|
cleaning up gc debugging
|
2011-02-09 23:16:37 +09:00 |
|
Alex Shinn
|
2c036c7e7a
|
adding experimental auto-force capability
|
2011-01-11 22:54:23 +09:00 |
|
Alex Shinn
|
e57a587216
|
Can conservatively preserve only one type of value for debugging.
|
2011-01-10 17:16:11 +09:00 |
|
Alex Shinn
|
29a96ccd8a
|
fixing boehm build
|
2011-01-09 16:08:56 +09:00 |
|
Alex Shinn
|
23382e9540
|
allowing per-heap maximum size limit as a new argument to sexp_make_eval_context
can specify on the command line with -h 1M/2M (set to 0 for no limit)
|
2010-12-30 11:26:15 +09:00 |
|
Alex Shinn
|
7306b55350
|
adding ability to track the alloc source of objects
|
2010-12-29 18:33:37 +09:00 |
|
Alex Shinn
|
96161ffcf6
|
fixing non-threaded build
|
2010-12-26 14:24:19 +09:00 |
|
Alex Shinn
|
2affd2c677
|
creating initial API for C functions to block on input ports
|
2010-12-11 22:15:17 -08:00 |
|
Alex Shinn
|
840ef090bd
|
adding unicode tests, fixing substring & make-string
|
2010-12-08 22:57:13 -08:00 |
|
Alex Shinn
|
c4b3e128f1
|
making basic port operations (open-{in,out}put-file, close-port)
as well as identifier?, identifier=? and identifier->symbol available
from the C API (fixes #55).
|
2010-12-06 21:06:46 -08:00 |
|
Alex Shinn
|
c01721e110
|
Replacing eval opcode with compile + normal application.
|
2010-11-18 21:37:46 -08:00 |
|
Alex Shinn
|
c3e1d41601
|
using #include <errno.h>, not sys/errno.h
|
2010-09-26 22:27:57 +09:00 |
|
Alex Shinn
|
5ec136adcb
|
more parameter updates
exception handling in (chibi repl) still broken
|
2010-09-26 01:04:55 +09:00 |
|
Alex Shinn
|
b95a7cac42
|
parameters now check for thread-specific overrides (still need to set these in parameterize)
|
2010-09-24 07:23:43 +09:00 |
|
Alex Shinn
|
9d8788414f
|
preserving necessary objects when destroying contexts with safe accessors
(also removing some gcc warnings)
|
2010-09-20 20:12:07 +09:00 |
|
Alex Shinn
|
acf3d1c120
|
fixes for SEXP_USE_SAFE_ACCESSORS on macosx
|
2010-09-18 14:50:24 +09:00 |
|