projects/iolib/iolib.git
5 years agoVersion 0.5.3 v0.5.3
Stelian Ionescu [Sun, 3 Jun 2007 02:28:14 +0000] 
Version 0.5.3

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoFixed names of FreeBSD TCP socket options.
Stelian Ionescu [Sun, 3 Jun 2007 02:27:24 +0000] 
Fixed names of FreeBSD TCP socket options.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoCosmetic changes.
Stelian Ionescu [Sat, 2 Jun 2007 00:17:31 +0000] 
Cosmetic changes.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoExported *DEFAULT-EVENT-LOOP-TIMEOUT*.
Stelian Ionescu [Sat, 2 Jun 2007 00:06:33 +0000] 
Exported *DEFAULT-EVENT-LOOP-TIMEOUT*.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoWhitespace.
Stelian Ionescu [Sat, 2 Jun 2007 00:02:21 +0000] 
Whitespace.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoFixed EXIT-EVENT-LOOP, exported EXIT-EVENT-LOOP and EVENT-BASE-EMPTY-P, other improve...
Stelian Ionescu [Fri, 1 Jun 2007 23:52:12 +0000] 
Fixed EXIT-EVENT-LOOP, exported EXIT-EVENT-LOOP and EVENT-BASE-EMPTY-P, other improvements.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoMoved COERCEF and added NCONCF to IOLIB-UTILS.
Stelian Ionescu [Fri, 1 Jun 2007 21:50:08 +0000] 
Moved COERCEF and added NCONCF to IOLIB-UTILS.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoImported GETTIME from IOLIB-POSIX package.
Stelian Ionescu [Fri, 1 Jun 2007 19:08:07 +0000] 
Imported GETTIME from IOLIB-POSIX package.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoAdded default event loop timeout in EVENT-DISPATCH.
Stelian Ionescu [Fri, 1 Jun 2007 19:04:35 +0000] 
Added default event loop timeout in EVENT-DISPATCH.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoSmall fix in LOOKUP-HOST.
Stelian Ionescu [Thu, 31 May 2007 13:05:21 +0000] 
Small fix in LOOKUP-HOST.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoBetter ENSURE-ADDRESS.
Stelian Ionescu [Thu, 31 May 2007 11:22:50 +0000] 
Better ENSURE-ADDRESS.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoAdded type declarations to sockaddr_* constructors.
Stelian Ionescu [Wed, 30 May 2007 01:18:39 +0000] 
Added type declarations to sockaddr_* constructors.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoVECTOR-TO-COLON-SEPARATED is now lisp-only, instead of using inet_ntop().
Stelian Ionescu [Wed, 30 May 2007 01:17:11 +0000] 
VECTOR-TO-COLON-SEPARATED is now lisp-only, instead of using inet_ntop().
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoReworked address conversion functions, removed invalid-address condition, added utili...
Stelian Ionescu [Tue, 29 May 2007 13:17:44 +0000] 
Reworked address conversion functions, removed invalid-address condition, added utilities: STRING-ADDRESS-TO-VECTOR, ADDRESS-TO-VECTOR.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoFixed possible file-descriptor leak in MAKE-SOCKET.
Stelian Ionescu [Sat, 26 May 2007 20:43:45 +0000] 
Fixed possible file-descriptor leak in MAKE-SOCKET.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoSmall fix to the IO.MULTIPLEX system definition.
Stelian Ionescu [Sat, 26 May 2007 01:29:45 +0000] 
Small fix to the IO.MULTIPLEX system definition.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoActive local sockets can now be bound.
Stelian Ionescu [Sat, 26 May 2007 01:26:37 +0000] 
Active local sockets can now be bound.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoNow printing remote filenames in PRINT-OBJECT for local active sockets.
Stelian Ionescu [Sat, 26 May 2007 01:08:28 +0000] 
Now printing remote filenames in PRINT-OBJECT for local active sockets.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoAdded a modified version of CL-SMTP.
Stelian Ionescu [Thu, 24 May 2007 19:16:11 +0000] 
Added a modified version of CL-SMTP.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoAdded WITH-GENSYMS and ONCE-ONLY to IOLIB-UTILS, changed a few places to use them.
Stelian Ionescu [Thu, 24 May 2007 11:05:23 +0000] 
Added WITH-GENSYMS and ONCE-ONLY to IOLIB-UTILS, changed a few places to use them.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

