aboutsummaryrefslogtreecommitdiff
path: root/conform/data/pwd.h-data
AgeCommit message (Collapse)AuthorFilesLines
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper1-0/+5
2012-02-25First steps to get conformtest fully workingUlrich Drepper1-2/+2
2010-01-09Add support for XPG7 testing.Ulrich Drepper1-0/+5
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
2001-01-27Update.Ulrich Drepper1-1/+1
* conform/conformtest.pl: Implement optional-element. Define $mustprepend{"sched.h"}. * conform/data/sched.h-data: Make sporadic scheduler definitions optional. * pwd/pwd.h: Don't define getpwent_r for XPG.
1999-08-26Update.Ulrich Drepper1-0/+1
* conform/data/regex.h-data: Allow *_t types. * conform/data/pwd.h-data: Likewise. * conform/data/sched.h-data: Likewise * conform/data/pthread.h-data: Likewise. * conform/data/search.h-data: Likewise. * misc/search.h: Avoid namespace pollution.
1999-08-25Update.Ulrich Drepper1-0/+23
* conform/conformtest.pl (@headers): Add search.h, sched.h, regex.h, pwd.h, and pthread.h. * conform/data/pthread.h-data: New file. * conform/data/pwd.h-data: New file. * conform/data/regex.h-data: New file. * conform/data/sched.h-data: New file. * conform/data/search.h-data: New file. * NAMESPACE: Add REG_ for regex.h. * locale/langinfo.h: Don't define YESSTR and NOSTR for XPG6 since they are removed.