1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module
Ludovic Courtès 09a8dc97db SRFI-9: Reimplement in terms of structs, using `syntax-case'.
* module/srfi/srfi-9.scm (define-record-type): Rewrite to use raw
  structs instead of records.  Use `syntax-case' instead of
  `define-macro'.
2009-12-11 13:03:46 +01:00
..
ice-9 add partial support for tail patterns in syntax-rules/syntax-case 2009-12-11 10:57:29 +01:00
language Add opcodes for struct?', struct-vtable', and `make-struct'. 2009-12-11 13:03:45 +01:00
oop eval.c closures are now applicable smobs, not tc3s 2009-12-04 19:20:11 +01:00
rnrs Complete changing license to LGPLv3+ 2009-06-17 22:30:26 +01:00
scripts Remove unused variables in ice-9/goops/srfi/scripts. 2009-09-21 00:24:08 +02:00
srfi SRFI-9: Reimplement in terms of structs, using `syntax-case'. 2009-12-11 13:03:46 +01:00
system vm no longer measures bogoclock or times, relies on os for that 2009-12-11 12:39:02 +01:00
Makefile.am merge from master to elisp 2009-12-11 10:45:18 +01:00