0.6.10.2:
authorWilliam Harold Newman <william.newman@airmail.net>
Fri, 19 Jan 2001 18:02:07 +0000 (18:02 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Fri, 19 Jan 2001 18:02:07 +0000 (18:02 +0000)
commite5f24ebc38e38c986df830fd1e4035d16bea4e5c
tree7b0db0d15349bdbe23b3c040ec4b3b96c2bddc3d
parente7c0037516c1a23f4bb48a99bfb5fa5d1781b8b1
0.6.10.2:
merged MNA LOAD-FOREIGN patch (sbcl-devel 2001-01-10)
tweaked LOAD-FOREIGN and RUN-PROGRAM to use :ENVIRONMENT
instead of lossy :ENV by preference
renamed GET-UNIX-ENVIRONMENT to SB-EXT:POSIX-ENVIRON, by
analogy with SB-EXT:POSIX-GETENV
removed (MERGE-PATHNAMES PROGRAM "path:") in RUN-PROGRAM,
since it refers to a search list which isn't
defined in SBCL (and since I'd like to remove all
support for search lists anyway).
SB-EXT is a public interface package not really intended as a
home for implementations; switched IN-PACKAGEs
to use SB-IMPL instead
To support this, SB-IMPL should USE SB-C-CALL and SB-ALIEN
as SB-EXT does.
made RUN-PROGRAM default to copying Unix environment
added LOAD-FOREIGN and RUN-PROGRAM test cases
16 files changed:
BUGS
package-data-list.lisp-expr
src/code/boot-extensions.lisp
src/code/early-extensions.lisp
src/code/final.lisp
src/code/foreign.lisp
src/code/format-time.lisp
src/code/late-extensions.lisp
src/code/run-program.lisp
src/code/target-extensions.lisp
src/code/unix.lisp
src/code/weak.lisp
src/runtime/ldso-stubs.S
tests/foreign.test.sh [new file with mode: 0644]
tests/run-program.test.sh
version.lisp-expr