[iolib-devel] New patches: 11-Aug-2009

Stelian Ionescu sionescu at common-lisp.net
Wed Aug 12 09:00:09 UTC 2009


commit 4b1dd9720a28196422531646e856b96650a79479
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 04:08:56 2009 +0200

    Fix character size detection.

 src/syscalls/unix-syscall-path-strings.lisp |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

commit 304e3e09f4a74eed06af969a56a2ac3254ce1e82
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:49:07 2009 +0200

    Remove superfluous checks.

 src/syscalls/unix-syscall-path-strings.lisp |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 7b9b521ca392ccae930c27fd8bff767e51c241e4
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:48:51 2009 +0200

    Fix docstring.

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

commit 996c96566ed0e40bd6f8d2ee4d4245f2305a4cdb
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:36:08 2009 +0200

    Fix/add comments.

 src/syscalls/unix-syscall-path-strings.lisp |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 5fed43476ab6f71190c359a90c37318f4a2c6489
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:32:01 2009 +0200

    Fix test BIG-STREAM-COMPARISION-TEST.

 tests/streams.lisp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 17eb84fe31f2c3df4a228b153768199828a8d181
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:25:48 2009 +0200

    Remove USTRINGs.

 src/base/pkgdcl.lisp   |   27 +--
 src/base/uchars.lisp   |  178 --------------
 src/base/ustrings.lisp |  284 ----------------------
 src/iolib.base.asd     |    2 -
 tests/defsuites.lisp   |    3 -
 tests/iolib-tests.asd  |    2 -
 tests/uchars.lisp      |  500 --------------------------------------
 tests/ustrings.lisp    |  632 ------------------------------------------------
 8 files changed, 1 insertions(+), 1627 deletions(-)

commit f86ccb3d224daf59eebb24c62e3d4d9fddc57942
Author: Stelian Ionescu <sionescu at cddr.org>
Date:   Wed Aug 12 03:21:49 2009 +0200

    Use #\Null-escaped strings for *nix paths.

 src/iolib.syscalls.asd                      |    4 +-
 src/os/os-unix.lisp                         |   26 ++--
 src/os/pkgdcl.lisp                          |    3 +-
 src/pathnames/file-path-unix.lisp           |   59 +++----
 src/pathnames/file-path.lisp                |   27 ++--
 src/streams/zeta/file-unix.lisp             |    2 +-
 src/streams/zeta/pkgdcl.lisp                |    1 -
 src/syscalls/early.lisp                     |    2 +-
 src/syscalls/ffi-functions-unix.lisp        |   68 ++++----
 src/syscalls/ffi-types-unix.lisp            |   14 +-
 src/syscalls/pkgdcl.lisp                    |   10 +-
 src/syscalls/unix-syscall-path-strings.lisp |  223 +++++++++++++++++++++++++++
 src/syscalls/ustring-cstring.lisp           |  186 ----------------------
 tests/file-paths-unix.lisp                  |    2 +-
 14 files changed, 323 insertions(+), 304 deletions(-)


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

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




More information about the iolib-devel mailing list