Commit graph

12 commits

Author SHA1 Message Date
Alex Shinn
4d64568736 fixing bug in lset-union (thanks to alexander shendi) 2010-04-20 21:12:24 +09:00
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
9a3c863630 updating some individual opcodes to new API 2010-03-24 20:42:49 +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
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
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
fdec55997a adding http client library.
using mime/base64/quoted-printable modules from hato.
2010-01-02 21:51:07 +09:00
Alex Shinn
d954819775 adding (chibi io) w/ interface to fgets, fread, fwrite, etc. 2009-12-31 00:24:19 +09:00