about summary refs log tree commit diff
path: root/conform/data/regex.h-data
Commit message (Collapse)AuthorAgeFilesLines
* conformtest: Clean up expectations for POSIX for various headers.Joseph Myers2012-11-191-0/+1
|
* First steps to get conformtest fully workingUlrich Drepper2012-02-251-2/+2
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-091-0/+2
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* Update.Ulrich Drepper1999-08-261-1/+1
| | | | | | | | * sysdeps/i386/fpu/bits/mathinline.h (__finite): Mark constant as unsigned to avoid warning. [PR libc/1271]. * conform/conformtest.pl: Allow testing regex.h which requires sys/types.h being included.
* Update.Ulrich Drepper1999-08-261-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.
* Update.Ulrich Drepper1999-08-251-0/+41
* 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.