|
[Sbcl-commits] CVS: sbcl NEWS, 1.1309, 1.1310 version.lisp-expr,
1.3872, 1.3873
From: Richard M Kreuter <kreuter@us...> - 2008-02-27 17:33
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv32421
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.15.2: Add binding to fcntl's struct flock in SB-POSIX.
File by file breakdown:
* contrib/sb-posix/constants.lisp
Add an internal ALIEN-FLOCK structure.
* contrib/sb-posix/defpackage.lisp
Export the FLOCK class the accessors.
* contrib/sb-posix/interface.lisp
Define a FLOCK "protocol class", add a path through FCNTL that accepts
FLOCK instances.
* sb-posix/posix-tests.lisp
Test two uses of exclusive (F_WRLCK) locks.
* contrib/sb-posix/sb-posix.texinfo
Add documentation for the FLOCK class to the manual.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1309
retrieving revision 1.1310
diff -u -d -r1.1309 -r1.1310
--- NEWS 19 Feb 2008 09:20:09 -0000 1.1309
+++ NEWS 27 Feb 2008 17:33:45 -0000 1.1310
@@ -1,4 +1,7 @@
;;;; -*- coding: utf-8; -*-
+changes in sbcl-1.0.16 relative to 1.0.15:
+ * enhancement: add support for fcntl's struct flock to SB-POSIX.
+
changes in sbcl-1.0.15 relative to sbcl-1.0.14:
* enhancement: cleaner backtraces for interactive interrupts, as
well as other cases where the interesting frames used to be
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3872
retrieving revision 1.3873
diff -u -d -r1.3872 -r1.3873
--- version.lisp-expr 27 Feb 2008 16:56:27 -0000 1.3872
+++ version.lisp-expr 27 Feb 2008 17:33:45 -0000 1.3873
@@ -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".)
-"1.0.15.1"
+"1.0.15.2"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1309, 1.1310 version.lisp-expr, 1.3872, 1.3873 | Richard M Kreuter <kreuter@us...> |