0.8.10.56:
authorAndreas Fuchs <asf@boinkor.net>
Thu, 27 May 2004 13:58:15 +0000 (13:58 +0000)
committerAndreas Fuchs <asf@boinkor.net>
Thu, 27 May 2004 13:58:15 +0000 (13:58 +0000)
commitd4c7ab04ed10729a2cfa3321f4382d8a218ad958
treea543687de3f9642ecc2780fd840706ff5f3c6409
parent235c8f10a2d6b6f34e0122aa2b4ac57c74e3a484
0.8.10.56:
        MORE ALIENS! sb-grovel now defines alien structures.

        Affected:
        ... sb-grovel, obviously. Reworked the def-to-lisp mechanism a bit
            and then hacked foreign-glue.
        .... array-data.lisp isn't needed by sb-grovel any more, and any
             code that uses it will probably break anyway; removed it.
        .... The Manual: Now there's a section on sb-grovel usage.
             sb-grovel's README is no more.

        ... sb-bsd-sockets: It had to learn to use aliens instead of
            non-typechecked lisp arrays. I hope there are no memory leaks.
        ... ditto for sb-posix.

        Thanks to vja for patches & patiently testing my changes on
        x86 and SPARC.
16 files changed:
contrib/sb-bsd-sockets/constants.lisp
contrib/sb-bsd-sockets/inet.lisp
contrib/sb-bsd-sockets/local.lisp
contrib/sb-bsd-sockets/name-service.lisp
contrib/sb-bsd-sockets/sockets.lisp
contrib/sb-bsd-sockets/sockopt.lisp
contrib/sb-grovel/README [deleted file]
contrib/sb-grovel/array-data.lisp [deleted file]
contrib/sb-grovel/def-to-lisp.lisp
contrib/sb-grovel/foreign-glue.lisp
contrib/sb-grovel/sb-grovel.asd
contrib/sb-grovel/sb-grovel.texinfo [new file with mode: 0644]
contrib/sb-posix/constants.lisp
contrib/sb-posix/interface.lisp
doc/manual/Makefile
version.lisp-expr