Commit graph

5 commits

Author SHA1 Message Date
Oleksandr Kozachuk
01d24a955b Fix CLisp support, add CLisp support to all cl-* packages. 2011-11-29 09:25:09 +00:00
Oleksandr Kozachuk
004451870c SBCL support for all Common Lisp modules. 2011-11-25 14:01:29 +00:00
Oleksandr Kozachuk
9cfba99f5b Changed the option name from <LISP>-<PACKAGE> to cl-<PACKAGE>. 2011-11-24 08:11:03 +00:00
Oleksandr Kozachuk
098d48f838 Merged implementation of Common Lisp packages to mk/cl-package.mk. Added
possibility to choose the ECL package (f.e. lang/ecl or wip/ecl).
2011-03-08 13:36:33 +00:00
Oleksandr Kozachuk
8fe1b2fd2c Import ecl-flexi-streams-1.0.7 as wip/cl-flexi-streams.
FLEXI-STREAMS implements "virtual" bivalent streams that can be layered atop
real binary or bivalent streams and that can be used to read and write
character data in various single- or multi-octet encodings which can be changed
on the fly. It also supplies in-memory binary streams which are similar to
string streams.

The library needs a Common Lisp implementation that supports Gray streams and
relies on David Lichteblau's trivial-gray-streams to offer portability between
different Lisps.

The code comes with a BSD-style license so you can basically do with it
whatever you want.
2011-02-22 16:06:49 +00:00