summaryrefslogtreecommitdiff
path: root/conform
AgeCommit message (Expand)Author
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-09-25conformtest: Clean up expectations for POSIX for sched.h.Joseph Myers
2013-09-24conformtest: Clean up expectations for POSIX for pthread.h.Joseph Myers
2013-09-04conformtest: Fix namespace testing.Joseph Myers
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-19conformtest: Clean up expectations for POSIX for more headers.Joseph Myers
2012-11-19conformtest: Clean up expectations for POSIX for various headers.Joseph Myers
2012-11-19conformtest: Fix miscellaneous expectations for XPG4.Joseph Myers
2012-11-10conformtest: Fix miscellaneous UNIX98 expectations.Joseph Myers
2012-11-07conformtest: Fix pthreads expectations for XPG3 / XPG4 / UNIX98.Joseph Myers
2012-11-07conformtest: Fix setenv / unsetenv expectations.Joseph Myers
2012-11-07conformtest: Fix isnan function return type.Joseph Myers
2012-11-07conformtest: Fix sys/mman.h expectations for UNIX98.Joseph Myers
2012-11-07conformtest: Only expect mknodat for XOPEN2K8.Joseph Myers
2012-11-07conformtest: Clean up / correct / expand C99 and C11 expectations.Joseph Myers
2012-11-07conformtest: Fix typo in CLK_TCK condition.Joseph Myers
2012-11-02conformtest: Add test data for fenv.h.Joseph Myers
2012-11-02conformtest: Enable complex.h and inttypes.h testing for XOPEN2K8.Joseph Myers
2012-11-02conformtest: Fix sys/wait.h expectations for struct rusage.Joseph Myers
2012-07-24conformtest: Update expectations for time.h.Joseph Myers
2012-07-15conformtest: Update expectations for string.h.Joseph Myers
2012-05-24conformtest: Update expectations for stdio.h and stdlib.h.Joseph Myers
2012-05-09conformtest: Update expectations for more ISO C headers.Joseph Myers
2012-05-01conformtest: Update expectations for some ISO C headers.Joseph Myers
2012-05-01conformtest: Check namespace within __attribute__.Joseph Myers
2012-05-01conformtest: Use correct keyword set for underlying C standard.Joseph Myers
2012-05-01conformtest: Don't test non-C90 headers for C90.Joseph Myers
2012-05-01conformtest: Support testing macro usability in #if.Joseph Myers
2012-05-01conformtest: Support specifying types before promotion.Joseph Myers
2012-05-01conformtest: Unify "macro" and "constant" handling.Joseph Myers
2012-05-01conformtest: Unify "macro" cases.Joseph Myers
2012-05-01conformtest: Unify "constant" and "typed-constant".Joseph Myers
2012-05-01conformtest: Unify handling of "optional-" and non-optional lines.Joseph Myers
2012-05-01conformtest: Unify variants of "constant" and "optional-constant".Joseph Myers
2012-05-01conformtest: Always pass C standards options to compiler.Joseph Myers
2012-05-01conformtest: Improve math.h tests for X/Open versions.Joseph Myers
2012-05-01conformtest: Use correct feature test macros for XPG4.Joseph Myers
2012-05-01conformtest: Handle "symbol" lines for allow-header.Joseph Myers
2012-04-28conformtest: Remove duplicate typed-constant handling.Joseph Myers
2012-04-28conformtest: Fix typo in handling typed-constant from allow-header.Joseph Myers
2012-03-27Run conformtest script explicitly using BASH.David S. Miller
2012-03-21Don't tamper with $HOME.Thomas Schwinge
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
2011-05-01Fix getnameinfo flags parameter type.Bruno Haible