History log of /netbsd-src/lib/libc/stdlib/reallocarray.3 (Results 1 – 7 of 7)
Revision Date Author Comments
# 49e10846 04-Dec-2022 uwe <uwe@NetBSD.org>

lib: Mark up error names in man pages with .Er


# d671eab6 27-Nov-2022 gutteridge <gutteridge@NetBSD.org>

reallocarray.3: minor grammar and style tweaks


# dd8db245 28-Oct-2022 wiz <wiz@NetBSD.org>

put reallocarray() in the public namespace

reallocarray() will be part of the next POSIX release, see
https://austingroupbugs.net/view.php?id=1218

adapt an errno value to match POSIX expectations

put reallocarray() in the public namespace

reallocarray() will be part of the next POSIX release, see
https://austingroupbugs.net/view.php?id=1218

adapt an errno value to match POSIX expectations

As discussed on tech-userlevel

show more ...


# dc83c154 26-Jul-2015 kamil <kamil@NetBSD.org>

Add license header (the NetBSD 2-clause version) with (C) TNF


# 1dc99ceb 06-Feb-2015 wiz <wiz@NetBSD.org>

Remove trailing whitespace.


# 0a0e590d 05-Feb-2015 christos <christos@NetBSD.org>

Remove incorrect comment about size; mention that the malloc ambiguity is
part of the C standard.


# 7347edd3 05-Feb-2015 christos <christos@NetBSD.org>

Revert addition to reallocarray to the malloc man page, but keep
the examples. Add separate manual page to reallocarray explaining
what are the problems with it.