Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypt: Remove libcrypt support | Adhemerval Zanella | 2023-10-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | All the crypt related functions, cryptographic algorithms, and make requirements are removed, with only the exception of md5 implementation which is moved to locale folder since it is required by localedef for integrity protection (libc's locale-reading code does not check these, but localedef does generate them). Besides thec code itself, both internal documentation and the manual is also adjusted. This allows to remove both --enable-crypt and --enable-nss-crypt configure options. Checked with a build for all affected ABIs. Co-authored-by: Zack Weinberg <zack@owlfolio.org> Reviewed-by: Carlos O'Donell <carlos@redhat.com> | ||||
* | grep: egrep -> grep -E, fgrep -> grep -F | Sam James | 2022-06-05 | 1 | -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 consistent | Marko Myllynen | 2016-01-07 | 1 | -1/+1 |
| | |||||
* | Recognize documentation of obsolete functions. | Ulrich Drepper | 2001-04-09 | 1 | -2/+2 |
| | |||||
* | Update. | Ulrich Drepper | 2001-04-09 | 1 | -0/+102 |
2001-04-09 Ulrich Drepper <drepper@redhat.com> * Makefile (distribute): Add scripts/documented.sh. * scripts/documented.sh: New file. |