about summary refs log tree commit diff
path: root/conform/data
Commit message (Collapse)AuthorAgeFilesLines
* conformtest: Update expectations for stdio.h and stdlib.h.Joseph Myers2012-05-242-22/+34
|
* conformtest: Update expectations for more ISO C headers.Joseph Myers2012-05-095-120/+78
|
* conformtest: Update expectations for some ISO C headers.Joseph Myers2012-05-016-146/+163
|
* conformtest: Don't test non-C90 headers for C90.Joseph Myers2012-05-012-0/+4
|
* conformtest: Unify "macro" cases.Joseph Myers2012-05-011-1/+1
|
* conformtest: Unify "constant" and "typed-constant".Joseph Myers2012-05-011-4/+4
|
* conformtest: Unify variants of "constant" and "optional-constant".Joseph Myers2012-05-015-91/+91
|
* conformtest: Improve math.h tests for X/Open versions.Joseph Myers2012-05-011-19/+22
|
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-3/+3
|
* Fix up POSIX testing in conformtestUlrich Drepper2012-02-2618-39/+126
|
* First steps to get conformtest fully workingUlrich Drepper2012-02-2578-245/+470
|
* Remove pre-ISO C supportUlrich Drepper2012-01-071-1/+1
| | | | No more __const.
* Fix getnameinfo flags parameter type.Bruno Haible2011-05-011-1/+1
|
* Fix definition and testing of S_ISSOCK.Ulrich Drepper2010-04-041-3/+2
|
* More test suite fixes.Ulrich Drepper2010-01-123-10/+12
|
* Fix up grp.h for XPG7.Ulrich Drepper2010-01-121-2/+2
|
* Fix up netdb.h for XPG7.Ulrich Drepper2010-01-121-1/+1
|
* Fix thinko in last patch.Ulrich Drepper2010-01-121-2/+9
|
* Internal namespace test improvements.Ulrich Drepper2010-01-121-9/+2
|
* Fix up pthread.h for XPG7.Ulrich Drepper2010-01-121-0/+1
|
* Fix up sys/select.h test for XPG7.Ulrich Drepper2010-01-121-5/+7
|
* Fix up sys/stat.h for XPG7.Ulrich Drepper2010-01-111-3/+3
|
* Fix up tests of math.h and tgmath.h for XPG[67].Ulrich Drepper2010-01-112-7/+51
|
* Fix time.h POSIX test.Ulrich Drepper2010-01-111-0/+2
|
* Fix up wchar.h for XPG7.Ulrich Drepper2010-01-111-6/+8
|
* Fix typo in wordexp.h tests.Ulrich Drepper2010-01-111-1/+1
|
* Fix up unistd.h tests.Ulrich Drepper2010-01-111-0/+12
|
* Fix up unistd.h for XPG7.Ulrich Drepper2010-01-112-2/+16
|
* Fix compile error.Ulrich Drepper2010-01-111-0/+2
|
* FIx up signal.h for XPG7.Ulrich Drepper2010-01-101-1/+8
|
* Fix up sys/wait.h header for XPG7.Ulrich Drepper2010-01-101-0/+2
|
* Fix up sys/types.h for XPG7.Ulrich Drepper2010-01-101-1/+0
| | | | Also fix a test.
* Cleanup strings.h.Ulrich Drepper2010-01-101-2/+4
| | | | Cleanup the strings.h header for XPG7 and update the tests.
* Fix standalone stdio.h inclusion.Ulrich Drepper2010-01-101-0/+3
|
* Add support for XPG7 testing.Ulrich Drepper2010-01-0953-33/+621
| | | | | The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
* [BZ #5607]Ulrich Drepper2008-01-1613-10/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2008-01-16 Ulrich Drepper <drepper@redhat.com> [BZ #5607] * conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate prototypes. * conform/data/limits.h-data: Adjust limits changed in v6 and add additional suffixes. * conform/data/mqueue.h-data: Fix typo in mq_curmsgs entry. Add optional functions mq_timedreceive and mq_timedsend. * conform/data/netdb.h-data: Add more AI_* and EAI_* constants. * conform/data/pthread.h-data: Fix prototype of pthread_condattr_setclock. pthread_sigmask is not required in v6. * conform/data/semaphore.h-data: Allow time.h definitions. * conform/data/signal.h-data: Likewise. * conform/data/stdio.h-data: getw and putw are not required in v6. * conform/data/stdlib.h-data: Change setstate prototype. * conform/data/string.h-data: Fix strerror_r prototype. * conform/data/time.h-data: Fix typo in TIMER_ABSTIME definition. * conform/data/unistd.h-data: pthread_atfork not required in v6. Fix readlink prototype. * conform/data/netinet/in.h-data: Add const to in6addr_any and in6addr_loopback. * inet/netinet/in.h: Cleanup namespace. * posix/regex.h: Likewise. * resolv/netdb.h: Likewise. * sysdeps/unix/sysv/linux/bits/in.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Likewise.
* * conform/data/fmtmsg.h-data: Add missing allows.Ulrich Drepper2008-01-158-2/+21
| | | | | | | | | | * conform/data/ftw.h-data: Likewise. * conform/data/inttypes.h-data: Likewise. * conform/data/math.h-data: Likewise. * conform/data/signal.h-data: Likewise. * conform/data/net/if.h-data: Likewise. * conform/data/netinet/in.h-data: Likewise. * conform/data/sys/socket.h-data: Likewise.
* 2004-05-26 Roland McGrath <roland@frob.com>Roland McGrath2004-05-261-1/+0
| | | | | | | * sysdeps/generic/bits/in.h (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed. These are long obsolete in BSD systems where they originated. * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
* Add strerror_r prototype.Ulrich Drepper2002-04-231-0/+3
|
* Update.Ulrich Drepper2001-08-192-5/+4
| | | | | | | | | | * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t. * wcsmbs/wcwidth.c (wcwdith): Likewise. * wcsmbs/wcwidth.h (internal_wcwdith): Likewise. * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS. * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
* Update.Ulrich Drepper2001-08-183-4/+4
| | | | | | | | | | | | | | | | | | | * time/time.h (struct timespec): Use __time_t for tv_sec element. * sysdeps/generic/inttypes.h: Define __wchar_t. Use it instead of wchar_t for function declarations and defintions. * misc/sys/select.h: Define __need_time_t before including <time.h>. Define suseconds_t if it hasn't happened yet. * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>. * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined. * sysdeps/generic/stdint.h: Don't get definition of wchar_t from <stddef.h>. * conform/data/stddef.h-data: Remove wint_t.
* Update.Ulrich Drepper2001-08-182-1/+2
| | | | | | | | | | | 2001-08-18 Ulrich Drepper <drepper@redhat.com> * conform/conformtest.pl: Change namespace test to take #undef lines into account. * conform/data/netinet/in.h-data: Fix typo in allow-header line. * conform/data/sys/socket.h-data: Add sockatmark.
* Update.Ulrich Drepper2001-08-181-1/+1
| | | | | | | | | 2001-08-17 Ulrich Drepper <drepper@redhat.com> * conform/data/netdb.h-data: Adjust gai_strerror return type. * misc/getpass.c: Include wchar.h for prototypes. * malloc/obstack.c: Likewise.
* Update.Ulrich Drepper2001-03-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2001-03-18 Ulrich Drepper <drepper@redhat.com> * Makerules (build-shlib): Remove unnecessary slashes introduced in last change. * configure.in: Test for -Bgroup option of linker. * config.make.in: Define have-Bgroup. * conform/data/unistd.h-data: Require gethostname. * posix/unistd.h: Make gethostname prototype available for __USE_XOPEN2K. * crypt/Makefile: When generating DSO link with libc_nonshared.a. * debug/Makefile: Likewise. * dlfcn/Makefile: Likewise. * hesiod/Makefile: Likewise. * iconvdata/extra-module.mk: Likewise. * locale/Makefile: Likewise. * login/Makefile: Likewise. * math/Makefile: Likewise. * nis/Makefile: Likewise. * nss/Makefile: Likewise. * resolv/Makefile: Likewise. * rt/Makefile: Likewise. * posix/unistd.h (gethostname): Change type of second parameter back to size_t as per upcoming XPG6.
* Allow SO* symbols.Ulrich Drepper2001-03-091-0/+1
|
* Update.Ulrich Drepper2001-01-281-1/+1
| | | | * conform/data/pthread.h-data: Correct return type of pthread_exit.
* Update.Ulrich Drepper2001-01-281-0/+1
| | | | * conform/data/stdlib.h-data: Add _Exit.
* Update.Ulrich Drepper2001-01-281-0/+1
| | | | * conform/data/netinet/in.h-data: Allow all of <inttypes.h>.
* Update.Ulrich Drepper2001-01-281-0/+1
| | | | * conform/data/spawn.h-data: Allow all of <sched.h>.
* Update.Ulrich Drepper2001-01-281-18/+18
| | | | | * conform/data/pthread.h-data: Make priority protocol related functions optional. Fix typos.