[iolib-devel] New patches: 1-Jan-2011
Stelian Ionescu
sionescu at common-lisp.net
Sun Jan 2 10:00:08 UTC 2011
commit 7291060fcc4740a13bbe05e6ec60cb52df0bd3ba
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sun Jan 2 01:04:13 2011 +0100
CREATE-PROCESS: allow setting the current directory of the new process
src/os/create-process-unix.lisp | 10 ++++++----
src/os/ffi-functions-unix.lisp | 6 ++++++
src/os/pkgdcl.lisp | 3 ++-
3 files changed, 14 insertions(+), 5 deletions(-)
commit 98b22c5362e4c1e59180fa130af92fb7988cdffe
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sun Jan 2 01:00:20 2011 +0100
Remove unused lfp_spawnattr_* functions
src/os/ffi-functions-unix.lisp | 36 ------------------------------------
1 files changed, 0 insertions(+), 36 deletions(-)
commit bcd70d8f39312f3e696f46ffd8805d4464dafa63
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sun Jan 2 00:40:31 2011 +0100
Implement lfp_spawn() attributes setuid, setgid and resetids in create-process
src/os/create-process-unix.lisp | 15 +++++++++++++--
1 files changed, 13 insertions(+), 2 deletions(-)
commit b90290084ff407e5bc3fed8be8b3b2a25c92b798
Author: Heka Treep <zena.treep at gmail.com>
Date: Sat Jan 1 23:41:55 2011 +0100
Add support for syslog(3)
src/syscalls/ffi-functions-unix.lisp | 46 ++++++++++++++++++++
src/syscalls/ffi-types-unix.lisp | 76 ++++++++++++++++++++++++++++++++++
src/syscalls/pkgdcl.lisp | 49 +++++++++++++++++++++-
3 files changed, 170 insertions(+), 1 deletions(-)
commit 9d1a3cdf3258866bbb004f475736b2d5d4a8b19b
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sat Jan 1 23:30:41 2011 +0100
Fix comments
src/syscalls/ffi-types-unix.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
commit 3d7cf5f71af72a468c78fa5243ab648d6633a459
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sat Jan 1 19:36:58 2011 +0100
Fix another include
src/os/ffi-types-unix.lisp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f4586378157e09d80cfe4960ffa6bf1e5cf071b9
Author: Stelian Ionescu <sionescu at cddr.org>
Date: Sat Jan 1 18:49:54 2011 +0100
Fix includes
src/syscalls/ffi-types-unix.lisp | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20110101.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
More information about the iolib-devel
mailing list