mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-30 23:10:21 +02:00
NEWS fixup
* NEWS: Remove duplicate word.
This commit is contained in:
parent
8e2e2ceb17
commit
7e3470343a
1 changed files with 5 additions and 5 deletions
10
NEWS
10
NEWS
|
@ -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.
|
||||
|
||||
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
|
||||
digits directly, avoiding the need for finalizers or custom allocators.
|
||||
This removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS
|
||||
environment variable mentioned in the Guile 3.0.6 release notes. We
|
||||
also deprecate the scm_install_gmp_memory_functions variable.
|
||||
GMP's mpz_t values in Guile bignums. Instead we embed the bignum digits
|
||||
directly, avoiding the need for finalizers or custom allocators. This
|
||||
removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS environment
|
||||
variable mentioned in the Guile 3.0.6 release notes. We also deprecate
|
||||
the scm_install_gmp_memory_functions variable.
|
||||
|
||||
* New interfaces and functionality
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue