[iolib-devel] New patches: 3-Oct-2009

Stelian Ionescu sionescu at common-lisp.net
Sun Oct 4 09:00:14 UTC 2009


commit 188eb91ba7fd3ee8a82fc3f757b23e75f216e6c7
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:50:02 2009 +0200

    Remove ABSOLUTE-PATHS arg of LIST-DIRECTORY.

 src/os/os-unix.lisp |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

commit 4aa373942ad3f5937925de8559bb7a10b5493557
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:30:58 2009 +0200

    Various improvements to WALK-DIRECTORY.

 src/os/os-unix.lisp |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit 31be397354c6ab532d430a4dfaeb52d78b235956
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:30:35 2009 +0200

    Fix DELETE-FILES.

 src/os/os-unix.lisp |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

commit 55c56a7b7c718fcfc9fbfba19adc44faf31c51a6
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:29:20 2009 +0200

    WALK-DIRECTORY: sanity check for MINDEPTH and MAXDEPTH.

 src/os/os-unix.lisp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit c8ac1165aa738812f648dc685bdf9221ea827cae
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:28:37 2009 +0200

    Don't use WITH-CURRENT-DIRECTORY in  CALL-WITH-DIRECTORY-ITERATOR.

 src/os/os-unix.lisp |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

commit ce60dd622b1fab6b2c1deb7a011e78cdb069e566
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:27:25 2009 +0200

    Export ABSOLUTE-FILE-PATH, make the second arg optional.

 src/os/os-unix.lisp |    3 ++-
 src/os/pkgdcl.lisp  |    1 +
 2 files changed, 3 insertions(+), 1 deletions(-)

commit 9b21be3f21070ca1d26473f24c5a9c678be6c613
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:25:59 2009 +0200

    Remove type STRING-DESIGNATOR which is now in Alexandria.

 src/base/pkgdcl.lisp |    1 -
 src/base/types.lisp  |    3 ---
 2 files changed, 0 insertions(+), 4 deletions(-)

commit 3c715da87796e326b89e3b06356d17da96b6aec2
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Sat Oct 3 22:24:36 2009 +0200

    Fix stat(2) wrappers on Linux.
    
    Thanks to David Lichtblau who reported this bug.

 src/syscalls/ffi-functions-unix.lisp |    3 ---
 src/syscalls/ffi-types-unix.lisp     |    3 +++
 2 files changed, 3 insertions(+), 3 deletions(-)


An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20091003.tar.gz

Gitweb URL:
http://repo.or.cz/w/iolib.git




More information about the iolib-devel mailing list