From edi at agharta.de Wed May 21 12:09:37 2008 From: edi at agharta.de (Edi Weitz) Date: Wed, 21 May 2008 14:09:37 +0200 Subject: [flexi-streams-announce] New release 0.15.0 Message-ID: Too much changes to mention them individually. This started out as making the string functions faster and ended in a major redesign. The new release also fixes some bugs, adds a few new features, is slightly incompatible with previous versions, and likely breaks a few things. Check it out for yourself (and keep a copy of the latest release just in case). Thanks to Hans H?bner for his work on FLEXI-STREAM's performance. From edi at agharta.de Wed May 21 12:15:46 2008 From: edi at agharta.de (Edi Weitz) Date: Wed, 21 May 2008 14:15:46 +0200 Subject: [flexi-streams-announce] New release 0.15.0 In-Reply-To: (Edi Weitz's message of "Wed, 21 May 2008 14:09:37 +0200") References: Message-ID: On Wed, 21 May 2008 14:09:37 +0200, Edi Weitz wrote: > Too much changes Too many even... :) From edi at agharta.de Wed May 21 18:08:05 2008 From: edi at agharta.de (Edi Weitz) Date: Wed, 21 May 2008 20:08:05 +0200 Subject: [flexi-streams-announce] New release 0.15.1 In-Reply-To: (Edi Weitz's message of "Wed, 21 May 2008 14:09:37 +0200") References: Message-ID: It's 0.15.1 now. Some little tweaks and a few more tests. From edi at agharta.de Thu May 22 13:44:19 2008 From: edi at agharta.de (Edi Weitz) Date: Thu, 22 May 2008 15:44:19 +0200 Subject: [flexi-streams-announce] New release 0.15.2 Message-ID: ChangeLog: Version 0.15.2 2008-05-22 Remove debugging remnants. D'oh! Download: http://weitz.de/files/flexi-streams.tar.gz Sorry for the noise, Edi. From edi at agharta.de Fri May 23 16:23:15 2008 From: edi at agharta.de (Edi Weitz) Date: Fri, 23 May 2008 18:23:15 +0200 Subject: [flexi-streams-announce] New release 0.15.3 Message-ID: ChangeLog: Version 0.15.3 2008-05-23 Avoid CHANGE-CLASS on LispWorks if possible This change should not affect Lisps other than LW. Edi. From edi at agharta.de Sun May 25 23:51:02 2008 From: edi at agharta.de (Edi Weitz) Date: Mon, 26 May 2008 01:51:02 +0200 Subject: [flexi-streams-announce] New release 1.0.0 Message-ID: Yes, you heard right, it's 1.0.0... :) This is basically the second part of the redesign I started a couple of days ago. FLEXI-STREAMS should now be faster than before and it should also do more error checking (illegal code points, overlong sequences, and so on). The code has been tested (using the test suite that comes with the library) on LispWorks, AllegroCL, SBCL, and ClozureCL (with the versions I happened to have installed on my machine). As usual with dot-zero releases you should expect bugs, though. Keep the old versions that are working for you and test this release before you use it. Have fun, Edi. From edi at agharta.de Mon May 26 12:20:26 2008 From: edi at agharta.de (Edi Weitz) Date: Mon, 26 May 2008 14:20:26 +0200 Subject: [flexi-streams-announce] New release 1.0.2 Message-ID: ChangeLog: Version 1.0.2 2008-05-26 Removed unnecessary test Download: http://weitz.de/files/flexi-streams.tar.gz Sorry for the noise... :) From edi at agharta.de Mon May 26 10:59:33 2008 From: edi at agharta.de (Edi Weitz) Date: Mon, 26 May 2008 12:59:33 +0200 Subject: [flexi-streams-announce] New release 1.0.1 Message-ID: ChangeLog: Version 1.0.1 2008-05-26 Removed two faulty declarations Download: http://weitz.de/files/flexi-streams.tar.gz From edi at agharta.de Fri May 30 09:13:04 2008 From: edi at agharta.de (Edi Weitz) Date: Fri, 30 May 2008 11:13:04 +0200 Subject: [flexi-streams-announce] New release 1.0.3 Message-ID: ChangeLog: Version 1.0.3 2008-05-30 Better checks for invalid UTF-8 data New restart ACCEPT-OVERLONG-SEQUENCE More tests Unused variable in CHECK-END Download: http://weitz.de/files/flexi-streams.tar.gz