Alex Shinn
|
4926b6dc00
|
Check types before preserving.
|
2011-10-20 08:59:41 +09:00 |
|
Alex Shinn
|
28e75d50fe
|
using calloc instead of malloc to guarantee FFI allocated objects are zero initialized
|
2011-10-12 22:34:41 +09:00 |
|
Alex Shinn
|
ef14dac179
|
updating references to *config-env* I missed
|
2011-10-05 20:22:50 +09:00 |
|
Alex Shinn
|
ff884b7314
|
Need to zero out the malloced constructor results in case not all
fields are initialized.
|
2011-08-09 00:31:09 +09:00 |
|
Alex Shinn
|
e738a59989
|
changing SRFI-1 any to return the result of the pred
was previously returning the args as in find (thanks kiyokap)
|
2011-06-29 23:37:23 +09:00 |
|
Alex Shinn
|
31ef22a665
|
static libs keeps bindings separate (patch from rotty)
|
2011-05-25 23:59:21 +09:00 |
|
Alex Shinn
|
4cacc6abde
|
Parsing .module files for docs, plus small fixes.
|
2011-05-21 22:47:29 -07:00 |
|
Alex Shinn
|
2b86320652
|
Parsing literal docs for FFI files, generating docs for all core modules (mostly stubs).
|
2011-05-18 00:52:54 -07:00 |
|
Alex Shinn
|
060c3cb69b
|
adding literate module documentation tool
|
2011-05-16 01:04:34 -07:00 |
|
Alex Shinn
|
28d7a734d4
|
initializing final array element to 0 in ffi
(patch from utizoc)
|
2011-04-27 15:17:45 +09:00 |
|
Alex Shinn
|
0494305c9b
|
using calloc instead of malloc for temporary objects in the ffi
|
2011-04-18 23:14:03 +09:00 |
|
Alex Shinn
|
f4b5815bf6
|
fixing case when no command-line args are given
|
2011-04-17 20:36:43 +09:00 |
|
Alex Shinn
|
226d98d49f
|
preserving port line number under all input operations
|
2011-04-09 15:55:26 +09:00 |
|
Alex Shinn
|
4b6884e4a5
|
adding reference types to ffi
|
2011-04-08 00:27:58 +09:00 |
|
Alex Shinn
|
13cf6d24d5
|
Renaming tools, adding -c option to automatically compile with chibi-ffi.
|
2011-04-07 23:48:46 +09:00 |
|
Alex Shinn
|
29aa883896
|
Adding initial documentation tool and manual.
|
2011-04-07 01:44:39 +09:00 |
|
Alex Shinn
|
73d5083d10
|
automatically adding blocking checks on input-port args in the stubber
|
2010-12-11 22:27:54 -08:00 |
|
Alex Shinn
|
a7c9e0982a
|
updating genstatic.scm with the new C calling convention.
fixes #54 (thanks to Andreas Rottman)
|
2010-12-06 20:36:15 -08:00 |
|
Alex Shinn
|
5ec136adcb
|
more parameter updates
exception handling in (chibi repl) still broken
|
2010-09-26 01:04:55 +09:00 |
|
Alex Shinn
|
acf3d1c120
|
fixes for SEXP_USE_SAFE_ACCESSORS on macosx
|
2010-09-18 14:50:24 +09:00 |
|