[iolib-devel] New patches: 29-Sep-2009
commit 19b2ee4de250348d4ae8b325f9476168bda96f74 Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 05:41:17 2009 +0200 Fix WALK-DIRECTORY. src/os/os-unix.lisp | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) commit 93b1d83747453112fdf174b12711a16b0432514b Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 05:28:43 2009 +0200 Compile tests at definition-time. tests/base.lisp | 14 ++-- tests/events.lisp | 10 +- tests/file-paths-unix.lisp | 178 ++++++++++++++++++++++---------------------- tests/sockets.lisp | 124 +++++++++++++++--------------- tests/streams.lisp | 2 +- 5 files changed, 164 insertions(+), 164 deletions(-) commit 2b4e7f376824d0f906883bb354574caeb87c80ce Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 04:34:26 2009 +0200 Add CALL-WITH-DIRECTORY-ITERATOR, WITH-DIRECTORY-ITERATOR, MAPDIR, LIST-DIRECTORY and WALK-DIRECTORY. src/os/os-unix.lisp | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++ src/os/pkgdcl.lisp | 10 ++-- 2 files changed, 132 insertions(+), 5 deletions(-) commit 428ce5ee6f8348b79c30c447c347ceb9c4ef02eb Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 02:22:38 2009 +0200 Don't use IOLIB.SYSCALLS in IOLIB.OS src/os/os-unix.lisp | 91 ++++++++++++++++++++++++++------------------------- src/os/pkgdcl.lisp | 2 +- 2 files changed, 47 insertions(+), 46 deletions(-) commit a2b41c0102cba546dd5ac4c322a81027d0c42503 Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 01:04:47 2009 +0200 Handle ELOOP in GET-FILE-KIND. src/os/os-unix.lisp | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 1811a0137ed802a605496d86d30ceecaeb8031ca Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 00:42:59 2009 +0200 Rename READ-LINK to READ-SYMLINK, split MAKE-LINK into MAKE-SYMLINK and MAKE-HARDLINK. src/os/os-unix.lisp | 44 +++++++++++++++++++++++++++----------------- src/os/pkgdcl.lisp | 5 +++-- 2 files changed, 30 insertions(+), 19 deletions(-) commit 585cca2b1b410ece0cefe644b2adf11028321118 Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 30 00:31:58 2009 +0200 Get rid of the trailing slash in FILE-PATH namestrings. src/os/os-unix.lisp | 3 +-- src/pathnames/file-path-unix.lisp | 34 ++++++++++++---------------------- src/pathnames/file-path.lisp | 10 ++-------- tests/file-paths-unix.lisp | 24 ++++++++++++------------ 4 files changed, 27 insertions(+), 44 deletions(-) commit 4a368795851e5709a5dfa3d5ee9d95c1d2e871e4 Author: Stelian Ionescu <sionescu@cddr.org> Date: Tue Sep 29 21:57:58 2009 +0200 Fix docstrings: FILE-PATH objects cannot be wild. src/os/os-unix.lisp | 17 ++++++----------- 1 files changed, 6 insertions(+), 11 deletions(-) commit fce9618dad0a443df9f39b0084cdcc35599be7b8 Author: Stelian Ionescu <sionescu@cddr.org> Date: Mon Sep 28 23:51:00 2009 +0200 Better error message. src/pathnames/file-path-unix.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 9d2a9259e574d50186f0ef47000feda686aaff47 Author: Stelian Ionescu <sionescu@cddr.org> Date: Wed Sep 23 22:18:19 2009 +0200 Eliminate AS-DIRECTORY argument of PARSE-FILE-PATH. src/os/os-unix.lisp | 8 +-- src/pathnames/file-path-unix.lisp | 21 +++---- tests/file-paths-unix.lisp | 112 ++++--------------------------------- 3 files changed, 23 insertions(+), 118 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20090929.tar.gz Gitweb URL: http://repo.or.cz/w/iolib.git
participants (1)
-
Stelian Ionescu