0.6.11.40:
authorWilliam Harold Newman <william.newman@airmail.net>
Tue, 17 Apr 2001 14:43:42 +0000 (14:43 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Tue, 17 Apr 2001 14:43:42 +0000 (14:43 +0000)
commita18f0a95bc9a457e4d2d00c702b746f29c2662b1
tree366cdbe1b278e34cc89b0e060bccec34f3d94ed1
parent9c79328c5c2bb1233089126fe9c69af69435b837
0.6.11.40:
added code to support coming changes in (probably) 0.6.11.41..
..moving Unix opendir/readdir/closedir iteration down to the C
level, so that all structure layouts and whatnot can be
read directly from #include files, so that directory
operations become inherently portable (or at least as
much as C/Unix ever is:-) and work on OpenBSD
..replacing old *UNIX-ERROR* cruft with STRERROR and
SIMPLE-PERROR
GET-ERRNO belongs in SB-C-CALL, it's not Unix-specific.
16 files changed:
make.sh
package-data-list.lisp-expr
src/code/filesys.lisp
src/code/misc-aliens.lisp
src/code/run-program.lisp
src/code/target-extensions.lisp
src/code/target-pathname.lisp
src/code/unix.lisp
src/compiler/aliencomp.lisp
src/runtime/GNUmakefile
src/runtime/ldso-stubs.S
src/runtime/util.c [new file with mode: 0644]
src/runtime/util.h [new file with mode: 0644]
src/runtime/wrap.c [new file with mode: 0644]
version.lisp-expr
wc.sh