0.7.12.28
authorDaniel Barlow <dan@telent.net>
Fri, 7 Feb 2003 17:11:38 +0000 (17:11 +0000)
committerDaniel Barlow <dan@telent.net>
Fri, 7 Feb 2003 17:11:38 +0000 (17:11 +0000)
commit10d2c05ea44ca0837091434fe2223c0c31687615
tree74f0314b2c8f6d5872ebc16dcb6f4be3437c943f
parentf0bc5a240267a97d7b65db24d7ed6914dd42f036
0.7.12.28
Added WHN's port of Kevin Rosenberg's ACL-like toplevel as
the contrib package SB-ACLREPL

Tidied up some of the contrib infrastructure in pursuance of OAOO

Renamefest: adopt standard SB- package prefixes for all contribs

Contrib packages are now built by make-target-contrib.sh
(called from make.sh) instead of being left to install.sh time
32 files changed:
NEWS
contrib/STANDARDS
contrib/asdf/Makefile
contrib/sb-bsd-sockets/FAQ [new file with mode: 0644]
contrib/sb-bsd-sockets/Makefile [new file with mode: 0644]
contrib/sb-bsd-sockets/NEWS [new file with mode: 0644]
contrib/sb-bsd-sockets/README [new file with mode: 0644]
contrib/sb-bsd-sockets/TODO [new file with mode: 0644]
contrib/sb-bsd-sockets/alien/get-h-errno.c [new file with mode: 0755]
contrib/sb-bsd-sockets/alien/undefs.c [new file with mode: 0644]
contrib/sb-bsd-sockets/api-reference.html [new file with mode: 0644]
contrib/sb-bsd-sockets/array-data.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/constants.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/def-to-lisp.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/defpackage.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/doc.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/foreign-glue.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/inet.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/malloc.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/misc.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/name-service.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/rt.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/sb-bsd-sockets.asd [new file with mode: 0644]
contrib/sb-bsd-sockets/sockets.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/sockopt.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/split.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/tests.lisp [new file with mode: 0644]
contrib/sb-bsd-sockets/unix.lisp [new file with mode: 0644]
contrib/vanilla-module.mk [new file with mode: 0644]
make-target-contrib.sh [new file with mode: 0644]
make.sh
version.lisp-expr