|
[Sbcl-commits] CVS: sbcl NEWS, 1.1311, 1.1312 version.lisp-expr,
1.3876, 1.3877
From: Nikodemus Siivola <demoss@us...> - 2008-02-29 11:04
|
Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv4848
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.15.6: split main part of SUB-SERVE-EVENT into SUB-SUB-SERVE-EVENT
* Easier to understand, fixes periodic polling. Patch by Espen S
Johnsen.
* NEWS entry for 1.0.15.5. as well.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1311
retrieving revision 1.1312
diff -u -d -r1.1311 -r1.1312
--- NEWS 27 Feb 2008 18:56:47 -0000 1.1311
+++ NEWS 29 Feb 2008 11:04:43 -0000 1.1312
@@ -2,6 +2,9 @@
changes in sbcl-1.0.16 relative to 1.0.15:
* minor incompatible change: change PROBE-FILE back to returning
NIL whenever we can't get a truename, as was the case before 1.0.14.
+ * bug fix: periodic polling was broken. (thanks to Espen S Johnsen)
+ * bug fix: copying output from RUN-PROGRAM to a stream signalled
+ bogus errors if select() was interrupted.
* enhancement: add support for fcntl's struct flock to SB-POSIX.
changes in sbcl-1.0.15 relative to sbcl-1.0.14:
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3876
retrieving revision 1.3877
diff -u -d -r1.3876 -r1.3877
--- version.lisp-expr 29 Feb 2008 10:41:46 -0000 1.3876
+++ version.lisp-expr 29 Feb 2008 11:04:44 -0000 1.3877
@@ -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.5"
+"1.0.15.6"
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl NEWS, 1.1311, 1.1312 version.lisp-expr, 1.3876, 1.3877 | Nikodemus Siivola <demoss@us...> |