Commit graph

8 commits

Author SHA1 Message Date
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
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
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
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
Renamed from tools/genstubs.scm (Browse further)