summaryrefslogtreecommitdiff
path: root/conform
AgeCommit message (Collapse)Author
2012-03-07Remove distribute variable from MakefilesUlrich Drepper
2012-02-26Restrict run-conformtest runsUlrich Drepper
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper
2012-02-26Fix up POSIX testing in conformtestUlrich Drepper
2012-02-25First steps to get conformtest fully workingUlrich Drepper
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-07Remove pre-ISO C supportUlrich Drepper
No more __const.
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible
2010-04-04Fix definition and testing of S_ISSOCK.Ulrich Drepper
2010-01-12More test suite fixes.Ulrich Drepper
2010-01-12Fix up grp.h for XPG7.Ulrich Drepper
2010-01-12Fix up netdb.h for XPG7.Ulrich Drepper
2010-01-12Fix thinko in last patch.Ulrich Drepper
2010-01-12Internal namespace test improvements.Ulrich Drepper
2010-01-12Fix up pthread.h for XPG7.Ulrich Drepper
2010-01-12Fix up sys/select.h test for XPG7.Ulrich Drepper
2010-01-11Fix up sys/stat.h for XPG7.Ulrich Drepper
2010-01-11Fix up tests of math.h and tgmath.h for XPG[67].Ulrich Drepper
2010-01-11Fix time.h POSIX test.Ulrich Drepper
2010-01-11Fix up wchar.h for XPG7.Ulrich Drepper
2010-01-11Fix typo in wordexp.h tests.Ulrich Drepper
2010-01-11Fix up unistd.h tests.Ulrich Drepper
2010-01-11Fix up unistd.h for XPG7.Ulrich Drepper
2010-01-11Fix compile error.Ulrich Drepper
2010-01-10FIx up signal.h for XPG7.Ulrich Drepper
2010-01-10Fix up sys/wait.h header for XPG7.Ulrich Drepper
2010-01-10Fix up sys/types.h for XPG7.Ulrich Drepper
Also fix a test.
2010-01-10Cleanup strings.h.Ulrich Drepper
Cleanup the strings.h header for XPG7 and update the tests.
2010-01-10Fix standalone stdio.h inclusion.Ulrich Drepper
2010-01-09Add support for XPG7 testing.Ulrich Drepper
The header conformance testing code needed extending for XPG7. This exposed a few bugs in the headers. There are more changes to come.
2008-01-16[BZ #5607]Ulrich Drepper
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.
2008-01-15* conform/data/fmtmsg.h-data: Add missing allows.Ulrich Drepper
* 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-262004-05-26 Roland McGrath <roland@frob.com>Roland McGrath
* 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_*'
2002-04-23Add strerror_r prototype.Ulrich Drepper
2001-08-232001-08-22 Roland McGrath <roland@frob.com>Roland McGrath
* conform/conformtest.pl (checknamespace): Sort the output list.
2001-08-19Update.Ulrich Drepper
* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
2001-08-19Update.Ulrich Drepper
* 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.
2001-08-18Update.Ulrich Drepper
* 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.
2001-08-18Update.Ulrich Drepper
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.
2001-08-18Update.Ulrich Drepper
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.
2001-07-06Update to LGPL v2.1.Andreas Jaeger
2001-07-06 Paul Eggert <eggert@twinsun.com> * manual/argp.texi: Remove ignored LGPL copyright notice; it's not appropriate for documentation anyway. * manual/libc-texinfo.sh: "Library General Public License" -> "Lesser General Public License". 2001-07-06 Andreas Jaeger <aj@suse.de> * All files under GPL/LGPL version 2: Place under LGPL version 2.1.
2001-03-18Update.Ulrich Drepper
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.
2001-03-09Allow SO* symbols.Ulrich Drepper
2001-02-02Update.Ulrich Drepper
2001-02-01 Ulrich Drepper <drepper@redhat.com> * Makerules (build-shlib): Add $(extra-B-$(@F:lib%.so=%).so). * configure.in: Test for -z initfirst linker option. * config.make.in: Add have-z-initfirst. * elf/dl-init.c (_dl_init): Split out actual initialization code in new function call_init. If _dl_initfirst is non-NULL initialize first. * elf/dl-load.c (_dl_map_from_fd): If DF_1_INITFIRST flag is set remember object in _dl_initfirst. * elf/soinit.c: Remove special support for calling __pthread_initialize_minimal. * conform/conformtest.pl: Add missing $prepend in type test. * elf/elf.h (SHT_CHECKSUM): New definition. * posix/tst-fnmatch.input: Add tests for [. .] in locales.
2001-01-28Update.Ulrich Drepper
* conform/data/pthread.h-data: Correct return type of pthread_exit.
2001-01-28Update.Ulrich Drepper
* conform/conformtest.pl: Add -fno-builtin to CFLAGS.
2001-01-28Update.Ulrich Drepper
* conform/data/stdlib.h-data: Add _Exit.
2001-01-28Update.Ulrich Drepper
* conform/data/netinet/in.h-data: Allow all of <inttypes.h>.
2001-01-28Update.Ulrich Drepper
* conform/data/spawn.h-data: Allow all of <sched.h>.
2001-01-28Update.Ulrich Drepper
* conform/conformtest.pl: Undo last change. Define $mustprepend{"stdio.h"}. * libio/stdio.h: Define va_list correctly.