mes/module
Jan Nieuwenhuizen e8d8d5c3be core: Add some error checking.
* lib.c (length): Return -1 for non-proper lists.
  (error): New function.
  (assert_defined): Use it.
  (check_formals, check_apply): New functions.
* mes.c (car, cdr, set_cdr_x, set_env_x, eval_apply): Add error check.
* srfi/srfi-1.mes (member): New function.
* tests/srfi-1.tests ("member"): New test.
2016-12-24 12:10:05 +01:00
..
language core: Cleanup symbol initialization and lookup. 2016-12-23 10:38:41 +01:00
mes core: Add some error checking. 2016-12-24 12:10:05 +01:00
nyacc nyacc: Support enhanced Guile-1.8. 2016-12-18 22:16:14 +01:00
rnrs Partial (rnrs arithmetic bitwise) support for Nyacc c99. 2016-12-20 20:11:35 +01:00
srfi core: Add some error checking. 2016-12-24 12:10:05 +01:00
sxml Use include-from-path for upstream. 2016-12-22 19:34:41 +01:00