summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2008-11-01 12:44:21 +0100
committerAndy Wingo <wingo@pobox.com>2008-11-01 12:44:21 +0100
commit00d04892052f345a844c967adbe77c258896c1e7 (patch)
tree6e99b35f9d7d6ac1fe7b452bcad96cfb20f055b8
parent5192c9e89bc18e5f6b33741aceed66bf28d56823 (diff)
downloadguile-00d04892052f345a844c967adbe77c258896c1e7.tar.gz
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.
-rw-r--r--Makefile.am4
-rw-r--r--configure.in10
-rw-r--r--module/Makefile.am2
-rw-r--r--module/ice-9/ChangeLog-2008 (renamed from ice-9/ChangeLog-2008)0
-rw-r--r--module/ice-9/Makefile.am (renamed from ice-9/Makefile.am)0
-rw-r--r--module/ice-9/README (renamed from ice-9/README)0
-rw-r--r--module/ice-9/and-let-star.scm (renamed from ice-9/and-let-star.scm)0
-rw-r--r--module/ice-9/arrays.scm (renamed from ice-9/arrays.scm)0
-rw-r--r--module/ice-9/boot-9.scm (renamed from ice-9/boot-9.scm)0
-rw-r--r--module/ice-9/buffered-input.scm (renamed from ice-9/buffered-input.scm)0
-rw-r--r--module/ice-9/calling.scm (renamed from ice-9/calling.scm)0
-rw-r--r--module/ice-9/channel.scm (renamed from ice-9/channel.scm)0
-rw-r--r--module/ice-9/common-list.scm (renamed from ice-9/common-list.scm)0
-rw-r--r--module/ice-9/compile-psyntax.scm (renamed from ice-9/compile-psyntax.scm)0
-rw-r--r--module/ice-9/debug.scm (renamed from ice-9/debug.scm)0
-rw-r--r--module/ice-9/debugger.scm (renamed from ice-9/debugger.scm)0
-rw-r--r--module/ice-9/debugger/Makefile.am (renamed from ice-9/debugger/Makefile.am)0
-rw-r--r--module/ice-9/debugger/command-loop.scm (renamed from ice-9/debugger/command-loop.scm)0
-rw-r--r--module/ice-9/debugger/commands.scm (renamed from ice-9/debugger/commands.scm)0
-rw-r--r--module/ice-9/debugger/state.scm (renamed from ice-9/debugger/state.scm)0
-rw-r--r--module/ice-9/debugger/trc.scm (renamed from ice-9/debugger/trc.scm)0
-rw-r--r--module/ice-9/debugger/utils.scm (renamed from ice-9/debugger/utils.scm)0
-rw-r--r--module/ice-9/debugging/Makefile.am (renamed from ice-9/debugging/Makefile.am)0
-rw-r--r--module/ice-9/debugging/breakpoints.scm (renamed from ice-9/debugging/breakpoints.scm)0
-rw-r--r--module/ice-9/debugging/example-fns.scm (renamed from ice-9/debugging/example-fns.scm)0
-rw-r--r--module/ice-9/debugging/ice-9-debugger-extensions.scm (renamed from ice-9/debugging/ice-9-debugger-extensions.scm)0
-rw-r--r--module/ice-9/debugging/load-hooks.scm (renamed from ice-9/debugging/load-hooks.scm)0
-rw-r--r--module/ice-9/debugging/steps.scm (renamed from ice-9/debugging/steps.scm)0
-rw-r--r--module/ice-9/debugging/trace.scm (renamed from ice-9/debugging/trace.scm)0
-rwxr-xr-xmodule/ice-9/debugging/traps.scm (renamed from ice-9/debugging/traps.scm)0
-rw-r--r--module/ice-9/debugging/trc.scm (renamed from ice-9/debugging/trc.scm)0
-rw-r--r--module/ice-9/deprecated.scm (renamed from ice-9/deprecated.scm)0
-rw-r--r--module/ice-9/documentation.scm (renamed from ice-9/documentation.scm)0
-rw-r--r--module/ice-9/emacs.scm (renamed from ice-9/emacs.scm)0
-rw-r--r--module/ice-9/expect.scm (renamed from ice-9/expect.scm)0
-rw-r--r--module/ice-9/format.scm (renamed from ice-9/format.scm)0
-rw-r--r--module/ice-9/ftw.scm (renamed from ice-9/ftw.scm)0
-rw-r--r--module/ice-9/gap-buffer.scm (renamed from ice-9/gap-buffer.scm)0
-rwxr-xr-xmodule/ice-9/gds-client.scm (renamed from ice-9/gds-client.scm)0
-rw-r--r--module/ice-9/gds-server.scm (renamed from ice-9/gds-server.scm)0
-rw-r--r--module/ice-9/getopt-long.scm (renamed from ice-9/getopt-long.scm)0
-rw-r--r--module/ice-9/hcons.scm (renamed from ice-9/hcons.scm)0
-rw-r--r--module/ice-9/history.scm (renamed from ice-9/history.scm)0
-rw-r--r--module/ice-9/i18n.scm (renamed from ice-9/i18n.scm)0
-rw-r--r--module/ice-9/lineio.scm (renamed from ice-9/lineio.scm)0
-rw-r--r--module/ice-9/list.scm (renamed from ice-9/list.scm)0
-rw-r--r--module/ice-9/ls.scm (renamed from ice-9/ls.scm)0
-rw-r--r--module/ice-9/mapping.scm (renamed from ice-9/mapping.scm)0
-rw-r--r--module/ice-9/match.scm (renamed from ice-9/match.scm)0
-rw-r--r--module/ice-9/networking.scm (renamed from ice-9/networking.scm)0
-rw-r--r--module/ice-9/null.scm (renamed from ice-9/null.scm)0
-rw-r--r--module/ice-9/occam-channel.scm (renamed from ice-9/occam-channel.scm)0
-rw-r--r--module/ice-9/optargs.scm (renamed from ice-9/optargs.scm)0
-rw-r--r--module/ice-9/poe.scm (renamed from ice-9/poe.scm)0
-rw-r--r--module/ice-9/popen.scm (renamed from ice-9/popen.scm)0
-rw-r--r--module/ice-9/posix.scm (renamed from ice-9/posix.scm)0
-rw-r--r--module/ice-9/pretty-print.scm (renamed from ice-9/pretty-print.scm)0
-rw-r--r--module/ice-9/psyntax-pp.scm (renamed from ice-9/psyntax-pp.scm)0
-rw-r--r--module/ice-9/psyntax.scm (renamed from ice-9/psyntax.scm)0
-rw-r--r--module/ice-9/q.scm (renamed from ice-9/q.scm)0
-rw-r--r--module/ice-9/r4rs.scm (renamed from ice-9/r4rs.scm)0
-rw-r--r--module/ice-9/r5rs.scm (renamed from ice-9/r5rs.scm)0
-rw-r--r--module/ice-9/rdelim.scm (renamed from ice-9/rdelim.scm)0
-rw-r--r--module/ice-9/receive.scm (renamed from ice-9/receive.scm)0
-rw-r--r--module/ice-9/regex.scm (renamed from ice-9/regex.scm)0
-rw-r--r--module/ice-9/runq.scm (renamed from ice-9/runq.scm)0
-rw-r--r--module/ice-9/rw.scm (renamed from ice-9/rw.scm)0
-rw-r--r--module/ice-9/safe-r5rs.scm (renamed from ice-9/safe-r5rs.scm)0
-rw-r--r--module/ice-9/safe.scm (renamed from ice-9/safe.scm)0
-rw-r--r--module/ice-9/serialize.scm (renamed from ice-9/serialize.scm)0
-rw-r--r--module/ice-9/session.scm (renamed from ice-9/session.scm)0
-rw-r--r--module/ice-9/slib.scm (renamed from ice-9/slib.scm)0
-rw-r--r--module/ice-9/stack-catch.scm (renamed from ice-9/stack-catch.scm)0
-rw-r--r--module/ice-9/streams.scm (renamed from ice-9/streams.scm)0
-rw-r--r--module/ice-9/string-fun.scm (renamed from ice-9/string-fun.scm)0
-rw-r--r--module/ice-9/syncase.scm (renamed from ice-9/syncase.scm)0
-rw-r--r--module/ice-9/test.scm (renamed from ice-9/test.scm)0
-rw-r--r--module/ice-9/threads.scm (renamed from ice-9/threads.scm)0
-rw-r--r--module/ice-9/time.scm (renamed from ice-9/time.scm)0
-rw-r--r--module/ice-9/weak-vector.scm (renamed from ice-9/weak-vector.scm)0
-rw-r--r--module/oop/ChangeLog-2008 (renamed from oop/ChangeLog-2008)0
-rw-r--r--module/oop/Makefile.am (renamed from oop/Makefile.am)0
-rw-r--r--module/oop/goops.scm (renamed from oop/goops.scm)0
-rw-r--r--module/oop/goops/Makefile.am (renamed from oop/goops/Makefile.am)0
-rw-r--r--module/oop/goops/accessors.scm (renamed from oop/goops/accessors.scm)0
-rw-r--r--module/oop/goops/active-slot.scm (renamed from oop/goops/active-slot.scm)0
-rw-r--r--module/oop/goops/compile.scm (renamed from oop/goops/compile.scm)0
-rw-r--r--module/oop/goops/composite-slot.scm (renamed from oop/goops/composite-slot.scm)0
-rw-r--r--module/oop/goops/describe.scm (renamed from oop/goops/describe.scm)0
-rw-r--r--module/oop/goops/dispatch.scm (renamed from oop/goops/dispatch.scm)0
-rw-r--r--module/oop/goops/internal.scm (renamed from oop/goops/internal.scm)0
-rw-r--r--module/oop/goops/save.scm (renamed from oop/goops/save.scm)0
-rw-r--r--module/oop/goops/simple.scm (renamed from oop/goops/simple.scm)0
-rw-r--r--module/oop/goops/stklos.scm (renamed from oop/goops/stklos.scm)0
-rw-r--r--module/oop/goops/util.scm (renamed from oop/goops/util.scm)0
95 files changed, 8 insertions, 8 deletions
diff --git a/Makefile.am b/Makefile.am
index c6a694432..6554b070e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,9 +24,9 @@
#
AUTOMAKE_OPTIONS = 1.10
-SUBDIRS = lib oop libguile guile-config guile-readline emacs \
+SUBDIRS = lib libguile guile-config guile-readline emacs \
scripts srfi doc examples test-suite benchmark-suite lang am \
- module ice-9 testsuite
+ module testsuite
bin_SCRIPTS = guile-tools
diff --git a/configure.in b/configure.in
index 8664ceb78..56b74e229 100644
--- a/configure.in
+++ b/configure.in
@@ -1540,16 +1540,11 @@ AC_CONFIG_FILES([
examples/safe/Makefile
examples/scripts/Makefile
guile-config/Makefile
- ice-9/Makefile
- ice-9/debugger/Makefile
- ice-9/debugging/Makefile
lang/Makefile
lang/elisp/Makefile
lang/elisp/internals/Makefile
lang/elisp/primitives/Makefile
libguile/Makefile
- oop/Makefile
- oop/goops/Makefile
scripts/Makefile
srfi/Makefile
test-suite/Makefile
@@ -1562,6 +1557,11 @@ AC_CONFIG_FILES([
module/system/repl/Makefile
module/language/Makefile
module/language/scheme/Makefile
+ module/ice-9/Makefile
+ module/ice-9/debugger/Makefile
+ module/ice-9/debugging/Makefile
+ module/oop/Makefile
+ module/oop/goops/Makefile
testsuite/Makefile
])
diff --git a/module/Makefile.am b/module/Makefile.am
index 06fde9ae2..feefcdfb0 100644
--- a/module/Makefile.am
+++ b/module/Makefile.am
@@ -1 +1 @@
-SUBDIRS = system language
+SUBDIRS = system language ice-9 oop
diff --git a/ice-9/ChangeLog-2008 b/module/ice-9/ChangeLog-2008
index 9007c0044..9007c0044 100644
--- a/ice-9/ChangeLog-2008
+++ b/module/ice-9/ChangeLog-2008
diff --git a/ice-9/Makefile.am b/module/ice-9/Makefile.am
index 327c31621..327c31621 100644
--- a/ice-9/Makefile.am
+++ b/module/ice-9/Makefile.am
diff --git a/ice-9/README b/module/ice-9/README
index f659b9ee7..f659b9ee7 100644
--- a/ice-9/README
+++ b/module/ice-9/README
diff --git a/ice-9/and-let-star.scm b/module/ice-9/and-let-star.scm
index b8cb2a679..b8cb2a679 100644
--- a/ice-9/and-let-star.scm
+++ b/module/ice-9/and-let-star.scm
diff --git a/ice-9/arrays.scm b/module/ice-9/arrays.scm
index 7ddcc8ab8..7ddcc8ab8 100644
--- a/ice-9/arrays.scm
+++ b/module/ice-9/arrays.scm
diff --git a/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index be67560dd..be67560dd 100644
--- a/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
diff --git a/ice-9/buffered-input.scm b/module/ice-9/buffered-input.scm
index 11530e897..11530e897 100644
--- a/ice-9/buffered-input.scm
+++ b/module/ice-9/buffered-input.scm
diff --git a/ice-9/calling.scm b/module/ice-9/calling.scm
index 07f7a7805..07f7a7805 100644
--- a/ice-9/calling.scm
+++ b/module/ice-9/calling.scm
diff --git a/ice-9/channel.scm b/module/ice-9/channel.scm
index 8cbb00190..8cbb00190 100644
--- a/ice-9/channel.scm
+++ b/module/ice-9/channel.scm
diff --git a/ice-9/common-list.scm b/module/ice-9/common-list.scm
index 7d62bc319..7d62bc319 100644
--- a/ice-9/common-list.scm
+++ b/module/ice-9/common-list.scm
diff --git a/ice-9/compile-psyntax.scm b/module/ice-9/compile-psyntax.scm
index a2fe77546..a2fe77546 100644
--- a/ice-9/compile-psyntax.scm
+++ b/module/ice-9/compile-psyntax.scm
diff --git a/ice-9/debug.scm b/module/ice-9/debug.scm
index 0e751590d..0e751590d 100644
--- a/ice-9/debug.scm
+++ b/module/ice-9/debug.scm
diff --git a/ice-9/debugger.scm b/module/ice-9/debugger.scm
index 0ad014881..0ad014881 100644
--- a/ice-9/debugger.scm
+++ b/module/ice-9/debugger.scm
diff --git a/ice-9/debugger/Makefile.am b/module/ice-9/debugger/Makefile.am
index 7ef09a025..7ef09a025 100644
--- a/ice-9/debugger/Makefile.am
+++ b/module/ice-9/debugger/Makefile.am
diff --git a/ice-9/debugger/command-loop.scm b/module/ice-9/debugger/command-loop.scm
index 62a08ea65..62a08ea65 100644
--- a/ice-9/debugger/command-loop.scm
+++ b/module/ice-9/debugger/command-loop.scm
diff --git a/ice-9/debugger/commands.scm b/module/ice-9/debugger/commands.scm
index ef6f79026..ef6f79026 100644
--- a/ice-9/debugger/commands.scm
+++ b/module/ice-9/debugger/commands.scm
diff --git a/ice-9/debugger/state.scm b/module/ice-9/debugger/state.scm
index 11b8ebbf0..11b8ebbf0 100644
--- a/ice-9/debugger/state.scm
+++ b/module/ice-9/debugger/state.scm
diff --git a/ice-9/debugger/trc.scm b/module/ice-9/debugger/trc.scm
index 49af2747d..49af2747d 100644
--- a/ice-9/debugger/trc.scm
+++ b/module/ice-9/debugger/trc.scm
diff --git a/ice-9/debugger/utils.scm b/module/ice-9/debugger/utils.scm
index dfef25b1f..dfef25b1f 100644
--- a/ice-9/debugger/utils.scm
+++ b/module/ice-9/debugger/utils.scm
diff --git a/ice-9/debugging/Makefile.am b/module/ice-9/debugging/Makefile.am
index 5fbe9c6de..5fbe9c6de 100644
--- a/ice-9/debugging/Makefile.am
+++ b/module/ice-9/debugging/Makefile.am
diff --git a/ice-9/debugging/breakpoints.scm b/module/ice-9/debugging/breakpoints.scm
index 132746f17..132746f17 100644
--- a/ice-9/debugging/breakpoints.scm
+++ b/module/ice-9/debugging/breakpoints.scm
diff --git a/ice-9/debugging/example-fns.scm b/module/ice-9/debugging/example-fns.scm
index 30d412f00..30d412f00 100644
--- a/ice-9/debugging/example-fns.scm
+++ b/module/ice-9/debugging/example-fns.scm
diff --git a/ice-9/debugging/ice-9-debugger-extensions.scm b/module/ice-9/debugging/ice-9-debugger-extensions.scm
index a8b8c970e..a8b8c970e 100644
--- a/ice-9/debugging/ice-9-debugger-extensions.scm
+++ b/module/ice-9/debugging/ice-9-debugger-extensions.scm
diff --git a/ice-9/debugging/load-hooks.scm b/module/ice-9/debugging/load-hooks.scm
index fb869ed23..fb869ed23 100644
--- a/ice-9/debugging/load-hooks.scm
+++ b/module/ice-9/debugging/load-hooks.scm
diff --git a/ice-9/debugging/steps.scm b/module/ice-9/debugging/steps.scm
index fedbc6a32..fedbc6a32 100644
--- a/ice-9/debugging/steps.scm
+++ b/module/ice-9/debugging/steps.scm
diff --git a/ice-9/debugging/trace.scm b/module/ice-9/debugging/trace.scm
index ad3015ddf..ad3015ddf 100644
--- a/ice-9/debugging/trace.scm
+++ b/module/ice-9/debugging/trace.scm
diff --git a/ice-9/debugging/traps.scm b/module/ice-9/debugging/traps.scm
index 080d7bc31..080d7bc31 100755
--- a/ice-9/debugging/traps.scm
+++ b/module/ice-9/debugging/traps.scm
diff --git a/ice-9/debugging/trc.scm b/module/ice-9/debugging/trc.scm
index 9e95d7e5c..9e95d7e5c 100644
--- a/ice-9/debugging/trc.scm
+++ b/module/ice-9/debugging/trc.scm
diff --git a/ice-9/deprecated.scm b/module/ice-9/deprecated.scm
index 91f4d7445..91f4d7445 100644
--- a/ice-9/deprecated.scm
+++ b/module/ice-9/deprecated.scm
diff --git a/ice-9/documentation.scm b/module/ice-9/documentation.scm
index c5f447e78..c5f447e78 100644
--- a/ice-9/documentation.scm
+++ b/module/ice-9/documentation.scm
diff --git a/ice-9/emacs.scm b/module/ice-9/emacs.scm
index 12d8228ee..12d8228ee 100644
--- a/ice-9/emacs.scm
+++ b/module/ice-9/emacs.scm
diff --git a/ice-9/expect.scm b/module/ice-9/expect.scm
index a024e91e8..a024e91e8 100644
--- a/ice-9/expect.scm
+++ b/module/ice-9/expect.scm
diff --git a/ice-9/format.scm b/module/ice-9/format.scm
index 4bf623757..4bf623757 100644
--- a/ice-9/format.scm
+++ b/module/ice-9/format.scm
diff --git a/ice-9/ftw.scm b/module/ice-9/ftw.scm
index 23f341521..23f341521 100644
--- a/ice-9/ftw.scm
+++ b/module/ice-9/ftw.scm
diff --git a/ice-9/gap-buffer.scm b/module/ice-9/gap-buffer.scm
index b6162e802..b6162e802 100644
--- a/ice-9/gap-buffer.scm
+++ b/module/ice-9/gap-buffer.scm
diff --git a/ice-9/gds-client.scm b/module/ice-9/gds-client.scm
index d3d6146e9..d3d6146e9 100755
--- a/ice-9/gds-client.scm
+++ b/module/ice-9/gds-client.scm
diff --git a/ice-9/gds-server.scm b/module/ice-9/gds-server.scm
index f59758729..f59758729 100644
--- a/ice-9/gds-server.scm
+++ b/module/ice-9/gds-server.scm
diff --git a/ice-9/getopt-long.scm b/module/ice-9/getopt-long.scm
index 9e39e60c0..9e39e60c0 100644
--- a/ice-9/getopt-long.scm
+++ b/module/ice-9/getopt-long.scm
diff --git a/ice-9/hcons.scm b/module/ice-9/hcons.scm
index 6323506d2..6323506d2 100644
--- a/ice-9/hcons.scm
+++ b/module/ice-9/hcons.scm
diff --git a/ice-9/history.scm b/module/ice-9/history.scm
index 921a25741..921a25741 100644
--- a/ice-9/history.scm
+++ b/module/ice-9/history.scm
diff --git a/ice-9/i18n.scm b/module/ice-9/i18n.scm
index 2a8e7414c..2a8e7414c 100644
--- a/ice-9/i18n.scm
+++ b/module/ice-9/i18n.scm
diff --git a/ice-9/lineio.scm b/module/ice-9/lineio.scm
index f122268df..f122268df 100644
--- a/ice-9/lineio.scm
+++ b/module/ice-9/lineio.scm
diff --git a/ice-9/list.scm b/module/ice-9/list.scm
index af83d1742..af83d1742 100644
--- a/ice-9/list.scm
+++ b/module/ice-9/list.scm
diff --git a/ice-9/ls.scm b/module/ice-9/ls.scm
index e848be32a..e848be32a 100644
--- a/ice-9/ls.scm
+++ b/module/ice-9/ls.scm
diff --git a/ice-9/mapping.scm b/module/ice-9/mapping.scm
index c4ef4fe99..c4ef4fe99 100644
--- a/ice-9/mapping.scm
+++ b/module/ice-9/mapping.scm
diff --git a/ice-9/match.scm b/module/ice-9/match.scm
index e6fe56063..e6fe56063 100644
--- a/ice-9/match.scm
+++ b/module/ice-9/match.scm
diff --git a/ice-9/networking.scm b/module/ice-9/networking.scm
index c0218821f..c0218821f 100644
--- a/ice-9/networking.scm
+++ b/module/ice-9/networking.scm
diff --git a/ice-9/null.scm b/module/ice-9/null.scm
index b9212e605..b9212e605 100644
--- a/ice-9/null.scm
+++ b/module/ice-9/null.scm
diff --git a/ice-9/occam-channel.scm b/module/ice-9/occam-channel.scm
index e28f73d3b..e28f73d3b 100644
--- a/ice-9/occam-channel.scm
+++ b/module/ice-9/occam-channel.scm
diff --git a/ice-9/optargs.scm b/module/ice-9/optargs.scm
index 4dea92fd7..4dea92fd7 100644
--- a/ice-9/optargs.scm
+++ b/module/ice-9/optargs.scm
diff --git a/ice-9/poe.scm b/module/ice-9/poe.scm
index fe963db08..fe963db08 100644
--- a/ice-9/poe.scm
+++ b/module/ice-9/poe.scm
diff --git a/ice-9/popen.scm b/module/ice-9/popen.scm
index 275faaa0c..275faaa0c 100644
--- a/ice-9/popen.scm
+++ b/module/ice-9/popen.scm
diff --git a/ice-9/posix.scm b/module/ice-9/posix.scm
index 53d01a026..53d01a026 100644
--- a/ice-9/posix.scm
+++ b/module/ice-9/posix.scm
diff --git a/ice-9/pretty-print.scm b/module/ice-9/pretty-print.scm
index bef76ddcb..bef76ddcb 100644
--- a/ice-9/pretty-print.scm
+++ b/module/ice-9/pretty-print.scm
diff --git a/ice-9/psyntax-pp.scm b/module/ice-9/psyntax-pp.scm
index 4abf7bcc9..4abf7bcc9 100644
--- a/ice-9/psyntax-pp.scm
+++ b/module/ice-9/psyntax-pp.scm
diff --git a/ice-9/psyntax.scm b/module/ice-9/psyntax.scm
index 22e409d3e..22e409d3e 100644
--- a/ice-9/psyntax.scm
+++ b/module/ice-9/psyntax.scm
diff --git a/ice-9/q.scm b/module/ice-9/q.scm
index 0c12d7f40..0c12d7f40 100644
--- a/ice-9/q.scm
+++ b/module/ice-9/q.scm
diff --git a/ice-9/r4rs.scm b/module/ice-9/r4rs.scm
index de2aeb2de..de2aeb2de 100644
--- a/ice-9/r4rs.scm
+++ b/module/ice-9/r4rs.scm
diff --git a/ice-9/r5rs.scm b/module/ice-9/r5rs.scm
index 2b40515d3..2b40515d3 100644
--- a/ice-9/r5rs.scm
+++ b/module/ice-9/r5rs.scm
diff --git a/ice-9/rdelim.scm b/module/ice-9/rdelim.scm
index d21d45c38..d21d45c38 100644
--- a/ice-9/rdelim.scm
+++ b/module/ice-9/rdelim.scm
diff --git a/ice-9/receive.scm b/module/ice-9/receive.scm
index 693dfe3f4..693dfe3f4 100644
--- a/ice-9/receive.scm
+++ b/module/ice-9/receive.scm
diff --git a/ice-9/regex.scm b/module/ice-9/regex.scm
index 61937d04f..61937d04f 100644
--- a/ice-9/regex.scm
+++ b/module/ice-9/regex.scm
diff --git a/ice-9/runq.scm b/module/ice-9/runq.scm
index eb1e2203f..eb1e2203f 100644
--- a/ice-9/runq.scm
+++ b/module/ice-9/runq.scm
diff --git a/ice-9/rw.scm b/module/ice-9/rw.scm
index 2731e889a..2731e889a 100644
--- a/ice-9/rw.scm
+++ b/module/ice-9/rw.scm
diff --git a/ice-9/safe-r5rs.scm b/module/ice-9/safe-r5rs.scm
index 13a44d23d..13a44d23d 100644
--- a/ice-9/safe-r5rs.scm
+++ b/module/ice-9/safe-r5rs.scm
diff --git a/ice-9/safe.scm b/module/ice-9/safe.scm
index 15b77990a..15b77990a 100644
--- a/ice-9/safe.scm
+++ b/module/ice-9/safe.scm
diff --git a/ice-9/serialize.scm b/module/ice-9/serialize.scm
index 3c70f4421..3c70f4421 100644
--- a/ice-9/serialize.scm
+++ b/module/ice-9/serialize.scm
diff --git a/ice-9/session.scm b/module/ice-9/session.scm
index e909132bc..e909132bc 100644
--- a/ice-9/session.scm
+++ b/module/ice-9/session.scm
diff --git a/ice-9/slib.scm b/module/ice-9/slib.scm
index a2b526562..a2b526562 100644
--- a/ice-9/slib.scm
+++ b/module/ice-9/slib.scm
diff --git a/ice-9/stack-catch.scm b/module/ice-9/stack-catch.scm
index 81faca063..81faca063 100644
--- a/ice-9/stack-catch.scm
+++ b/module/ice-9/stack-catch.scm
diff --git a/ice-9/streams.scm b/module/ice-9/streams.scm
index 317d47245..317d47245 100644
--- a/ice-9/streams.scm
+++ b/module/ice-9/streams.scm
diff --git a/ice-9/string-fun.scm b/module/ice-9/string-fun.scm
index d8ba21f75..d8ba21f75 100644
--- a/ice-9/string-fun.scm
+++ b/module/ice-9/string-fun.scm
diff --git a/ice-9/syncase.scm b/module/ice-9/syncase.scm
index 5fd3a3214..5fd3a3214 100644
--- a/ice-9/syncase.scm
+++ b/module/ice-9/syncase.scm
diff --git a/ice-9/test.scm b/module/ice-9/test.scm
index bed39b621..bed39b621 100644
--- a/ice-9/test.scm
+++ b/module/ice-9/test.scm
diff --git a/ice-9/threads.scm b/module/ice-9/threads.scm
index bd0f7b745..bd0f7b745 100644
--- a/ice-9/threads.scm
+++ b/module/ice-9/threads.scm
diff --git a/ice-9/time.scm b/module/ice-9/time.scm
index a7045969f..a7045969f 100644
--- a/ice-9/time.scm
+++ b/module/ice-9/time.scm
diff --git a/ice-9/weak-vector.scm b/module/ice-9/weak-vector.scm
index 92d40d840..92d40d840 100644
--- a/ice-9/weak-vector.scm
+++ b/module/ice-9/weak-vector.scm
diff --git a/oop/ChangeLog-2008 b/module/oop/ChangeLog-2008
index 6727ef3fb..6727ef3fb 100644
--- a/oop/ChangeLog-2008
+++ b/module/oop/ChangeLog-2008
diff --git a/oop/Makefile.am b/module/oop/Makefile.am
index 2f3965c09..2f3965c09 100644
--- a/oop/Makefile.am
+++ b/module/oop/Makefile.am
diff --git a/oop/goops.scm b/module/oop/goops.scm
index dd993ded2..dd993ded2 100644
--- a/oop/goops.scm
+++ b/module/oop/goops.scm
diff --git a/oop/goops/Makefile.am b/module/oop/goops/Makefile.am
index ddfdf41d3..ddfdf41d3 100644
--- a/oop/goops/Makefile.am
+++ b/module/oop/goops/Makefile.am
diff --git a/oop/goops/accessors.scm b/module/oop/goops/accessors.scm
index a7baa5c62..a7baa5c62 100644
--- a/oop/goops/accessors.scm
+++ b/module/oop/goops/accessors.scm
diff --git a/oop/goops/active-slot.scm b/module/oop/goops/active-slot.scm
index e6b409ad0..e6b409ad0 100644
--- a/oop/goops/active-slot.scm
+++ b/module/oop/goops/active-slot.scm
diff --git a/oop/goops/compile.scm b/module/oop/goops/compile.scm
index 856d41a70..856d41a70 100644
--- a/oop/goops/compile.scm
+++ b/module/oop/goops/compile.scm
diff --git a/oop/goops/composite-slot.scm b/module/oop/goops/composite-slot.scm
index 9bf5cf8f8..9bf5cf8f8 100644
--- a/oop/goops/composite-slot.scm
+++ b/module/oop/goops/composite-slot.scm
diff --git a/oop/goops/describe.scm b/module/oop/goops/describe.scm
index 184fef214..184fef214 100644
--- a/oop/goops/describe.scm
+++ b/module/oop/goops/describe.scm
diff --git a/oop/goops/dispatch.scm b/module/oop/goops/dispatch.scm
index be7c871a8..be7c871a8 100644
--- a/oop/goops/dispatch.scm
+++ b/module/oop/goops/dispatch.scm
diff --git a/oop/goops/internal.scm b/module/oop/goops/internal.scm
index d996805e4..d996805e4 100644
--- a/oop/goops/internal.scm
+++ b/module/oop/goops/internal.scm
diff --git a/oop/goops/save.scm b/module/oop/goops/save.scm
index 4d64da8bb..4d64da8bb 100644
--- a/oop/goops/save.scm
+++ b/module/oop/goops/save.scm
diff --git a/oop/goops/simple.scm b/module/oop/goops/simple.scm
index 48e76f312..48e76f312 100644
--- a/oop/goops/simple.scm
+++ b/module/oop/goops/simple.scm
diff --git a/oop/goops/stklos.scm b/module/oop/goops/stklos.scm
index 60ab293c3..60ab293c3 100644
--- a/oop/goops/stklos.scm
+++ b/module/oop/goops/stklos.scm
diff --git a/oop/goops/util.scm b/module/oop/goops/util.scm
index b6276aa37..b6276aa37 100644
--- a/oop/goops/util.scm
+++ b/module/oop/goops/util.scm