[iolib-devel] New patches: 1-Jun-2009
Stelian Ionescu
sionescu at common-lisp.net
Tue Jun 2 09:00:07 UTC 2009
commit a78ad657dd41d50c91fecd87e62b7c12775899ae
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jun 1 22:56:52 2009 +0200
More acknowledgements.
CHANGES | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
commit 9d51f42ec6e80c400a24887e6df5aaa00bbdece9
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jun 1 22:52:34 2009 +0200
Rename RUNES to UCHARS and RODS to USTRINGS.
src/base/pkgdcl.lisp | 44 ++--
src/base/rods.lisp | 226 -----------------
src/base/runes.lisp | 149 ------------
src/base/uchars.lisp | 149 ++++++++++++
src/base/ustrings.lisp | 227 ++++++++++++++++++
src/iolib.base.asd | 4 +-
tests/defsuites.lisp | 4 +-
tests/iolib-tests.asd | 4 +-
tests/rods.lisp | 624 ------------------------------------------------
tests/runes.lisp | 488 -------------------------------------
tests/uchars.lisp | 488 +++++++++++++++++++++++++++++++++++++
tests/ustrings.lisp | 624 ++++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 1516 insertions(+), 1515 deletions(-)
commit 0c463f483be4ca7860c217ba0085b67d8b99d973
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jun 1 22:28:01 2009 +0200
Better restart names in %RECEIVE-FROM and %SEND-TO.
src/sockets/socket-methods.lisp | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)
commit 592c89de74d13019227f4dc2b552ad8363106faa
Author: Stelian Ionescu <sionescu at common-lisp.net>
Date: Mon Jun 1 22:27:05 2009 +0200
Add timeout to socket echo tests.
tests/sockets.lisp | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
An updated tarball of IOLib's source can be downloaded here:
http://common-lisp.net/project/iolib/files/snapshots/iolib-20090601.tar.gz
Gitweb URL:
http://repo.or.cz/w/iolib.git
More information about the iolib-devel
mailing list