mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-11 15:30:36 -07:00
parent
481e797732
commit
23366d4fbd
1 changed files with 4 additions and 0 deletions
|
|
@ -29,6 +29,10 @@
|
|||
|
||||
* Pending changes since 16.1.2
|
||||
** API changes
|
||||
- mp:holding-lock-p: introduce new function for multiprocessing.
|
||||
Function verifies, if lock is hold by the thread which calls the
|
||||
function. Usage: =(mp:holding-lock-p my-lock)=.
|
||||
|
||||
- make-random-state: fix problem with simple-vectors
|
||||
The correct initialization types for =make-random-state= are:
|
||||
=(OR RANDOM-STATE FIXNUM (MEMBER T NIL))=.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue