
25 Jan
2006
25 Jan
'06
11:52 p.m.
On Wed, 25 Jan 2006 14:46:12 -0800, James Bielman <jamesjb@jamesjb.com> 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 <http://weitz.de/files/flexi-streams.tar.gz>