Raymond Toy pushed to branch master at cmucl / cmucl
Commits: b6faace8 by Raymond Toy at 2018-10-12T18:20:56Z Update notes
- - - - -
1 changed file:
- src/general-info/release-21d.md
Changes:
===================================== src/general-info/release-21d.md ===================================== @@ -26,6 +26,7 @@ public domain. * The generator is also faster than MT19937 (approximately 28% faster on x86 and 18% on sparc). * The new function `KERNEL:RANDOM-STATE-JUMP` modifies the given state to jump 2^64 samples ahead, allowing 2^64 non-overlapping sequences. * Updated CLX to telent clx version 06e39a0d. + * New functions `SET-GC-ASSERTIONS` and `GET-GC-ASSERTIONS`. See the docstrings for more information and also ~~#69~~. * ANSI compliance fixes: * Bug fixes: * Gitlab tickets:
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/b6faace8b52fa8ca8ce5c3ed30...