From 1fdaa2cc32643a36072ce510323d411036aa0402 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Sat, 12 Feb 2011 15:54:21 +0000 Subject: [PATCH] 1.0.45.29: fix a copy and paste comment error Patch by William Halliburton, lp#710024. Plus missing NEWS entry for last commit. --- NEWS | 2 ++ tests/callback.impure.lisp | 2 +- version.lisp-expr | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b3bb6e3..79a2a74 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.45: * enhancement: largefile support on Solaris. + * enhancement: SB-PROFILE:REPORT now supports :LIMIT and :PRINT-NO-CALL-LIST + arguments (lp#710017) * optimization: ERROR and CERROR are approximately 5 times faster. * optimization: optimized constructors are used for MAKE-INSTANCE of classes with applicable non-standard (SETF SLOT-VALUE-USING-CLASS), diff --git a/tests/callback.impure.lisp b/tests/callback.impure.lisp index a06b13a..22a2eae 100644 --- a/tests/callback.impure.lisp +++ b/tests/callback.impure.lisp @@ -1,4 +1,4 @@ -;;;; package lock tests with side effects +;;;; callback tests with side effects ;;;; This software is part of the SBCL system. See the README file for ;;;; more information. diff --git a/version.lisp-expr b/version.lisp-expr index a8f663e..9ef40cb 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -20,4 +20,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.45.28" +"1.0.45.29" -- 1.7.10.4