From sionescu at common-lisp.net Wed Feb 2 10:00:07 2011 From: sionescu at common-lisp.net (Stelian Ionescu) Date: Wed, 02 Feb 2011 05:00:07 -0500 Subject: [iolib-devel] New patches: 1-Feb-2011 Message-ID: commit 1454d61edaaf79bc9462c4d6816ffc647dfea414 Author: Stelian Ionescu Date: Tue Feb 1 22:02:24 2011 +0100 WITH-C-ENVIRONMENT: initialize pointer array to NULLs src/os/os-unix.lisp | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) commit 0d1a46ca59ec96d41da0d534898f1a870836fc66 Author: Stelian Ionescu Date: Tue Feb 1 16:48:20 2011 +0100 ALLOCATE-ENV: the number of elements is HASH-TABLE-COUNT not HASH-TABLE-SIZE src/os/os-unix.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 67f43e43e081782813fbd2444c5ea0d75744f1ee Author: Stelian Ionescu Date: Tue Feb 1 16:46:35 2011 +0100 WITH-ARGV: initialized pointer array to NULLs src/os/create-process-unix.lisp | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20110201.tar.gz Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git From sionescu at common-lisp.net Fri Feb 4 10:00:06 2011 From: sionescu at common-lisp.net (Stelian Ionescu) Date: Fri, 04 Feb 2011 05:00:06 -0500 Subject: [iolib-devel] New patches: 3-Feb-2011 Message-ID: commit 9c38857822d55c73dd63a86013e5a9ebd9e35517 Author: Stelian Ionescu Date: Thu Feb 3 21:29:21 2011 +0100 Fix typo: lfp_stopsig -> lfp_wstopsig src/syscalls/ffi-functions-unix.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20110203.tar.gz Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git From sionescu at common-lisp.net Wed Feb 16 10:00:06 2011 From: sionescu at common-lisp.net (Stelian Ionescu) Date: Wed, 16 Feb 2011 05:00:06 -0500 Subject: [iolib-devel] New patches: 15-Feb-2011 Message-ID: commit 775eda65d53d62afdd53af19c061309a3d3b8ebc Author: Stelian Ionescu Date: Wed Feb 16 00:51:38 2011 +0100 SOCKET-CONNECTED-P: ignore EINVAL as well On OSX, getpeername(2) returns EINVAL on disconnected sockets, so ignore EINVAL too Thanks to Greg Pfeil for reporting this problem src/sockets/socket-methods.lisp | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20110215.tar.gz Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git From sionescu at common-lisp.net Wed Feb 23 10:00:08 2011 From: sionescu at common-lisp.net (Stelian Ionescu) Date: Wed, 23 Feb 2011 05:00:08 -0500 Subject: [iolib-devel] New patches: 22-Feb-2011 Message-ID: commit a0fdca838e86ab6a034cf394e1e461363187837c Author: Stelian Ionescu Date: Tue Feb 22 15:28:06 2011 +0100 Fix printing of closed streams src/streams/gray/gray-stream-methods.lisp | 17 +++++++++++------ 1 files changed, 11 insertions(+), 6 deletions(-) An updated tarball of IOLib's source can be downloaded here: http://common-lisp.net/project/iolib/files/snapshots/iolib-20110222.tar.gz Main repository: http://gitorious.org/iolib/iolib Backup 1: http://common-lisp.net/gitweb?p=projects/iolib/iolib.git Backup 2: http://repo.or.cz/w/iolib.git