0.8.5.26:
authorChristophe Rhodes <csr21@cam.ac.uk>
Sat, 8 Nov 2003 15:04:45 +0000 (15:04 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Sat, 8 Nov 2003 15:04:45 +0000 (15:04 +0000)
commit6ffb09605de7f990332aee146d8f69ba4cc907c9
treeeb6052f23ee566914f73f7b8e380324df7750730
parentb5a771e7bcebe95f897a08313941b299ce9c16df
0.8.5.26:
Record filesystem information during the build in debug information
relative to SYS, not to /home/kevin/sbcl or equivalent.
... change to core code: tiny if ugly;
... change to warm load: only to refer to files as lpns rather
than physical namestrings;
... change to vanilla-modules: tiny;
... change to asdf modules: well, erm, less tiny.  I'm not pleased
by the need to duplicate similar logic in every .asd, but
I think it's a similar symptom to the duplication of the
TEST-OP logic in many of them: the coupling between asdf
and the rest of the system is slightly wrong.

(At startup, SYS by default has translations that refer back to
the build-time values; distributors may wish to alter this for
their binaries, for instance by setting translations to
distribution-known values when dumping any final image)
18 files changed:
NEWS
contrib/asdf-install/asdf-install.asd
contrib/asdf-module.mk
contrib/sb-aclrepl/sb-aclrepl.asd
contrib/sb-bsd-sockets/sb-bsd-sockets.asd
contrib/sb-cltl2/sb-cltl2.asd
contrib/sb-executable/sb-executable.lisp
contrib/sb-grovel/sb-grovel.asd
contrib/sb-md5/sb-md5.asd
contrib/sb-posix/sb-posix.asd
contrib/sb-rotate-byte/sb-rotate-byte.asd
contrib/sb-rt/sb-rt.asd
contrib/sb-simple-streams/sb-simple-streams.asd
contrib/vanilla-module.mk
package-data-list.lisp-expr
src/cold/warm.lisp
src/compiler/debug-dump.lisp
version.lisp-expr