Ludovic Courtès
|
fe258c43a1
|
SRFI-9: Make accessors inlinable.
* module/srfi/srfi-9.scm (define-inlinable): New macro.
(define-record-type): Use it.
|
2009-12-11 13:03:46 +01:00 |
|
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 |
|
Neil Jerram
|
83ba2d3750
|
Complete changing license to LGPLv3+
(Still guile-readline to do, but that will all be GPLv3+.)
|
2009-06-17 22:30:26 +01:00 |
|
Andy Wingo
|
ea93465de7
|
move scm srfi files to module/srfi, and compile them.
* .gitignore: Add gdb-pre-inst-guile.
* configure.in: Add module/srfi/Makefile.
* module/Makefile.am: Add srfi/.
* module/srfi/: SRFI scheme files moved here, and compiled.
* srfi/Makefile.am: Remove the bits about the scheme files.
|
2008-11-01 13:49:23 +01:00 |
|