Andy Wingo
8556760c23
read-delimited is clearer and conses less
...
* module/ice-9/rdelim.scm (read-delimited): Clarify and somewhat
optimize implementation.
2010-12-03 18:04:09 +01:00
Andy Wingo
3251222637
rdelim cleanups
...
* module/ice-9/rdelim.scm: Clean up export list.
(read-line!, read-delimited!, read-delimited, read-line): Use
define*.
2010-10-19 22:59:09 +02:00
Neil Jerram
53befeb700
Change Guile license to LGPLv3+
...
(Not quite finished, the following will be done tomorrow.
module/srfi/*.scm
module/rnrs/*.scm
module/scripts/*.scm
testsuite/*.scm
guile-readline/*
)
2009-06-17 00:22:09 +01:00
Andy Wingo
00d0489205
move ice-9/ and oop/ under module/
...
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.
2008-11-01 12:44:21 +01:00