summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fchdir tests: Fix test failure on native Windows.Bruno Haible2023-04-272-0/+6
* fclose: Make last change more maintainable.Bruno Haible2023-04-266-16/+34
* gnulib-tool: For conditional dependencies, generate portable sh code.Po Lu2023-04-263-2/+10
* expm1 tests: Avoid test failure on 32-bit mingw.Bruno Haible2023-04-262-5/+6
* poll tests: Avoid test failure on native Windows.Bruno Haible2023-04-253-2/+10
* dfa tests: Fix compilation error (regression 2023-04-22).Bruno Haible2023-04-253-0/+8
* tests: Suppress ‘#pragma GCC diagnostic’ warnings with GCC < 13.Bruno Haible2023-04-259-10/+20
* select, pselect: Fix test failure on native Windows.Bruno Haible2023-04-243-2/+17
* fclose: pacify gcc -Wanalyzer-file-leakPaul Eggert2023-04-243-0/+23
* unsetenv-tests: pacify -Wanalyzer-putenv-of-auto-varPaul Eggert2023-04-242-1/+7
* tests: suppress some unwanted -fanalyzer checkingPaul Eggert2023-04-2410-0/+56
* ftell, ftello: Fix recognition of pipes on native Windows.Bruno Haible2023-04-246-6/+38
* lseek: Fix module dependencies (regression 2021-11-15).Bruno Haible2023-04-242-1/+7
* system-quote: Fix memory overrun bug on native Windows.Bruno Haible2023-04-242-1/+7
* unicodeio tests: Avoid test failures on native Windows.Bruno Haible2023-04-243-1/+30
* *sprintf tests: Avoid test failures on mingw 10.Bruno Haible2023-04-245-8/+25
* Improve quoting of AS_HELP_STRING's first argument.Bruno Haible2023-04-2417-32/+54
* category-none: Fix link errors on MSVC, when libunistring is installed.Bruno Haible2023-04-232-3/+9
* manywarnings: use AS_IFPaul Eggert2023-04-232-6/+9
* manywarnings: update C warnings for GCC 13Paul Eggert2023-04-234-1/+48
* manywarnings: bring doc up to datePaul Eggert2023-04-232-27/+63
* manywarnings: omit -fno-common in GCC 10+Paul Eggert2023-04-232-3/+15
* libunistring: Fix build on Windows, when a libunistring is installed.Bruno Haible2023-04-23148-281/+939
* Avoid some Autoconf "was expanded before it was required" warnings.Bruno Haible2023-04-236-11/+20
* string-desc tests: Avoid test failure on native Windows.Bruno Haible2023-04-224-5/+24
* threadlib, pthread-h, threads-h: Avoid mingw's libwinpthread by default.Bruno Haible2023-04-222-3/+13
* posixtm tests: Avoid test failure on native Windows.Bruno Haible2023-04-222-2/+16
* dfa tests: Fix test failure on mingw differently.Bruno Haible2023-04-224-2/+18
* getumask: Make it work on native Windows.Bruno Haible2023-04-203-0/+22
* posixtm tests: Fix link error.Bruno Haible2023-04-202-0/+6
* readtokens tests: Fix test failure on mingw.Bruno Haible2023-04-202-3/+10
* parse-duration tests: Fix test failure on mingw.Bruno Haible2023-04-202-1/+6
* dfa tests: Fix test failure on mingw.Bruno Haible2023-04-202-1/+8
* Fix uses of libwinpthread on mingw 10.Bruno Haible2023-04-202-5/+12
* Move remaining call_once tests from mtx-tests to call_once-tests.Bruno Haible2023-04-205-164/+278
* execute tests: Fix compilation error on mingw (regression 2023-01-17).Bruno Haible2023-04-202-0/+8
* assert-h, verify: Fix compilation error in C++ mode with MSVC 14.30.Bruno Haible2023-04-202-5/+18
* chown, lchown tests: Fix link error on mingw 10.Bruno Haible2023-04-203-2/+8
* chown tests: Fix link error on mingw 10.Bruno Haible2023-04-204-2/+13
* ctime: Fix compilation errors in C++ mode on mingw 10.Bruno Haible2023-04-203-1/+16
* random: Fix compilation errors in C++ on mingw 10.Bruno Haible2023-04-202-0/+10
* year2038-required: Fix configure failure with MSVC.Bruno Haible2023-04-192-0/+20
* doc: Add references to changes accepted for future POSIX revisions.Bruno Haible2023-04-1919-2/+63
* wcsncmp: Add tests.Bruno Haible2023-04-193-0/+199
* wcsncmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-198-13/+101
* wcscmp: Add tests.Bruno Haible2023-04-193-0/+138
* wcscmp: Work around two ISO C compliance bugs on several platforms.Bruno Haible2023-04-198-13/+99
* wmemcmp: Add tests.Bruno Haible2023-04-191-1/+5
* wmemcmp: Add tests.Bruno Haible2023-04-193-0/+107
* wmemcmp: Work around ISO C compliance bug on several platforms.Bruno Haible2023-04-198-7/+87