From 406d94680b12bfc465c8ba70858092df22405146 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Wed, 31 Dec 2008 11:44:37 +0000 Subject: [PATCH] 1.0.23.72: missing NEWS entries for this month * Also add fill-column to modeline. --- NEWS | 12 +++++++++--- version.lisp-expr | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/NEWS b/NEWS index 56cb5b0..e874cb3 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/version.lisp-expr b/version.lisp-expr index fa58be3..f02c1b4 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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" -- 1.7.10.4