1.0.12.37: RUN-PROGRAM now uses execvp(3) to search for executables
commit2a1151093b4562726e6be51aeec690bb6b1f7d79
authorRichard M Kreuter <kreuter@users.sourceforge.net>
Wed, 19 Dec 2007 02:28:12 +0000 (19 02:28 +0000)
committerRichard M Kreuter <kreuter@users.sourceforge.net>
Wed, 19 Dec 2007 02:28:12 +0000 (19 02:28 +0000)
tree7ff96db9ee0bc298fb27c71c57db78443cd5fe4c
parent435658ed85eeb9b7aa3a409464e54ee0763c6ba1
1.0.12.37: RUN-PROGRAM now uses execvp(3) to search for executables

* RUN-PROGRAM now uses execvp(3) in the child, rather than a Lisp
  function in SBCL, to search for an executable to run.  This makes
  RUN-PROGRAM slightly closer to most other languages' process
  creation facilities.

* The function FIND-EXECUTABLE-IN-SEARCH-PATH has been removed.  A
  note is added to the manual pointing users who need the old,
  idiosyncratic search behavior to look for it it in the CVS history.
NEWS
doc/manual/beyond-ansi.texinfo
src/code/run-program.lisp
src/runtime/run-program.c
version.lisp-expr