[iolib-devel] New patches: 27-Feb-2009
Stelian Ionescu
sionescu at common-lisp.net
Sat Feb 28 05:00:07 UTC 2009
commit 5d19d0d03863df65460bae54f1c13ed061f7238a
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 11:14:45 2009 +0100
Fix printing of paths.
src/pathnames/file-path-unix.lisp | 38 +++++++++++++++++-------------------
src/pathnames/file-path.lisp | 11 +++++----
2 files changed, 24 insertions(+), 25 deletions(-)
commit 810caf4f1d56761575774fbb2f4ae7e9015da078
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 11:14:18 2009 +0100
Remove PARSE-FILE-PATH-TYPE.
src/pathnames/file-path-unix.lisp | 8 +++-----
src/pathnames/file-path.lisp | 20 ++++----------------
2 files changed, 7 insertions(+), 21 deletions(-)
commit cb722bb7a493c14de932b021b6013cc60a269d11
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 11:10:27 2009 +0100
Export FILE-PATH methods and classes.
src/pathnames/pkgdcl.lisp | 29 ++++++++++++++++++++++++++++-
1 files changed, 28 insertions(+), 1 deletions(-)
commit e4d402e4b8cdeb5381059710c38102bf0a4c253a
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 11:04:03 2009 +0100
IOLIB.SOCKETS:CONNECT : keyword arg TIMEOUT has been coalesced into WAIT
CHANGES | 1 +
src/sockets/base-sockets.lisp | 4 +-
src/sockets/socket-methods.lisp | 46 ++++++++++++++++++++------------------
3 files changed, 27 insertions(+), 24 deletions(-)
commit 2f061d87c34ed6a664195d4505c729530eabc53c
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 11:02:50 2009 +0100
IOLIB.SOCKETS:ACCEPT-CONNECTION : keyword arg TIMEOUT has been coalesced into WAIT
CHANGES | 2 ++
src/sockets/base-sockets.lisp | 9 +++++----
src/sockets/socket-methods.lisp | 12 ++++++------
3 files changed, 13 insertions(+), 10 deletions(-)
commit f6aa4c38911bb78ed9ca1157562bbb40415fc6cc
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 10:42:06 2009 +0100
Add WAIT->TIMEOUT helper.
src/sockets/common.lisp | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
commit 321f8ec33735e06db2e839c230bede079b516f22
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 10:34:33 2009 +0100
Add types TIMEOUT-DESIGNATOR and POSITIVE-TIMEOUT-DESIGNATOR.
src/base/pkgdcl.lisp | 1 +
src/base/time.lisp | 6 ++++++
2 files changed, 7 insertions(+), 0 deletions(-)
commit 8adc21d876584aae74b32e2236a2da790c0973dd
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 10:33:37 2009 +0100
Add file-path tests.
tests/file-paths-unix.lisp | 129 ++++++++++++++++++++++++++++++++++++++++++++
tests/iolib-tests.asd | 4 +-
tests/pkgdcl.lisp | 2 +-
3 files changed, 133 insertions(+), 2 deletions(-)
commit 1d7ddd6f1a85ca29b7806dcc4c3d313fd34a7f31
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Fri Feb 27 10:31:50 2009 +0100
Fix indentation.
tests/sockets.lisp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20090227.tar.gz
Gitweb URL:
http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list