mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-14 05:12:38 -08:00
changelog: add gmp fix
Signed-off-by: Daniel Kochmański <dkochmanski@turtle-solutions.eu>
This commit is contained in:
parent
bd48b85970
commit
d017692cd8
1 changed files with 2 additions and 4 deletions
|
|
@ -22,10 +22,6 @@
|
|||
out there are not prepared for this. If you plan to use quicklisp
|
||||
and have a C compiler accessible to ECL, you may use
|
||||
(ext:install-c-compiler) to switch back to the Lisp-to-C compiler.
|
||||
|
||||
- GMP 6.0.0 has bug wrt managing memory when multiplying bignums above
|
||||
certain size. It is recommended to use included GMP library over
|
||||
upstream version.
|
||||
|
||||
* Pending changes since 15.3.7
|
||||
** Issues fixed:
|
||||
|
|
@ -43,6 +39,8 @@
|
|||
|
||||
- Stack limits refinements and cleanup, inconsistency and bug fixes
|
||||
|
||||
- Duplicate large block deallocation with GMP 6.0.0a fixed
|
||||
|
||||
- Other minor tweaks
|
||||
|
||||
** Enchantments:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue