summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* autoupdateKarl Berry2019-03-241-26/+2
* _Noreturn: beware of C's _Noreturn in C++ pre C++11Akim Demaille2019-03-243-4/+12
* Support cross-compilation to musl libc.Bruno Haible2019-03-2376-157/+461
* posix_spawn_file_actions_*: Document musl libc bugs.Bruno Haible2019-03-235-13/+28
* autoupdateKarl Berry2019-03-231-17/+23
* futimens: Document musl libc bug.Bruno Haible2019-03-233-6/+25
* Clarify that cross-compilation guesses are guesses.Bruno Haible2019-03-2310-48/+102
* strtold: Fix typo.Bruno Haible2019-03-232-2/+7
* noreturn: In C++ mode with clang, use _Noreturn as fallback.Bruno Haible2019-03-232-0/+10
* libtextstyle-optional: Fix compiler warningsAkim Demaille2019-03-222-1/+8
* bitset: fix memory leaksAkim Demaille2019-03-212-1/+16
* bitset: minor changesAkim Demaille2019-03-214-37/+33
* bitset: expose bitset_resizeAkim Demaille2019-03-213-8/+29
* doc: Document the 'stdnoreturn' and 'noreturn' modules.Bruno Haible2019-03-203-0/+70
* doc: Document how to use 'static inline'.Bruno Haible2019-03-203-0/+29
* libtextstyle-optional: Add tests.Bruno Haible2019-03-204-0/+129
* libtextstyle-optional: New module.Bruno Haible2019-03-204-0/+459
* c-stack: Make signal handlers more reliable.Bruno Haible2019-03-192-1/+15
* Help making signal handlers more reliable.Bruno Haible2019-03-199-26/+68
* _Noreturn: clang and MSVC do support [[noreturn]] in C++11 mode.Bruno Haible2019-03-183-5/+13
* _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 modeAkim Demaille2019-03-183-3/+11
* autoupdatePaul Eggert2019-03-172-17/+17
* fts: minor simplificationPaul Eggert2019-03-172-1/+5
* autoupdateKarl Berry2019-03-171-64/+63
* bitset, timevar: Depend on c99Akim Demaille2019-03-173-0/+8
* bitset: a bit (...) more testsAkim Demaille2019-03-172-0/+34
* bitset: fix overflowsAkim Demaille2019-03-173-2/+14
* bitset: style changesAkim Demaille2019-03-172-9/+13
* fatal-signal: Pass the signal number to the action.Bruno Haible2019-03-166-6/+30
* fatal-signal: Add function that lists the fatal signals.Bruno Haible2019-03-163-0/+29
* isatty: Make it return true in Cygwin consoles on native Windows.Bruno Haible2019-03-143-0/+98
* all: Update URLs to msdn.microsoft.com.Bruno Haible2019-03-1428-85/+92
* gnulib-tool: Clarify the coding style.Bruno Haible2019-03-132-0/+29
* autoupdateKarl Berry2019-03-131-6/+13
* autoupdateKarl Berry2019-03-121-22/+2
* strtod: fix clash with strtoldPaul Eggert2019-03-112-6/+14
* autoupdateKarl Berry2019-03-111-101/+15
* alloca-opt: Fix conflict mingw's new <alloca.h> file.Bruno Haible2019-03-104-2/+23
* autoupdateKarl Berry2019-03-101-47/+24
* tests: Avoid havoc with "gcc -fcheck-pointer-bounds".Bruno Haible2019-03-103-2/+15
* uninorm tests: Free allocated memory.Bruno Haible2019-03-107-1/+54
* di-set: Fix memory leak.Bruno Haible2019-03-102-1/+7
* tests: Free allocated memory.Bruno Haible2019-03-1025-3/+133
* Fix another test failure introduced by the same commit.Bruno Haible2019-03-102-1/+2
* Fix test failure introduced by last commit.Bruno Haible2019-03-102-4/+5
* tests: Prepare for using valgrind.Bruno Haible2019-03-10175-331/+337
* get-rusage-as, pthread_sigmask tests: Fix -fsanitize=thread findings.Bruno Haible2019-03-103-1/+13
* test-userspec.c: don't print NULLJim Meyering2019-03-092-2/+13
* getloadavg: Write NULL for the null pointer.Bruno Haible2019-03-102-6/+12
* alloca, tsearch-tests: Write NULL for the null pointer.Michal Privoznik2019-03-103-6/+12