From edi at agharta.de Tue Jan 10 23:34:02 2006 From: edi at agharta.de (Edi Weitz) Date: Wed, 11 Jan 2006 00:34:02 +0100 Subject: [flexi-streams-devel] Re: suggestion for FLEXI-STREAMS Message-ID: See attached message. -------------- next part -------------- An embedded message was scrubbed... From: Edi Weitz Subject: Re: suggestion for FLEXI-STREAMS Date: Wed, 11 Jan 2006 00:31:53 +0100 Size: 2535 URL: From jamesjb at jamesjb.com Wed Jan 25 22:46:12 2006 From: jamesjb at jamesjb.com (James Bielman) Date: Wed, 25 Jan 2006 14:46:12 -0800 Subject: [flexi-streams-devel] patch: FLEXI-OUTPUT-STREAM superclasses Message-ID: <871wyw0vuz.fsf@jamesjb.com> Hi, I need to replace a horrible mess of character stream vs binary stream code at work and flexi-streams looks like it will help clean all this up nicely. LispWorks (4.3.7 on Linux) was complaining about flexi-output-streams not being output-streams because the superclasses are incorrect---here's a patch: Thanks, James -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: flexi-output-stream.diff URL: From edi at agharta.de Wed Jan 25 23:52:58 2006 From: edi at agharta.de (Edi Weitz) Date: Thu, 26 Jan 2006 00:52:58 +0100 Subject: [flexi-streams-devel] New version 0.5.2 (Was: patch: FLEXI-OUTPUT-STREAM superclasses) In-Reply-To: <871wyw0vuz.fsf@jamesjb.com> (James Bielman's message of "Wed, 25 Jan 2006 14:46:12 -0800") References: <871wyw0vuz.fsf@jamesjb.com> Message-ID: On Wed, 25 Jan 2006 14:46:12 -0800, James Bielman wrote: > I need to replace a horrible mess of character stream vs binary > stream code at work and flexi-streams looks like it will help clean > all this up nicely. Good... :) > LispWorks (4.3.7 on Linux) was complaining about > flexi-output-streams not being output-streams because the > superclasses are incorrect---here's a patch: Ouch! How could that work at all? Needless to say that LW 4.4.6 didn't complain because that's what I'm using all the time. Thanks, I've uploaded a corrected version. Cheers, Edi. ChangeLog Version 0.5.2 2006-01-26 Fixed typos in stream.lisp (thanks to James Bielman) Download