mes/module
Jan Nieuwenhuizen e9ac52dfda mescc: Fix by value assignment from array-of struct entry.
* module/language/c99/compiler.mes (expr->accu): Fix by value
  assignment from array-of struct entry.
* scaffold/t.c (struct_test): Test it.
* vector.c (make_vector, list_to_vector, vector_to_list): Use it;
  remove workarounds.
* gc.c (gc_copy): Likewise.
2017-04-01 23:12:37 +02:00
..
language mescc: Fix by value assignment from array-of struct entry. 2017-04-01 23:12:37 +02:00
mes scm: Evaluate arguments of OR only once. 2017-04-02 16:47:22 +02:00
nyacc nyacc: prefix globals. 2017-03-28 20:26:16 +02:00
rnrs/arithmetic mescc: Use Nyacc frontend. 2016-12-31 09:03:07 +01:00
srfi scm: Have char-set-contains? strictly return boolean. 2017-04-01 09:36:34 +02:00
sxml scm: Avoid xpath's shadowing of filter. 2017-01-03 22:18:22 +01:00