summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-12-24 01:29:29 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-12-24 01:34:31 -0800
commitc28598c37d2520641dc9e51841cf65eff6df68fa (patch)
tree20090312b502f24e71e81695687e0e4aaa708275 /NEWS
parentea26437be087a9a07c2505015c0c4a7531e578f5 (diff)
downloadgnulib-c28598c37d2520641dc9e51841cf65eff6df68fa.tar.gz
stdnoreturn: deprecate
C23 says <stdnoreturn.h> 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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bc620ce86a..dd2374c4fd 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,9 @@ User visible incompatible changes
Date Modules Changes
+2022-12-24 stdnoreturn This module is deprecated. Use _Noreturn
+ or the noreturn module instead.
+
2022-12-21 ctime This module is deprecated. Use localtime_r
and strftime (or even sprintf) instead.