Ludovic Courtès
ec84b0a251
Use `define-module*' in (ice-9 history).
...
* module/ice-9/history.scm: Use `define-module*' instead of
`process-define-module'.
2010-11-20 00:47:12 +01:00
Andy Wingo
8c8a13ecf5
value-history-enabled? accessor
...
* module/ice-9/history.scm (value-history-enabled?): Add accessor.
(enable-value-history!, disable-value-history!): Adapt.
2010-07-10 11:16:16 +02:00
Andy Wingo
a38dd31ffc
add utils to turn value history on and off, and to clear it
...
* module/ice-9/history.scm (enable-value-history!)
(disable-value-history!, clear-value-history!): New exports.
2010-07-10 10:44:29 +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