[PATCH] pmccabe2html: Doc fix.

2022-08-15 Thread Simon Josefsson via Gnulib discussion list
This improve the suggested Makefile.am snippet. /Simon From 416872ced15e471f2af2f960ca911da05748a870 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 16 Aug 2022 00:28:22 +0200 Subject: [PATCH] pmccabe2html: Doc fix. * build-aux/pmccabe2html: Don't use reserved _SOURCES namespace. Use

Re: bool and C23

2022-08-15 Thread Paul Eggert
On 8/15/22 14:39, Bruno Haible wrote: to exclude other problems, we need to check it on a platform-by-platform basis. In the long run this problem will vanish, as in the long run config.h will do nothing (that's all that's needed for C23 and C++). In the shorter run I think we'll be OK for

Re: bool and C23

2022-08-15 Thread Bruno Haible
Paul Eggert wrote: > I installed the attached patch into Gnulib, reflecting a patch I > recently installed into Autoconf > . > > I think we need a new Autoconf macro that obsoletes

Re: bug#57129: 29.0.50; Improve behavior of conditionals in Eshell

2022-08-15 Thread Bruno Haible
Paul Eggert wrote: > I do see a comment saying that gen_tempname generates "hard-to-predict" > names, which as you note is not correct on MS-DOS, nor even strictly > speaking on all POSIX platforms. I installed the first attached patch > into Gnulib to fix that comment. Another comment fix is

Re: bug#57129: 29.0.50; Improve behavior of conditionals in Eshell

2022-08-15 Thread Paul Eggert
On 8/15/22 11:58, Eli Zaretskii wrote: Ah, okay. It's a (mis)feature of Gnulib's gen_tempname function (which is the guts of make-temp-file) in its implementation for MS-Windows (and maybe other platforms?): it always begins from the same "random" characters in the file name, and only