On 4/21/21 5:18 PM, Bruno Haible wrote:
I disagree that xnmalloc should be deprecated.
I agree. That was a thinko in my ChangeLog entry; I meant to write "xnrealloc". Sorry about that. I installed the attached.
>From ca883666cb34922d9ab1bd0ac0101970c7aa3910 Mon Sep 17 00:00:00 2001 From: Paul Eggert <egg...@cs.ucla.edu> Date: Thu, 22 Apr 2021 12:35:57 -0700 Subject: [PATCH] * ChangeLog: Fix thinko. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eacc4a53f..ec81fe4b0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -116,7 +116,7 @@ When optimizing, simply use ptrdiff_t instead of xalloc_count_t. xalloc: new function xreallocarray - This effectively replaces xnmalloc, which perhaps should be deprecated. + This is the same as xnrealloc, which perhaps should be deprecated. The name xreallocarray should be easier to remember now that reallocarray is a standard GNU function. * lib/xalloc.h [GNULIB_XALLOC]: Do not include xalloc-oversized.h. -- 2.27.0