Update of /cvsroot/sbcl/sbcl
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv17641
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.23.72: missing NEWS entries for this month
* Also add fill-column to modeline.
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1449
retrieving revision 1.1450
diff -u -d -r1.1449 -r1.1450
--- NEWS 31 Dec 2008 09:51:47 -0000 1.1449
+++ NEWS 31 Dec 2008 11:44:37 -0000 1.1450
@@ -1,8 +1,12 @@
-;;;; -*- coding: utf-8; -*-
- * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying
- data vector of an multidimensional SIMPLE-ARRAY.
+;;;; -*- coding: utf-8; fill-column: 78 -*-
+ * new feature: ARRAY-STORAGE-VECTOR provides access to the underlying data
+ vector of a multidimensional SIMPLE-ARRAY.
* new feature: the system now signals a continuable error if standard
readtable modification is attempted. (thanks to Tobias Rittweiler)
+ * new feature: DIRECTORY has been extended with a non-standard keyword
+ argument :RESOLVE-SYMLINKS. (thanks to TC-Rucho)
+ * enhancement: SB-BSD-SOCKETS:MAKE-SOCKET-STREAM keyword argument handling
+ has been robustified and documented better. (thanks to Robert Goldman)
* optimization: faster generic arithmetic dispatch on x86 and x86-64.
* optimization: FORMAT ~D and ~F are now approximately 5% faster.
* tradeoff: constant FORMAT control strings are now compiled unless
@@ -57,6 +61,8 @@
types.
* bug fix: address-spaces overlapped on OpenBSD. (thanks to Josh
Elsasser)
+ * bug fix: Mac OS X binaries should now be portable between Leopard
+ and Tiger.
changes in sbcl-1.0.23 relative to 1.0.22:
* enhancement: when disassembling method functions, disassembly
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.4236
retrieving revision 1.4237
diff -u -d -r1.4236 -r1.4237
--- version.lisp-expr 31 Dec 2008 09:51:48 -0000 1.4236
+++ version.lisp-expr 31 Dec 2008 11:44:37 -0000 1.4237
@@ -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.23.71"
+"1.0.23.72"
|