guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] 01/02: NEWS fixup


From: Andy Wingo
Subject: [Guile-commits] 01/02: NEWS fixup
Date: Sun, 6 Feb 2022 15:21:08 -0500 (EST)

wingo pushed a commit to branch main
in repository guile.

commit 7e3470343ad9ef496d7f2f7b327b81cd4c729d36
Author: Andy Wingo <wingo@pobox.com>
AuthorDate: Sun Feb 6 20:18:19 2022 +0100

    NEWS fixup
    
    * NEWS: Remove duplicate word.
---
 NEWS | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 93eac87b8..7b2225b22 100644
--- a/NEWS
+++ b/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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]