summaryrefslogtreecommitdiff
path: root/conform
AgeCommit message (Expand)Author
2026-03-11conform: Add initial support for XOPEN2K24Collin Funk
2026-03-11conform: Add initial support for POSIX.1-2024Collin Funk
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-05-21linknamespace: Use 'ALLOWLIST' instead of 'WHITELIST' in code.Carlos O'Donell
2025-04-10conform: Add initial support for C23.Collin Funk
2025-01-03conform: Do not use __SIG_ATOMIC_TYPE__Adhemerval Zanella
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22conform: Use -dD instead of -dN on compiler invocationAdhemerval Zanella
2024-10-01Disable _TIME_BITS if the compiler defaults to itAdhemerval Zanella
2024-10-01Disable _FILE_OFFSET_BITS if the compiler defaults to itAdhemerval Zanella
2024-02-25conform: Reformat Makefile.Carlos O'Donell
2024-01-08Remove ia64-linux-gnuAdhemerval Zanella
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2023-10-30crypt: Remove libcrypt supportAdhemerval Zanella
2023-05-25wchar: Define va_list for POSIX (BZ #30035)Adhemerval Zanella
2023-05-01hurd: Also XFAIL missing SA_NOCLDWAIT on 64bitSamuel Thibault
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-01-15hurd: drop SA_SIGINFO availability xfailSamuel Thibault
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-09-17Use $(pie-default) with conformtestJoseph Myers
2021-09-17Run conform/ tests using newly built libcJoseph Myers
2021-08-27Allow #pragma GCC in headers in conformtestJoseph Myers
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-28hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]Samuel Thibault
2020-11-15hurd: Remove some remnants of cthreadsSamuel Thibault
2020-03-03Convert Python scripts to Python 3Alistair Francis
2020-02-17conform/conformtest.py: Extend tokenizer to cover character constantsFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-10-10sysvipc: Set ipc_perm mode as mode_t (BZ#18231)Adhemerval Zanella
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-03-14Remove obsolete, never-implemented XSI STREAMS declarationsFlorian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-11-22Combine more conformtest tests into single execution of the compiler.Joseph Myers
2018-11-22Separate conformtest subtest generation and execution.Joseph Myers
2018-11-20Use unique identifiers in conformtest.Joseph Myers
2018-11-09Update conform/Makefile mkdir commands.Joseph Myers
2018-11-09Replace conformtest.pl with conformtest.py.Joseph Myers
2018-10-30Convert linknamespace tests from Perl to Python.Joseph Myers
2018-10-29Use tempfile.TemporaryDirectory in conform/glibcconform.py.Joseph Myers
2018-10-29Patch to require Python 3.4 or later to build glibc.Joseph Myers
2018-10-25conform: XFAIL siginfo_t si_band test on sparc64Florian Weimer
2018-08-31Replace conform/list-header-symbols.pl with a Python script.Joseph Myers
2018-07-25Fix C11 conformance issuesAdhemerval Zanella
2018-07-24nptl: Add C11 threads tss_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads cnd_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads call_once functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads mtx_* functionsAdhemerval Zanella
2018-07-24nptl: Add C11 threads thrd_* functionsAdhemerval Zanella
2018-07-06conform/conformtest.pl: Escape literal braces in regular expressionsFlorian Weimer
2018-06-29New configure option --disable-crypt.Zack Weinberg