0.8.2.44:
authorChristophe Rhodes <csr21@cam.ac.uk>
Tue, 19 Aug 2003 13:04:39 +0000 (13:04 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Tue, 19 Aug 2003 13:04:39 +0000 (13:04 +0000)
commit1f7401c39a46466c307938c8f6cf7db224741981
tree3f43ba5f8fb078710ae11be4fa41370d9ad13b8c
parentd8edba3a4e96a718d9eab64d2cbb0b70d0946546
0.8.2.44:
Mostly contrib frobs
... merge sb-grovel string handling (Andreas Fuchs sbcl-devel
2003-08-19)
... hack at sb-posix designator concept until it doesn't blow
up when given list types;
... implement opendir/readdir/closedir in sb-posix
[not yet properly: everything is done with (* T) rather
than (* DIR) and (* DIRENT), but the interface is fine];
... add a FINISH-OUTPUT to sb-rt, so that the failing tests are
printed before the backtrace, not during;
... print ALIEN-VALUEs' alien type in PRINT-OBJECT
12 files changed:
contrib/sb-grovel/def-to-lisp.lisp
contrib/sb-grovel/foreign-glue.lisp
contrib/sb-posix/TODO
contrib/sb-posix/constants.lisp
contrib/sb-posix/defpackage.lisp
contrib/sb-posix/designator.lisp
contrib/sb-posix/interface.lisp
contrib/sb-posix/macros.lisp
contrib/sb-posix/sb-posix.asd
contrib/sb-rt/rt.lisp
src/code/target-alieneval.lisp
version.lisp-expr