summaryrefslogtreecommitdiff
path: root/module/ice-9/r6rs-libraries.scm
Commit message (Expand)AuthorAgeFilesLines
* Improve support for R6/R7 SRFI module name formats.Taylan Kammer2021-11-021-22/+108
* Fix resolve-r6rs-interface to propagate replacement flagsAndy Wingo2019-12-061-15/+28
* Extend `import' to allow R7RS-style srfi referencesAndy Wingo2019-09-271-7/+15
* Fix R6RS imports of interfaces that use interfacesAndy Wingo2016-04-141-9/+25
* Improve correctness and consistency of 'eval-when' usage.Mark H Weaver2014-01-231-1/+1
* R6RS srfi library names should ignore first identifier after the :nIan Price2012-11-251-1/+7
* Preserve additional R6RS library name components after srfi :nMark H Weaver2012-11-041-2/+2
* Fix @ and @@ to not capture lexicals; new @@ @@ form for R6RS librariesMark H Weaver2012-07-061-1/+1
* rnrs modules #:replace as appropriateAndy Wingo2010-06-201-13/+25
* Ignore the SRFI name component(s) in R6RS importsAndreas Rottmann2010-06-191-2/+2
* r6rs `import' accepts multiple clausesAndy Wingo2010-06-091-9/+15
* Ignore explicit phase specification for imports in `library' form.Julian Graham2010-05-271-2/+8
* pure r6rs modulesAndy Wingo2010-05-201-1/+2
* fix macros that expand into (begin (define-module ...) ...)Andy Wingo2010-05-061-1/+2
* add support for r6rs librariesJulian Graham2010-05-031-0/+194