summaryrefslogtreecommitdiff
path: root/module/ice-9/lineio.scm
AgeCommit message (Collapse)AuthorFilesLines
2023-06-08Deprecate (ice-9 lineio)Andy Wingo1-1/+5
* module/ice-9/lineio.scm: Deprecate.
2009-08-18remove (ice-9 lineio)'s dependency on (ice-9 readline)Andy Wingo1-1/+1
* module/ice-9/lineio.scm: Use (ice-9 rdelim) instead of (ice-9 readline) to remove readline dependency.
2009-06-17Change Guile license to LGPLv3+Neil Jerram1-1/+1
(Not quite finished, the following will be done tomorrow. module/srfi/*.scm module/rnrs/*.scm module/scripts/*.scm testsuite/*.scm guile-readline/* )
2008-11-01move ice-9/ and oop/ under module/Andy Wingo1-0/+115
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.