summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* strtol, strtoll, strtoul, strtoull: Make ISO C 23 compliant.Bruno Haible2023-03-164-0/+248
* stddef: Define 'unreachable', for ISO C 23 compliance.Bruno Haible2023-03-161-0/+24
* gettimeofday, timespec_get tests: Avoid test failure on glibc/Linux.Bruno Haible2023-03-082-2/+4
* time: Add tests.Bruno Haible2023-03-081-0/+49
* time: New module.Bruno Haible2023-03-081-0/+4
* time-h: Renamed from time.Bruno Haible2023-03-083-0/+0
* gettimeofday tests: Enhance test.Bruno Haible2023-03-081-4/+44
* timespec_get tests: Add comment.Bruno Haible2023-03-051-0/+2
* nl_langinfo tests: Avoid test failure on Solaris 11.Bruno Haible2023-03-021-2/+2
* unilbrk tests: Fix compilation failures (regression 2023-02-11).Bruno Haible2023-02-188-8/+24
* chown, lchown, fchownat tests: Avoid test failure on macOS 12.Bruno Haible2023-02-102-7/+18
* nl_langinfo tests: Add another test.Bruno Haible2023-02-082-0/+148
* nl_langinfo tests: Prepare for adding more tests.Bruno Haible2023-02-082-3/+3
* setlocale-null: Don't use a lock in Cygwin >= 3.4.6.Bruno Haible2023-02-061-1/+1
* c-nullptr: Add tests.Bruno Haible2023-02-062-0/+126
* assert-h, verify: Fix compilation error in C++ mode with MSVC 14.Bruno Haible2023-02-052-0/+7
* assert-h, verify: Fix conflict with standard C++ header files on macOS.Bruno Haible2023-02-042-0/+8
* unistdio/*printf: Fix negative width handling for %U, %lU, %llU.Bruno Haible2023-01-284-0/+1218
* vasnprintf-posix: Fix possible bug with negative width handling for %lc.Bruno Haible2023-01-282-0/+2
* vasnprintf-posix: Fix possible bug with negative width handling for %lc.Bruno Haible2023-01-286-0/+308
* vasnprintf-posix: Fix negative width handling for %ls directive.Bruno Haible2023-01-284-0/+288
* vasnprintf-posix: Add more unit tests.Bruno Haible2023-01-284-0/+608
* login_tty: Ensure declaration in <utmp.h>.Bruno Haible2023-01-213-1/+63
* alignasof tests: Rename test file.Bruno Haible2023-01-211-1/+1
* alignasof tests: Fix GCC warning (regression 2023-01-15).Bruno Haible2023-01-211-0/+1
* getprogname: Move declaration from "getprogname.h" to <stdlib.h>.Bruno Haible2023-01-211-1/+2
* execute tests: Avoid test failure with GNU make 4.4.Bruno Haible2023-01-171-6/+5
* execute tests: Avoid test failure on Android.Bruno Haible2023-01-171-0/+12
* hard-locale: Port to Android ≥ 5.0.Bruno Haible2023-01-171-5/+13
* stddef tests: Fix compilation error (regression 2023-01-15).Bruno Haible2023-01-161-1/+0
* mbrtowc, mbrtoc32 tests: Avoid test failure on Android ≥ 5.0.Bruno Haible2023-01-162-0/+20
* mbrtowc, mbrtoc32 tests: Refactor.Bruno Haible2023-01-162-32/+76
* Use ‘head -n1’ rather than ‘head -1’Paul Eggert2023-01-162-4/+4
* test-framework-sh: work around AIX 7.2 diff bugsPaul Eggert2023-01-141-3/+4
* login_tty tests: Be more verbose when the test fails.Bruno Haible2023-01-131-4/+31
* error, verror tests: Add clarification.Bruno Haible2023-01-122-0/+8
* verror: Add tests.Bruno Haible2023-01-122-0/+163
* error: Add tests.Bruno Haible2023-01-122-0/+120
* spawn-pipe tests: Fix test failure on Android.Bruno Haible2023-01-111-3/+3
* posix_spawn_file_actions_addfchdir tests: Fix test failure on Android.Bruno Haible2023-01-111-7/+25
* rename, renameat, renameatu: Fix test failures on Android/Termux.Bruno Haible2023-01-111-1/+6
* link, linkat tests: Fix test failures on Android/Termux.Bruno Haible2023-01-112-1/+11
* link tests: Correct indentation.Bruno Haible2023-01-111-10/+10
* update-copyright: also work with two or more updatable lines in a fileJim Meyering2023-01-101-0/+8
* Fix some test failures on Android ≥ 11.Bruno Haible2023-01-109-1/+22
* memset_explicit tests: Fix signature check.Bruno Haible2023-01-101-1/+1
* setlocale-null: Rename LIB_SETLOCALE_NULL to SETLOCALE_NULL_LIB.Bruno Haible2023-01-071-1/+1
* maint: run 'make update-copyright'Simon Josefsson2023-01-011372-1372/+1372
* doc: C2x → C23Paul Eggert2022-12-241-2/+2
* posix_spawnp-tests: fix filename typoPaul Eggert2022-12-221-1/+1