Commit graph

13 commits

Author SHA1 Message Date
Alex Shinn
d5ddfe6a92 changing type_exception to use self and a type_id
this simplifies and reduces the number of different static strings.
specific error messages are still available with sexp_xtype_exception.
2010-04-04 10:10:17 +09:00
Alex Shinn
8357b3afaa forgot to add the new self, n parameters in the new stubber 2010-04-03 11:42:33 +09:00
Alex Shinn
ded9bbf0b6 updating libraries and genstubs to use new primitives API 2010-03-24 20:13:05 +09:00
Alex Shinn
cc6f727add sexp_intern, sexp_read_from_string and sexp_eval_string now all take length parameters.
this is more flexible and will help if strings are changed to be non-null-terminated.
2010-03-23 20:52:47 +09:00
Alex Shinn
ca1f6202ae adding (pointer void) support 2010-03-15 13:29:43 +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
6fb2d4cf21 adding mechanism to statically include modules which use C code 2010-01-22 00:24:28 +09:00
Alex Shinn
ad1be9cbcd fixing FFI # args check (> 6), not (>= 6) 2010-01-20 20:45:06 +09:00
foof
ce5946578a fixing field setters and type constructors (issue #24) 2010-01-12 12:54:24 -05:00
Alex Shinn
3132cb8c42 don't free result pointers 2010-01-01 23:33:38 +09:00
Alex Shinn
36732f9134 is-a-tty? 2009-12-31 13:40:23 +09:00
Alex Shinn
d954819775 adding (chibi io) w/ interface to fgets, fread, fwrite, etc. 2009-12-31 00:24:19 +09:00