]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Mention strchr issues in NEWS master
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jan 2026 23:16:09 +0000 (15:16 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 27 Jan 2026 23:16:09 +0000 (15:16 -0800)
* NEWS: Mention problems with strchr-like functions in C23.

NEWS

diff --git a/NEWS b/NEWS
index da40e8a4505478351b94518a68653efce666aac6..8f0032d7651285e4e94dda606ef3bda35a20c573 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,9 +6,10 @@ GNU Autoconf NEWS - User visible changes.
 
 *** AC_PROG_CC now prefers C23 if available.
   Older code may need to be updated, as C23 has removed old-style
-  (K&R) function definitions and declarations, and has new keywords
+  (K&R) function definitions and declarations, now uses type-generic
+  functions for strchr and similar functions, and has new keywords
   alignas, alignof, bool, constexpr, false, nullptr, static_assert,
-  thread_local, typeof, typeof_unqual, true.
+  thread_local, true, typeof, typeof_unqual.
 
 *** AC_PROG_CC no longer checks __STDC__ or variable length arrays (VLAs).
   This ports better to MSVC, which does not define __STDC__ and does