about summary refs log tree commit diff
path: root/scripts/documented.sh
Commit message (Collapse)AuthorAgeFilesLines
* grep: egrep -> grep -E, fgrep -> grep -FSam James2022-06-051-2/+2
| | | | | | | | | | | Newer versions of GNU grep (after grep 3.7, not inclusive) will warn on 'egrep' and 'fgrep' invocations. Convert usages within the tree to their expanded non-aliased counterparts to avoid irritating warnings during ./configure and the test suite. Signed-off-by: Sam James <sam@gentoo.org> Reviewed-by: Fangrui Song <maskray@google.com>
* Make shebang interpreter directives consistentMarko Myllynen2016-01-071-1/+1
|
* Recognize documentation of obsolete functions.Ulrich Drepper2001-04-091-2/+2
|
* Update.Ulrich Drepper2001-04-091-0/+102
2001-04-09 Ulrich Drepper <drepper@redhat.com> * Makefile (distribute): Add scripts/documented.sh. * scripts/documented.sh: New file.