cleanup related to RAW's port of RUN-PROGRAM:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 27 Sep 2000 13:25:20 +0000 (13:25 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 27 Sep 2000 13:25:20 +0000 (13:25 +0000)
commitcc1f30efe1c7438bfe6a413f16145ba2d63f7fe2
tree840578c9a79ba7bac09516ba0ea550189bcd57c4
parent8fc5fda05f92d69c95b47e4ad7561d91dab18c3e
cleanup related to RAW's port of RUN-PROGRAM:

comment fixes

resurrected SB-UNIX:UNIX-DUP, SB-UNIX:UNIX-IOCTL, and
SB-UNIX:UNIX-PIPE from old cmucl-2.4.8 sources (They'd been
deleted before 'cause nothing used them, but now RUN-PROGRAM
uses them.)

wrote simple regression test for RUN-PROGRAM

fixed dumb bug in QUIT :UNIX-STATUS (which had been exercised by
RUN-PROGRAM regression test)

made the "--noprint" option bind *LOAD-VERBOSE* to NIL (to help write
friendly-to-Unix-pipeline test programs, to help write regression
tests)
NEWS
doc/sbcl.1
src/code/cold-init.lisp
src/code/run-program.lisp
src/code/toplevel.lisp
src/code/unix.lisp
src/compiler/x86/parms.lisp
tests/run-program.test.sh [new file with mode: 0644]
tests/run-tests.sh