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.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
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.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
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.
_______________________________________________
flexi-streams-announce mailing list
flexi-streams-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/flexi-streams-announce
Hi everybody,
I'm glad to announce a new version of CLFSWM:
http://common-lisp.net/project/clfswm/clfswm-0805.tar.gz
This version is a major update of the CLFSWM concept: There is no more
reference to workspaces. CLFSWM is a tree of frames (previously
groups) and windows. A frame can contain some windows or some other
frames with differents layout (tile, tile left...).
There is no more needs for the pager: you are in the pager. Just enter
in a frame to make it fullscreen maximized and zoom its contents.
You can find more information here:
http://common-lisp.net/project/clfswm/
There is some screenshots and animations on the website to make
(hopefully) things more clear.
CLFSWM has now a trac system here:
http://trac.common-lisp.net/clfswm/
And the source tree can be fetched with SVN or GIT at your
convenience:
svn checkout svn://common-lisp.net/project/clfswm/svn/clfswm/
or
git clone git://repo.or.cz/clfswm.git
Have fun,
Philippe
--
Philippe Brochard <pbrochard(a)common-lisp.net>
http://hocwp.free.fr
_______________________________________________
clfswm-announce mailing list
clfswm-announce(a)common-lisp.net
http://common-lisp.net/cgi-bin/mailman/listinfo/clfswm-announce