mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
0.9.4.61:
* s/vrotaru/Vasile Rotaru/
This commit is contained in:
parent
6ee1bc3f01
commit
5e936517c4
2
NEWS
2
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
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue