summaryrefslogtreecommitdiff
path: root/modules/explicit_bzero
Commit message (Collapse)AuthorAgeFilesLines
* explicit_bzero: Relicense under LGPLv2+.Bruno Haible2020-04-121-1/+1
| | | | | | Approved by Paul Eggert. * modules/explicit_bzero (License): Change to LGPLv2+.
* explicit_bzero: new modulePaul Eggert2017-07-161-0/+29
The explicit_bzero function has been added to glibc. This module is intended to supports its use in GNU programs. * doc/glibc-functions/explicit_bzero.texi, lib/explicit_bzero.c: * m4/explicit_bzero.m4, modules/explicit_bzero: New files. * doc/gnulib.texi (Glibc string.h): Link to new doc. * lib/string.in.h (explicit_bzero): Declare. * m4/string_h.m4 (gl_HEADER_STRING_H_DEFAULTS): Add defaults for it. * modules/string (string.h): Substitute its vars.