Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-01 | conformtest: Update expectations for some ISO C headers. | Joseph Myers | 6 | -146/+163 | |
2012-05-01 | conformtest: Check namespace within __attribute__. | Joseph Myers | 1 | -2/+3 | |
2012-05-01 | conformtest: Use correct keyword set for underlying C standard. | Joseph Myers | 1 | -2/+5 | |
2012-05-01 | conformtest: Don't test non-C90 headers for C90. | Joseph Myers | 2 | -0/+4 | |
2012-05-01 | conformtest: Support testing macro usability in #if. | Joseph Myers | 1 | -2/+39 | |
2012-05-01 | conformtest: Support specifying types before promotion. | Joseph Myers | 1 | -1/+6 | |
2012-05-01 | conformtest: Unify "macro" and "constant" handling. | Joseph Myers | 1 | -64/+50 | |
2012-05-01 | conformtest: Unify "macro" cases. | Joseph Myers | 2 | -59/+4 | |
2012-05-01 | conformtest: Unify "constant" and "typed-constant". | Joseph Myers | 2 | -48/+19 | |
2012-05-01 | conformtest: Unify handling of "optional-" and non-optional lines. | Joseph Myers | 1 | -191/+44 | |
2012-05-01 | conformtest: Unify variants of "constant" and "optional-constant". | Joseph Myers | 6 | -154/+96 | |
2012-05-01 | conformtest: Always pass C standards options to compiler. | Joseph Myers | 1 | -16/+4 | |
2012-05-01 | conformtest: Improve math.h tests for X/Open versions. | Joseph Myers | 1 | -19/+22 | |
2012-05-01 | conformtest: Use correct feature test macros for XPG4. | Joseph Myers | 1 | -1/+1 | |
2012-05-01 | conformtest: Handle "symbol" lines for allow-header. | Joseph Myers | 1 | -0/+2 | |
2012-04-28 | conformtest: Remove duplicate typed-constant handling. | Joseph Myers | 1 | -42/+0 | |
2012-04-28 | conformtest: Fix typo in handling typed-constant from allow-header. | Joseph Myers | 1 | -1/+1 | |
2012-03-27 | Run conformtest script explicitly using BASH. | David S. Miller | 1 | -1/+1 | |
* conform/Makefile: Run run-conformtest.sh using $(BASH). | |||||
2012-03-21 | Don't tamper with $HOME. | Thomas Schwinge | 2 | -9/+7 | |
2012-03-07 | Remove distribute variable from Makefiles | Ulrich Drepper | 1 | -3/+0 | |
2012-02-26 | Restrict run-conformtest runs | Ulrich Drepper | 1 | -0/+4 | |
2012-02-26 | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 3 | -8/+6 | |
2012-02-26 | Fix up POSIX testing in conformtest | Ulrich Drepper | 20 | -76/+159 | |
2012-02-25 | First steps to get conformtest fully working | Ulrich Drepper | 81 | -333/+644 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 | |
2012-01-07 | Remove pre-ISO C support | Ulrich Drepper | 1 | -1/+1 | |
No more __const. | |||||
2011-05-01 | Fix getnameinfo flags parameter type. | Bruno Haible | 1 | -1/+1 | |
2010-04-04 | Fix definition and testing of S_ISSOCK. | Ulrich Drepper | 1 | -3/+2 | |
2010-01-12 | More test suite fixes. | Ulrich Drepper | 3 | -10/+12 | |
2010-01-12 | Fix up grp.h for XPG7. | Ulrich Drepper | 1 | -2/+2 | |
2010-01-12 | Fix up netdb.h for XPG7. | Ulrich Drepper | 2 | -1/+2 | |
2010-01-12 | Fix thinko in last patch. | Ulrich Drepper | 1 | -2/+9 | |
2010-01-12 | Internal namespace test improvements. | Ulrich Drepper | 2 | -11/+4 | |
2010-01-12 | Fix up pthread.h for XPG7. | Ulrich Drepper | 1 | -0/+1 | |
2010-01-12 | Fix up sys/select.h test for XPG7. | Ulrich Drepper | 1 | -5/+7 | |
2010-01-11 | Fix up sys/stat.h for XPG7. | Ulrich Drepper | 1 | -3/+3 | |
2010-01-11 | Fix up tests of math.h and tgmath.h for XPG[67]. | Ulrich Drepper | 2 | -7/+51 | |
2010-01-11 | Fix time.h POSIX test. | Ulrich Drepper | 1 | -0/+2 | |
2010-01-11 | Fix up wchar.h for XPG7. | Ulrich Drepper | 1 | -6/+8 | |
2010-01-11 | Fix typo in wordexp.h tests. | Ulrich Drepper | 1 | -1/+1 | |
2010-01-11 | Fix up unistd.h tests. | Ulrich Drepper | 1 | -0/+12 | |
2010-01-11 | Fix up unistd.h for XPG7. | Ulrich Drepper | 2 | -2/+16 | |
2010-01-11 | Fix compile error. | Ulrich Drepper | 1 | -0/+2 | |
2010-01-10 | FIx up signal.h for XPG7. | Ulrich Drepper | 1 | -1/+8 | |
2010-01-10 | Fix up sys/wait.h header for XPG7. | Ulrich Drepper | 1 | -0/+2 | |
2010-01-10 | Fix up sys/types.h for XPG7. | Ulrich Drepper | 1 | -1/+0 | |
Also fix a test. | |||||
2010-01-10 | Cleanup strings.h. | Ulrich Drepper | 1 | -2/+4 | |
Cleanup the strings.h header for XPG7 and update the tests. | |||||
2010-01-10 | Fix standalone stdio.h inclusion. | Ulrich Drepper | 2 | -8/+14 | |
2010-01-09 | Add support for XPG7 testing. | Ulrich Drepper | 54 | -41/+651 | |
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 | 13 | -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. |