Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-10-22 | Re-implement (ice-9 gap-buffer) records in terms of srfi-9 | Andy Wingo | 1 | -38/+24 | |
* module/ice-9/gap-buffer.scm (gap-buffer): Use srfi-9. | |||||
2009-06-17 | Change Guile license to LGPLv3+ | Neil Jerram | 1 | -13/+13 | |
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* ) | |||||
2008-11-01 | move ice-9/ and oop/ under module/ | Andy Wingo | 1 | -0/+283 | |
Moved ice-9/ and oop/ under module/, with the idea being that we have only scheme under module/. Adjusted configure.in and Makefile.am appropriately. Put oop/ at the end of the compilation order. |