From ee37744d13296e139b99720c1cf3ea5eed25bfbf Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 21 Dec 2022 13:25:39 -0800 Subject: asctime, ctime: deprecate C23 deprecates asctime and ctime, so deprecate them in Gnulib too. * NEWS, doc/posix-functions/asctime.texi: * doc/posix-functions/ctime.texi: Mention this. * lib/time.in.h (ctime): Deprecate any ctime replacement. * modules/ctime: Now obsolete. --- NEWS | 3 +++ 1 file changed, 3 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 3b83e2978d..bc620ce86a 100644 --- a/NEWS +++ b/NEWS @@ -74,6 +74,9 @@ User visible incompatible changes Date Modules Changes +2022-12-21 ctime This module is deprecated. Use localtime_r + and strftime (or even sprintf) instead. + 2022-11-03 dynarray These modules are renamed to glibc-internal/dynarray scratch_buffer and glibc-internal/scratch_buffer, respectively. They are not meant for general use. -- cgit v1.2.1