0.8.5.15:
authorChristophe Rhodes <csr21@cam.ac.uk>
Wed, 29 Oct 2003 19:14:59 +0000 (19:14 +0000)
committerChristophe Rhodes <csr21@cam.ac.uk>
Wed, 29 Oct 2003 19:14:59 +0000 (19:14 +0000)
commit126e0a851c7e170b13c206c530083fc48572ea60
treecf3429d428dfd6af08c031ec4425390cf49bf885
parent38da35e372a6e6f353fe5559edf6fca6459ef966
0.8.5.15:
More SB-POSIX stuff
... merge patch from Zach Beane (sbcl-devel 2003-10-28) to wrap
the stat S_ISFOO macros into callable functions
... merge patch CSR sbcl-devel to detect presence of various
symbols at compile-time for conditional function
definition
... slight frobs to make these two coexist: "interface" must
depend on "alien", and these calls are NEVER-FAILS
... tests from Xach via #lisp IRC
... as yet unresolved: duplication of UNIX-DSO stuff
Summarize contrib successes at the end of make.sh
... hope no-one's trisdekaphobic :-)
contrib/sb-posix/alien/stat-macros.c [new file with mode: 0644]
contrib/sb-posix/interface.lisp
contrib/sb-posix/macros.lisp
contrib/sb-posix/posix-tests.lisp
contrib/sb-posix/sb-posix.asd
make.sh
src/code/target-load.lisp
version.lisp-expr