From edi at agharta.de Mon Dec 5 12:13:44 2005 From: edi at agharta.de (Edi Weitz) Date: Mon, 05 Dec 2005 13:13:44 +0100 Subject: [flexi-streams-devel] New release 0.4.1 Message-ID: ChangeLog: Version 0.4.1 2005-12-05 Updated docs Version 0.4.0 2005-12-05 Added US-ASCII encoding Added *USE-REPLACEMENT-CHAR* Download: Cheers, Edi. From edi at agharta.de Sun Dec 11 12:07:58 2005 From: edi at agharta.de (Edi Weitz) Date: Sun, 11 Dec 2005 13:07:58 +0100 Subject: [flexi-streams-devel] New version 0.5.0 Message-ID: ChangeLog: Version 0.5.0 2005-12-11 Added in-memory streams Exported types Added specific conditions Download: From jidzikowski at common-lisp.net Wed Dec 14 18:40:53 2005 From: jidzikowski at common-lisp.net (jidzikowski at common-lisp.net) Date: Wed, 14 Dec 2005 19:40:53 +0100 Subject: [flexi-streams-devel] found bug in output.lisp Message-ID: <87r78fjzd6.wl%jan.idzikowski@knowledgetools.de> hallo edi weitz, i have found some bugs in output.lisp. the stream-clear-output, stream-finish-output and stream-force-output methods only work for gray-streams but not for other streams. i have create a patch file. but nice work, i will use flexi-streams in cl-smtp -- ----------------------------------- Jan Idzikowski -------------- next part -------------- A non-text attachment was scrubbed... Name: output.diff Type: application/octet-stream Size: 1017 bytes Desc: not available URL: From edi at agharta.de Wed Dec 14 18:21:32 2005 From: edi at agharta.de (Edi Weitz) Date: Wed, 14 Dec 2005 19:21:32 +0100 Subject: [flexi-streams-devel] New version 0.5.1 (Was: found bug in output.lisp) In-Reply-To: <87r78fjzd6.wl%jan.idzikowski@knowledgetools.de> (jidzikowski@common-lisp.net's message of "Wed, 14 Dec 2005 19:40:53 +0100") References: <87r78fjzd6.wl%jan.idzikowski@knowledgetools.de> Message-ID: On Wed, 14 Dec 2005 19:40:53 +0100, jidzikowski at common-lisp.net wrote: > i have found some bugs in output.lisp. the stream-clear-output, > stream-finish-output and stream-force-output methods only work for > gray-streams but not for other streams. i have create a patch file. > > but nice work, i will use flexi-streams in cl-smtp Hi Jan! Thanks for the fix. I've released a new version which incorporates your patch. Cheers, Edi.