0.pre7.140:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 16 Jan 2002 23:54:29 +0000 (23:54 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 16 Jan 2002 23:54:29 +0000 (23:54 +0000)
commit6139c89c89f45c03509e4f3156293ff656716a8c
tree2cf10bdbc1cacc0244b22ce1f4c4171eccf0cb65
parent104ee7ee303efa16e415f5e75df635ac54dba733
0.pre7.140:
merged SB-C-CALL into SB-ALIEN (since the rationale for
C-CALL being an extension of "basic" SB-ALIEN isn't
obviously compelling)
...deleted various notes about the distinction between
packages at egrep matches to '\<c-call'
...mentioned the change in the FFI quasichapter of the
user manual
...s/c-call/alien/ at matches to 'sb.c-call'
...remembered to add SB-C-CALL nickname for backwards
compatibility
There seems no longer to be any reason that VOID or
WEAK-POINTER-P needs to be re-exported from SB-KERNEL.
It doesn't make all that much sense to reexport
LOAD-FOREIGN and LOAD-1-FOREIGN from SB-EXT.
Remove the old set-the-cold-package-nickname support from
set-up-cold-packages.lisp and friends, since it's
unused and not quite right anyway and much too
annoying to fix (messing with renaming SB!FOO
nicknames to SB-FOO nicknames, ick). The SB-FOO
nickname needed is this backwards compatibility
hack, and it can be hacked in at init time.
19 files changed:
NEWS
doc/ffi.sgml
package-data-list.lisp-expr
src/code/debug-int.lisp
src/code/foreign.lisp
src/code/gc.lisp
src/code/host-c-call.lisp
src/code/purify.lisp
src/code/run-program.lisp
src/code/save.lisp
src/code/target-allocate.lisp
src/code/target-c-call.lisp
src/code/target-package.lisp
src/code/target-signal.lisp
src/code/time.lisp
src/code/unix.lisp
src/cold/set-up-cold-packages.lisp
src/cold/warm.lisp
version.lisp-expr