1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-07-02 15:40:38 +02:00

NEWS fixup

* NEWS: Remove duplicate word.
This commit is contained in:
Andy Wingo 2022-02-06 20:18:19 +01:00
parent 8e2e2ceb17
commit 7e3470343a

10
NEWS
View file

@ -58,11 +58,11 @@ drop. Though you could set an environment variable to go back to the
older, faster behavior, it wasn't the default. older, faster behavior, it wasn't the default.
In Guile 3.0.8 we fix this problem comprehensively by avoiding embedding In Guile 3.0.8 we fix this problem comprehensively by avoiding embedding
GMP's mpz_t values in Guile bignums. Instead we embed the bignum bits GMP's mpz_t values in Guile bignums. Instead we embed the bignum digits
digits directly, avoiding the need for finalizers or custom allocators. directly, avoiding the need for finalizers or custom allocators. This
This removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS environment
environment variable mentioned in the Guile 3.0.6 release notes. We variable mentioned in the Guile 3.0.6 release notes. We also deprecate
also deprecate the scm_install_gmp_memory_functions variable. the scm_install_gmp_memory_functions variable.
* New interfaces and functionality * New interfaces and functionality