0.9.10.39:
authorChristophe Rhodes <csr21@cam.ac.uk>
Thu, 16 Mar 2006 12:01:07 +0000 (12:01 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Thu, 16 Mar 2006 12:01:07 +0000 (12:01 +0000)
commitb0a7abdf2bd6f2d66fcce97196024cdb0e1a1886
tree7d2e6d54d8f76e73a8f2cb1be9f0eeda8fda8ac3
parent8f41e246101ca3906d6c77da51c9de5601777b28
0.9.10.39:
Implement and document SB-EXT:*CORE-PATHNAME*.
... communicate from runtime via SB-INT:*CORE-STRING*, rather
than constructing a pathname in C.

Related refactoring.
... since OS-COLD-INIT-OR-REINIT has exactly the same
functionality on all currently supported platforms,
move it into a common file;
... define common *common-static-symbols* and
*c-callable-static-symbols* for use in constructing
the per-backend *static-symbols* list, and to remove
the need for maintaining a separate list of callable
symbols in genesis.
23 files changed:
NEWS
build-order.lisp-expr
doc/manual/intro.texinfo
doc/manual/start-stop.texinfo
package-data-list.lisp-expr
src/code/bsd-os.lisp
src/code/common-os.lisp [new file with mode: 0644]
src/code/early-impl.lisp
src/code/linux-os.lisp
src/code/osf1-os.lisp
src/code/sunos-os.lisp
src/code/win32-os.lisp
src/compiler/alpha/parms.lisp
src/compiler/generic/genesis.lisp
src/compiler/generic/parms.lisp [new file with mode: 0644]
src/compiler/hppa/parms.lisp
src/compiler/mips/parms.lisp
src/compiler/ppc/parms.lisp
src/compiler/sparc/parms.lisp
src/compiler/x86-64/parms.lisp
src/compiler/x86/parms.lisp
src/runtime/runtime.c
version.lisp-expr