]> Savannah Git Hosting - gnulib.git/commitdiff
doc: mention Solaris malloc ENOMEM issues
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2024 02:24:07 +0000 (18:24 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Nov 2024 05:40:19 +0000 (21:40 -0800)
doc/posix-functions/calloc.texi
doc/posix-functions/malloc.texi
doc/posix-functions/realloc.texi
doc/posix-functions/strdup.texi

index 85281546b14fbb0e8ec72435e761e1a17ff18775..ecd8b227c0ef8ae67ff638d0c5e47c5f42c77bdd 100644 (file)
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib:
 @item
 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
 some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
 
 @item
 On some platforms, @code{calloc (n, s)} can succeed even if
index 31e199e43af8a6b52424112a11361fe323441037..6a6f3c1059e4c49a21276fc4088efcfb53b2235e 100644 (file)
@@ -12,7 +12,7 @@ Portability problems fixed by Gnulib:
 @item
 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
 some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
 
 @item
 On some platforms, @code{malloc (n)} can succeed even if @code{n}
index bbf4d1736da09a760985b35b853f478fe9c599dd..06c4718cbc48c4eb3a6d853a22d8a61e00020fbd 100644 (file)
@@ -13,7 +13,7 @@ Portability problems fixed by Gnulib:
 @item
 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
 some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
 
 @item
 On some platforms, @code{realloc (p, n)} can succeed even if @code{n}
index b5a00849bd024fcb9d7326206a5c34c20b700cb3..89bc78ee03c78e0fd40e8d83d451ad8fa974cf28 100644 (file)
@@ -19,7 +19,7 @@ Portability problems fixed by Gnulib module @code{strdup-posix}:
 @item
 Upon failure, the function does not set @code{errno} to @code{ENOMEM} on
 some platforms:
-mingw, MSVC 14.
+mingw, MSVC 14, Solaris 11.4.
 @end itemize
 
 Portability problems not fixed by Gnulib: