[PATCH] extensions: enable some C23 Annex F functions

2022-12-24 Thread Paul Eggert
* m4/extensions.m4 (AC_USE_SYSTEM_EXTENSIONS): Also define __STDC_WANT_IEC_60559_EXT__, for C23 Annex F functions like totalorder. This syncs from Autoconf master. --- ChangeLog| 5 + m4/extensions.m4 | 11 --- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/C

Re: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-12-24 Thread Paul Eggert
On 12/24/22 05:00, Ondrej Valousek wrote: I do not know which code referenced deny ACE for "EVERYONE@". This was already in file-has-acl.c under the ACE_GETACL code, used in Solaris 10 and 11 for ZFS and NFSv4. Its commentary talks about "6 entries". - I would still reference the who strings

RE: [PATCH] Basic support for checking NFSv4 ACLs in Linux

2022-12-24 Thread Ondrej Valousek
Hi Paul, Thanks for this, few comments: - I do not know which code referenced deny ACE for "EVERYONE@". In reality, there should be none as there is no need. But I agree it is probably harmless. - I would still reference the who strings indirectly, either via macros (i.e. ACE4_WHO_) or enum

[PATCH] stdnoreturn: deprecate

2022-12-24 Thread Paul Eggert
C23 says is obsolescent, so deprecate the stdnoreturn module. I don't think it was being used anyway as it had too many problems. * modules/stdnoreturn: Mark as obsolete. --- ChangeLog | 8 +++ NEWS | 3 +++ doc/noreturn.texi

Re: gettimeofday.c windows version?

2022-12-24 Thread Eli Zaretskii
> Date: Fri, 23 Dec 2022 23:42:52 -0800 > Cc: rogerdp...@gmail.com, br...@clisp.org, bug-gnulib@gnu.org > From: Paul Eggert > > On 12/23/22 22:46, Eli Zaretskii wrote: > > We do this only for mingw.org's MinGW, not for MinGW64 (where we don't > > change the default value). > > Oh. How about if w

[PATCH] doc: C2x → C23

2022-12-24 Thread Paul Eggert
--- doc/attribute.texi | 6 +++--- doc/posix-functions/timespec_getres.texi | 2 +- lib/attribute.h | 2 +- lib/limits.in.h | 4 ++-- m4/gnulib-common.m4 | 2 +- tests/test-limits-h.c|