From 5e936517c4e5562b11aac67c9cea1ae2ab091e57 Mon Sep 17 00:00:00 2001 From: Alexey Dejneka Date: Mon, 12 Sep 2005 02:38:51 +0000 Subject: [PATCH] 0.9.4.61: * s/vrotaru/Vasile Rotaru/ --- NEWS | 2 +- tests/compiler.impure-cload.lisp | 2 +- version.lisp-expr | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 88dbe4c..c9e7279 100644 --- a/NEWS +++ b/NEWS @@ -38,7 +38,7 @@ changes in sbcl-0.9.5 relative to sbcl-0.9.4: specified by AMOP. * bug fix: flush closure information collected by physical environment analysis prepass before the main pass. (bug reported - by vrotaru) + by Vasile Rotaru) * threads ** bug fix: parent thread now can be gc'ed even with a live child thread diff --git a/tests/compiler.impure-cload.lisp b/tests/compiler.impure-cload.lisp index 44f7396..43abe32 100644 --- a/tests/compiler.impure-cload.lisp +++ b/tests/compiler.impure-cload.lisp @@ -449,7 +449,7 @@ (setq *hannu-trap* t)) (assert (not *hannu-trap*)) -;;; bug reported on sbcl-help by vrotaru +;;; bug reported on sbcl-help by Vasile Rotaru (let* ((initial-size (expt 2 16)) (prime-table (make-array initial-size :element-type 'integer)) diff --git a/version.lisp-expr b/version.lisp-expr index 3fe911e..07615cd 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".) -"0.9.4.60" +"0.9.4.61" -- 1.7.10.4