glibc/conform
Zack Weinberg a0b80d284c Remove --enable-crypt and --enable-nss-crypt configure options.
This makes it impossible to build libcrypt, so add a NEWS entry for
the removal at this point, and remove the prototype for crypt() from
unistd.h.  Also removed at this point are a handful of references to
libcrypt in other directories (notably elf/, conform/, and SPARCv9
sysdep Makefiles) and in maintainer-facing scripts and docs.

stdio-common/Versions says that __snprintf is exported as
GLIBC_PRIVATE because libcrypt uses it.  I doubt that was the only
ancillary library using that symbol, but I don't know how to find
other uses, so I left the export in place; it can always be removed
later.

There are a few files of test data that mention the crypt directory
and/or its contents, e.g. benchtests/strcoll-inputs/filelist#en_US.UTF-8.
As best I can tell, the intent of these is just to have a big pile of
strings and it doesn't matter whether the named files exist, so I
haven't altered them.

The actual code, and the remainder of the documentation, will be
deleted in subsequent patches.

(I seem to have a slightly different version of autoconf than the one
that was last used to regenerate the top-level configure script.  If
that's a problem, let me know.)
2023-09-21 16:21:41 -04:00
..
data wchar: Define va_list for POSIX (BZ #30035) 2023-05-25 16:43:29 -03:00
Makefile Remove --enable-crypt and --enable-nss-crypt configure options. 2023-09-21 16:21:41 -04:00
check-header-lists.sh Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
conformtest.py Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
glibcconform.py Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
linknamespace.py Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00
list-header-symbols.py Update copyright dates with scripts/update-copyrights 2023-01-06 21:14:39 +00:00