0.6.12.21:
authorWilliam Harold Newman <william.newman@airmail.net>
Wed, 30 May 2001 23:02:35 +0000 (23:02 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Wed, 30 May 2001 23:02:35 +0000 (23:02 +0000)
commitfdf07da187cb31fd5bdd872c73245fd72877b1a1
tree7c4e5dba5779cabb21f8c7bf49f3802701a2a6b9
parent385e0bc833cf3f14bca389e22a0a2b647c282e6e
0.6.12.21:
(realized I was confused about DEFAULT-DIRECTORY ('cause it's
in SB-INT, not SB-INT) so it doesn't need to be
marked deprecated after all. As I get older, perhaps I
should work on smaller systems..)
deleted unused %SET-DEFAULT-DIRECTORY stuff
deleted related Unix chdir() stuff
rewrote UNIX-CURRENT-DIRECTORY to use getcwd() and do its
own error-handling; got rid of DEFAULT-DIRECTORY
deleted related Unix getwd() stuff
restored SIZE-T (but this time through grovel_headers.c)
in order to interface to getcwd() more cleanly
deleted commented-out clutter in ldso-stubs.S
renamed UNIX-CURRENT-DIRECTORY to POSIX-GETCWD, and made
POSIX-GETCWD/ variant to do the old CMU-CL-style
trailing #\/ thing
package-data-list.lisp-expr
src/code/bsd-os.lisp
src/code/defsetfs.lisp
src/code/filesys.lisp
src/code/linux-os.lisp
src/code/unix.lisp
src/runtime/GNUmakefile
src/runtime/ldso-stubs.S
src/runtime/undefineds.h
tools-for-build/grovel_headers.c
version.lisp-expr