summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* regex: prefer C23 style overflow checkingPaul Eggert2023-05-014-1/+9
* dynarray: prefer C23 style overflow checkingPaul Eggert2023-05-014-5/+15
* mktime: prefer C23 style overflow checkingPaul Eggert2023-05-014-7/+16
* limits-h: port to pccPaul Eggert2023-05-015-0/+19
* year2038-recommended: new modulePaul Eggert2023-04-2912-190/+111
* stdio: Avoid different configure results in different testdirs.Bruno Haible2023-04-293-3/+30
* stdbool tests: Avoid compilation error with Sun C on Solaris 10.Bruno Haible2023-04-292-1/+6
* hamt tests: Fix test failure with Sun C on Solaris 10/SPARC.Bruno Haible2023-04-292-0/+7
* localeconv: Work around a mingw bug.Bruno Haible2023-04-284-18/+81
* stdlib: Fix error when cross-compiling (regression 2023-04-04).Bruno Haible2023-04-271-1/+1
* stdlib: Fix error when cross-compiling.Bruno Haible2023-04-272-2/+9
* freopen-safer: pacify GCC 13Paul Eggert2023-04-262-0/+10
* fdopendir: Fix fd leak and test failure on native Windows.Bruno Haible2023-04-2721-114/+372
* 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