X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=1c3736d98c02d91bc547aea652b73ff4a34d6612;hb=c1a334ce597cc041447fe92f2e9adf2a5e295483;hp=93bc496c22662e3124940226e386118519eca62b;hpb=37052332dbc13d1b59c9ab1f2597e0106745b635;p=sbcl.git diff --git a/NEWS b/NEWS index 93bc496..1c3736d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,16 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- changes relative to sbcl-1.0.35: + * new feature: MAKE-RANDOM-STATE has been extended to accept octet vectors, + (SIMPLE-ARRAY (UNSIGNED-BYTE 32) (*)), and UNSIGNED-BYTE arguments in + addition to the ones documented in the language specification. Also, + (MAKE-RANDOM-STATE T) will attempt to initialize the returned state + from the operating system's PRNG where possible. (Thanks to + Fare Rideau; launchpad bug lp#310116) + * bug fix: Fix SB-SIMPLE-STREAMS:READ-VECTOR to correctly set the + FILE-POSITION of the stream being read from. (launchpad bug lp#491087) + * bug fix: Fix grammer and style issues for the docstrings of + printer-related variables and functions. (Thanks to mon_key; launchpad + bug lp#518696) * bug fix: fix compilation on chenygc platforms. Thanks to Larry Valkama and Bruce O'Neel. * bug fix: SB-THREAD:CONDITION-WAIT sometimes signaled a deadline twice