commit 2df5ec6e022737b5788b0e26305d736b3c503590 Author: Stelian Ionescu sionescu@cddr.org Date: Wed Jan 12 02:24:45 2011 +0100
Return process object from PROCESS-KILL
src/os/create-process-unix.lisp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
commit 8da04a6d7829111dd6fb4f008c10358340f83b1a Author: Stelian Ionescu sionescu@cddr.org Date: Wed Jan 12 02:12:33 2011 +0100
Minor change in CREATE-PROCESS
src/os/create-process-unix.lisp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
commit 935044dddc58c65a0070916e542729f5c23a1e94 Author: Stelian Ionescu sionescu@cddr.org Date: Wed Jan 12 02:03:21 2011 +0100
Remove keyarg SEARCH of CREATE-PROCESS and always use lfp_spawnp()
src/os/create-process-unix.lisp | 11 +++-------- 1 files changed, 3 insertions(+), 8 deletions(-)
commit e07e8198a73b78be999f1dac7e036f39350f29b8 Author: Stelian Ionescu sionescu@cddr.org Date: Wed Jan 12 01:56:20 2011 +0100
RUN-PROGRAM's "environment" keyarg now defaults to T, just like CREATE-PROCESS
src/os/create-process-unix.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
commit fe77d80ac1edc90d43ffa56519d1e85be826b064 Author: Stelian Ionescu sionescu@cddr.org Date: Tue Jan 11 20:28:42 2011 +0100
Coalesce parameters "program" and "arguments" of CREATE-PROCESS and RUN-PROGRAM
src/os/create-process-unix.lisp | 45 +++++++++++++++++++-------------------- 1 files changed, 22 insertions(+), 23 deletions(-)
commit 530e9c03499d88c12124be26bb8d2ead3d3c403c Author: Stelian Ionescu sionescu@cddr.org Date: Tue Jan 11 14:37:57 2011 +0100
Move a few functions
src/os/create-process-unix.lisp | 17 +++++++++-------- 1 files changed, 9 insertions(+), 8 deletions(-)
An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20110111.tar.gz
Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git