Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1079
Modified Files:
version.lisp-expr
Log Message:
0.9.8.31:
Implement (following James Bielman) unix-access for windows.
... use access() not _access(); no, I have no idea why this
makes sense (in either direction).
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.2641
retrieving revision 1.2642
diff -u -d -r1.2641 -r1.2642
--- version.lisp-expr 10 Jan 2006 16:17:04 -0000 1.2641
+++ version.lisp-expr 10 Jan 2006 17:39:28 -0000 1.2642
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.8.30"
+"0.9.8.31"
|