summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* vprintf-gnu: Add tests.Bruno Haible2023-03-243-0/+145
* fprintf-gnu: Add tests.Bruno Haible2023-03-242-0/+52
* vfprintf-gnu: Add tests.Bruno Haible2023-03-244-0/+163
* vasprintf-gnu: Add tests.Bruno Haible2023-03-241-0/+275
* sprintf-gnu: Add tests.Bruno Haible2023-03-241-0/+35
* vsprintf-gnu: Add tests.Bruno Haible2023-03-242-0/+223
* snprintf-gnu: Add tests.Bruno Haible2023-03-241-0/+35
* vsnprintf-gnu: Add tests.Bruno Haible2023-03-242-0/+223
* vasnprintf-gnu: Add tests.Bruno Haible2023-03-241-0/+275
* *printf-posix: Fix implementation of %b directive.Bruno Haible2023-03-225-0/+1662
* vasnwprintf: Fix for older platforms without swprintf.Bruno Haible2023-03-211-0/+38
* *printf-posix: Work around bug with %lc of 0 on many platforms.Bruno Haible2023-03-214-0/+146
* memrchr tests: Avoid GCC warning.Bruno Haible2023-03-201-1/+1
* test-pselect, test-select: use different portsPaul Eggert2023-03-193-2/+2
* *printf-posix: ISO C 23: Add %b directive for binary output of integers.Bruno Haible2023-03-175-0/+415
* vasnwprintf-posix: Add tests.Bruno Haible2023-03-174-0/+4215
* vasnwprintf: Add tests.Bruno Haible2023-03-171-0/+122
* 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