]> Savannah Git Hosting - gnulib.git/commitdiff
doc: mention macOS war on sprintf
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Nov 2022 18:43:45 +0000 (11:43 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 3 Nov 2022 18:44:37 +0000 (11:44 -0700)
* doc/posix-functions/sprintf.texi, doc/posix-functions/vsnprintf.texi:
Mention that these functions are deprecated.

doc/posix-functions/sprintf.texi
doc/posix-functions/vsprintf.texi

index 053f0ea11a679ed2a861a317cb8bfb7465e13249..e63f073e0c4edc6db253d62d2a35c0f2da179c26 100644 (file)
@@ -82,4 +82,7 @@ glibc and others, on x86, x86_64, IA-64 CPUs.
 When formatting an integer with grouping flag, this function inserts thousands
 separators even in the "C" locale on some platforms:
 NetBSD 5.1.
+@item
+The compiler warns that this function is deprecated:
+macOS 13.0
 @end itemize
index 5cbc247e27d38894304b6f074d2cb827009fb422..4e30c483fe8ec7b5f64fb5fcb380a57e1cc6b2f4 100644 (file)
@@ -82,4 +82,7 @@ glibc and others, on x86, x86_64, IA-64 CPUs.
 When formatting an integer with grouping flag, this function inserts thousands
 separators even in the "C" locale on some platforms:
 NetBSD 5.1.
+@item
+The compiler warns that this function is deprecated:
+macOS 13.0
 @end itemize