diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-13 10:55:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-08-13 11:02:40 -0700 |
commit | aa459ef443c756c28ce883fdd7f15c98fcefc7dc (patch) | |
tree | db7d005fd03fd7777c6e8e81d2ba38e85a674163 /doc | |
parent | 98756762a3337722477d2cddc9c0549609efe848 (diff) | |
download | gnulib-aa459ef443c756c28ce883fdd7f15c98fcefc7dc.tar.gz |
reallocarray: minor fixes
* doc/glibc-functions/reallocarray.texi: Update version numbers.
* m4/reallocarray.m4 (gl_FUNC_REALLOCARRAY): Don't trust _cv_ contents.
* modules/reallocarray (License): Change from GPL to LGPL.
* tests/test-reallocarray.c (main): Fix ENOMEM typo.
Indent properly and don't use tabs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/glibc-functions/reallocarray.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/glibc-functions/reallocarray.texi b/doc/glibc-functions/reallocarray.texi index 6ce4a9397a..938a3d8b23 100644 --- a/doc/glibc-functions/reallocarray.texi +++ b/doc/glibc-functions/reallocarray.texi @@ -12,9 +12,9 @@ Portability problems fixed by Gnulib: @itemize @item This function is missing on many platforms: -glibc 2.25, macOS 10.13, FreeBSD 11.0, NetBSD 7.1, OpenBSD 5.5, Minix 3.1.8, -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 11 2011-11, Cygwin, mingw, -MSVC 14, Interix 3.5, BeOS. +glibc 2.25, macOS 10.13, FreeBSD 10, NetBSD 7, OpenBSD 5.5, Minix 3.3.0, +AIX 7.2, HP-UX 11, IRIX, Solaris 11.3, Tru64, Cygwin, mingw, +MSVC 14, Interix, BeOS. @end itemize Portability problems not fixed by Gnulib: |