5 years agoSmall fix.
Stelian Ionescu [Thu, 24 May 2007 00:56:28 +0000] 
Small fix.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoNew function: ENSURE-EXTERNAL-FORMAT, added slot EXTERNAL-FORMAT to passive sockets.
Stelian Ionescu [Thu, 17 May 2007 22:58:58 +0000] 
New function: ENSURE-EXTERNAL-FORMAT, added slot EXTERNAL-FORMAT to passive sockets.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed (SETF EXTERNAL-FORMAT-OF).
Stelian Ionescu [Wed, 16 May 2007 17:00:39 +0000] 
Fixed (SETF EXTERNAL-FORMAT-OF).
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoExporting *DEFAULT-BACKLOG-SIZE*
Stelian Ionescu [Tue, 15 May 2007 00:01:47 +0000] 
Exporting *DEFAULT-BACKLOG-SIZE*
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoExporting *NO-SIGPIPE*
Stelian Ionescu [Mon, 14 May 2007 23:59:04 +0000] 
Exporting *NO-SIGPIPE*
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoRenamed existing MAKE-SOCKET to CREATE-SOCKET, added Allegro-compatible MAKE-SOCKET...
Stelian Ionescu [Mon, 14 May 2007 23:44:53 +0000] 
Renamed existing MAKE-SOCKET to CREATE-SOCKET, added Allegro-compatible MAKE-SOCKET; removed OPEN-CLIENT-SOCKET, OPEN-SERVER-SOCKET, WITH-CLIENT-SOCKET and WITH-SERVER-SOCKET.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded function CONVERT-OR-LOOKUP-INET-ADDRESS.
Stelian Ionescu [Mon, 14 May 2007 23:38:53 +0000] 
Added function CONVERT-OR-LOOKUP-INET-ADDRESS.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoCalling BIND-ADDRESS on active sockets now works.
Stelian Ionescu [Mon, 14 May 2007 22:44:09 +0000] 
Calling BIND-ADDRESS on active sockets now works.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed XNOR.
Stelian Ionescu [Mon, 14 May 2007 22:30:50 +0000] 
Fixed XNOR.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix in socket option list.
Stelian Ionescu [Mon, 14 May 2007 21:59:54 +0000] 
Small fix in socket option list.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded XNOR to the utilities.
Stelian Ionescu [Mon, 14 May 2007 21:54:30 +0000] 
Added XNOR to the utilities.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded TCP layer socket options for Linux and FreeBSD.
Stelian Ionescu [Mon, 14 May 2007 21:51:54 +0000] 
Added TCP layer socket options for Linux and FreeBSD.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall cleanup in SOCKET-LISTEN.
Stelian Ionescu [Sun, 13 May 2007 21:32:20 +0000] 
Small cleanup in SOCKET-LISTEN.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMore TODOs.
Stelian Ionescu [Sun, 13 May 2007 21:31:59 +0000] 
More TODOs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMore socket TODOs.
Stelian Ionescu [Sat, 12 May 2007 23:18:22 +0000] 
More socket TODOs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoCleanup in STREAM-READ-CHAR.
Stelian Ionescu [Sat, 12 May 2007 23:17:31 +0000] 
Cleanup in STREAM-READ-CHAR.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall improvement, now using FEATUREP.
Stelian Ionescu [Sat, 12 May 2007 23:16:29 +0000] 
Small improvement, now using FEATUREP.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded RETURN-IF and FEATUREP.
Stelian Ionescu [Sat, 12 May 2007 23:15:36 +0000] 
Added RETURN-IF and FEATUREP.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoNot using ASDF package any more.
Stelian Ionescu [Fri, 11 May 2007 15:32:39 +0000] 
Not using ASDF package any more.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoUsing the ASDF-ADDITIONS package in system definitions.
Stelian Ionescu [Fri, 11 May 2007 07:18:46 +0000] 
Using the ASDF-ADDITIONS package in system definitions.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMinor fix.
Stelian Ionescu [Thu, 10 May 2007 22:06:26 +0000] 
Minor fix.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoVersion 0.5.2 v0.5.2
Stelian Ionescu [Thu, 10 May 2007 16:33:51 +0000] 
Version 0.5.2

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded better (SETF EXTERNAL-FORMAT-OF).
Stelian Ionescu [Thu, 10 May 2007 13:27:34 +0000] 
Added better (SETF EXTERNAL-FORMAT-OF).
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoChanged TODOs.
Stelian Ionescu [Thu, 10 May 2007 13:26:24 +0000] 
Changed TODOs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed bug triggered by closing with :abort nil a stream socket whose output buffer...
Stelian Ionescu [Wed, 9 May 2007 22:17:25 +0000] 
Fixed bug triggered by closing with :abort nil a stream socket whose output buffer had not been flushed.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded a few TODO items for NET.SOCKETS .
Stelian Ionescu [Wed, 9 May 2007 15:47:32 +0000] 
Added a few TODO items for NET.SOCKETS .
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoExporting the correct conditions from IO.ENCODINGS package.
Stelian Ionescu [Wed, 9 May 2007 08:32:40 +0000] 
Exporting the correct conditions from IO.ENCODINGS package.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall cosmetic fix in CLOSE for PASSIVE-SOCKETs.
Stelian Ionescu [Tue, 8 May 2007 21:52:41 +0000] 
Small cosmetic fix in CLOSE for PASSIVE-SOCKETs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded sockets' TODO.
Stelian Ionescu [Tue, 8 May 2007 21:42:22 +0000] 
Added sockets' TODO.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoPRINT-OBJECT now specifies whether an internet socket uses IPv4 or IPv6.
Stelian Ionescu [Tue, 8 May 2007 17:28:31 +0000] 
PRINT-OBJECT now specifies whether an internet socket uses IPv4 or IPv6.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix in ENSURE-ADDRESS.
Stelian Ionescu [Tue, 8 May 2007 17:06:54 +0000] 
Small fix in ENSURE-ADDRESS.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoForeign types are not keywords any more.
Stelian Ionescu [Tue, 8 May 2007 16:52:45 +0000] 
Foreign types are not keywords any more.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoImproved ENSURE-ADDRESS.
Stelian Ionescu [Tue, 8 May 2007 00:06:55 +0000] 
Improved ENSURE-ADDRESS.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded OPEN-CLIENT-SOCKET, OPEN-SERVER-SOCKET, WITH-SOCKET, WITH-CLIENT-SOCKET and...
Stelian Ionescu [Mon, 7 May 2007 23:03:24 +0000] 
Added OPEN-CLIENT-SOCKET, OPEN-SERVER-SOCKET, WITH-SOCKET, WITH-CLIENT-SOCKET and WITH-SERVER-SOCKET.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded ENSURE-ADDRESS and SOCKADDRP.
Stelian Ionescu [Mon, 7 May 2007 22:59:03 +0000] 
Added ENSURE-ADDRESS and SOCKADDRP.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix in SOCKET-LISTEN.
Stelian Ionescu [Mon, 7 May 2007 22:56:47 +0000] 
Small fix in SOCKET-LISTEN.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed previous commit.
Stelian Ionescu [Thu, 3 May 2007 11:57:44 +0000] 
Fixed previous commit.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix.
Stelian Ionescu [Thu, 3 May 2007 09:37:02 +0000] 
Small fix.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall change in SOCKET-OPEN-P.
Stelian Ionescu [Wed, 2 May 2007 22:44:35 +0000] 
Small change in SOCKET-OPEN-P.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoIgnoring DATA in MAKE-KQUEUE-EVENT.
Stelian Ionescu [Tue, 1 May 2007 13:55:51 +0000] 
Ignoring DATA in MAKE-KQUEUE-EVENT.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed breakage: IO.STREAMS now exports DUAL-CHANNEL-GRAY-STREAM.
Stelian Ionescu [Tue, 1 May 2007 12:57:40 +0000] 
Fixed breakage: IO.STREAMS now exports DUAL-CHANNEL-GRAY-STREAM.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoEliminated occurences of "(DECLARE (IGNORE ERR)" in HANDLER-CASE clauses.
Stelian Ionescu [Tue, 1 May 2007 00:22:06 +0000] 
Eliminated occurences of "(DECLARE (IGNORE ERR)" in HANDLER-CASE clauses.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoUsing "new" names of UNIX error conditions.
Stelian Ionescu [Tue, 1 May 2007 00:06:13 +0000] 
Using "new" names of UNIX error conditions.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMoved the functions to get/set non-blocking state to IO.STREAMS .
Stelian Ionescu [Sun, 29 Apr 2007 19:51:22 +0000] 
Moved the functions to get/set non-blocking state to IO.STREAMS .
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed previous commit: changes ASD files too.
Stelian Ionescu [Sun, 29 Apr 2007 19:09:23 +0000] 
Fixed previous commit: changes ASD files too.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoRenamed all DEFPACKAGE.LISP to PKGDCL.LISP .
Stelian Ionescu [Sun, 29 Apr 2007 18:12:15 +0000] 
Renamed all DEFPACKAGE.LISP to PKGDCL.LISP .
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMoved GRAY-STREAM implementation to the new IO.STREAMS package.
Stelian Ionescu [Sun, 29 Apr 2007 18:00:32 +0000] 
Moved GRAY-STREAM implementation to the new IO.STREAMS package.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded support for {READ,WRITE}-SEQUENCE on OpenMCL.
Stelian Ionescu [Sun, 29 Apr 2007 15:29:40 +0000] 
Added support for {READ,WRITE}-SEQUENCE on OpenMCL.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixed closing DUAL-CHANNEL-GRAY-STREAM instances.
Stelian Ionescu [Sun, 29 Apr 2007 15:19:59 +0000] 
Fixed closing DUAL-CHANNEL-GRAY-STREAM instances.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSeparated DUAL-CHANNEL-GRAY-STREAM implementation from that of ACTIVE-SOCKET.
Stelian Ionescu [Sun, 29 Apr 2007 15:15:24 +0000] 
Separated DUAL-CHANNEL-GRAY-STREAM implementation from that of ACTIVE-SOCKET.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoDeleted unused stuff.
Stelian Ionescu [Sun, 29 Apr 2007 13:00:53 +0000] 
Deleted unused stuff.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMuffling compiler notes for IO.ENCODINGS too.
Stelian Ionescu [Sun, 29 Apr 2007 12:51:53 +0000] 
Muffling compiler notes for IO.ENCODINGS too.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoNow using IOLIB-UTILS in all packages.
Stelian Ionescu [Sun, 29 Apr 2007 12:47:59 +0000] 
Now using IOLIB-UTILS in all packages.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoStream position is no longer tracked for DUAL-CHANNEL-GRAY-STREAM.
Stelian Ionescu [Sun, 29 Apr 2007 12:30:58 +0000] 
Stream position is no longer tracked for DUAL-CHANNEL-GRAY-STREAM.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoCLOSE now uses the ABORT parameter.
Stelian Ionescu [Sun, 29 Apr 2007 11:16:18 +0000] 
CLOSE now uses the ABORT parameter.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded a few aliases for ISO-8859 latin encodings.
Stelian Ionescu [Sat, 28 Apr 2007 15:33:23 +0000] 
Added a few aliases for ISO-8859 latin encodings.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMoved debug test from %STREAM-UNREAD-CHAR to STREAM-UNREAD-CHAR. v0.5.1
Stelian Ionescu [Thu, 26 Apr 2007 22:36:30 +0000] 
Moved debug test from %STREAM-UNREAD-CHAR to STREAM-UNREAD-CHAR.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoExporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREAM-POS-OF.
Stelian Ionescu [Thu, 26 Apr 2007 22:08:50 +0000] 
Exporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREAM-POS-OF.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix.
Stelian Ionescu [Thu, 26 Apr 2007 08:04:41 +0000] 
Small fix.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMinor cleanups in PRINT-OBJECT methods for NETADDRs.
Stelian Ionescu [Wed, 25 Apr 2007 20:12:05 +0000] 
Minor cleanups in PRINT-OBJECT methods for NETADDRs.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded .gitignore
Stelian Ionescu [Wed, 25 Apr 2007 18:35:24 +0000] 
Added .gitignore
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoVarious code cleanups in SOCKET-SEND, SOCKET-RECEIVE, etc...
Stelian Ionescu [Wed, 25 Apr 2007 18:28:00 +0000] 
Various code cleanups in SOCKET-SEND, SOCKET-RECEIVE, etc...
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoTurned a few DEFPARAMETERs into DEFVARs.
Stelian Ionescu [Wed, 25 Apr 2007 10:45:37 +0000] 
Turned a few DEFPARAMETERs into DEFVARs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoRemoved useless CFFI: prefixes.
Stelian Ionescu [Tue, 24 Apr 2007 23:29:20 +0000] 
Removed useless CFFI: prefixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFinished implementing WRITE-BYTE, WRITE-CHAR, {READ,WRITE}-SEQUENCE and WRITE-STRING.
Stelian Ionescu [Tue, 24 Apr 2007 23:10:10 +0000] 
Finished implementing WRITE-BYTE, WRITE-CHAR, {READ,WRITE}-SEQUENCE and WRITE-STRING.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSTRING-TO-OCTETS now creates non-adjustable arrays.
Stelian Ionescu [Tue, 24 Apr 2007 22:48:40 +0000] 
STRING-TO-OCTETS now creates non-adjustable arrays.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMoved REPEAT-*-DECREASING-TIMEOUT and GETTIME into IOLIB-POSIX.
Stelian Ionescu [Tue, 24 Apr 2007 16:16:51 +0000] 
Moved REPEAT-*-DECREASING-TIMEOUT and GETTIME into IOLIB-POSIX.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoPolling syscalls are now restarted when interrupted by a signal, recalculating timeouts.
Stelian Ionescu [Tue, 17 Apr 2007 23:20:46 +0000] 
Polling syscalls are now restarted when interrupted by a signal, recalculating timeouts.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFurther improvements to sequence output by Francois-Rene Rideau.
Stelian Ionescu [Tue, 17 Apr 2007 20:39:28 +0000] 
Further improvements to sequence output by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes to wait-until-fd-ready, fd-ready-p and get-fd-limit.
Stelian Ionescu [Sun, 1 Apr 2007 00:19:17 +0000] 
Fixes to wait-until-fd-ready, fd-ready-p and get-fd-limit.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded stream-write-char and stream-write-string by Francois-Rene Rideau.
Stelian Ionescu [Fri, 30 Mar 2007 22:52:10 +0000] 
Added stream-write-char and stream-write-string by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall improvement to %octets-to-string by Francois-Rene Rideau.
Stelian Ionescu [Fri, 30 Mar 2007 22:50:12 +0000] 
Small improvement to %octets-to-string by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes by Francois-Rene Rideau.
Stelian Ionescu [Sun, 25 Mar 2007 21:44:53 +0000] 
Fixes by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoCleaned up DOTTED-TO-VECTOR, patch by Francois-Rene Rideau.
Stelian Ionescu [Tue, 20 Mar 2007 15:48:05 +0000] 
Cleaned up DOTTED-TO-VECTOR, patch by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoPRINT-OBJECT fixes.
Stelian Ionescu [Mon, 19 Mar 2007 23:42:02 +0000] 
PRINT-OBJECT fixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMore fixes for CMUCL; other fixes.
Stelian Ionescu [Mon, 19 Mar 2007 23:34:08 +0000] 
More fixes for CMUCL; other fixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes for CMUCL compatibility.
Stelian Ionescu [Mon, 19 Mar 2007 19:47:23 +0000] 
Fixes for CMUCL compatibility.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoUnexporting UNMONITOR-FD.
Stelian Ionescu [Sun, 18 Mar 2007 00:31:39 +0000] 
Unexporting UNMONITOR-FD.

6 years agoFixed a missing dependency. v0.5.0
Stelian Ionescu [Sat, 10 Mar 2007 23:39:31 +0000] 
Fixed a missing dependency.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded partial implementation of gray-streams for sockets.
Stelian Ionescu [Sat, 10 Mar 2007 23:14:39 +0000] 
Added partial implementation of gray-streams for sockets.