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