summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* nstrftime: be more predictable about errnoPaul Eggert2020-08-152-2/+19
* Revert autoupdate's revert.Bruno Haible2020-08-151-1/+1
* autoupdateKarl Berry2020-08-151-1/+1
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-1528-23/+404
* Fix "unknown pragma ignored" warnings with clang on native Windows.Bruno Haible2020-08-159-9/+9
* Fix compilation errors in C++ mode with clang on native Windows.Bruno Haible2020-08-152-0/+88
* tzset: Assume the function exists.Bruno Haible2020-08-142-13/+2
* nstrftime: Assume tzset exists.Bruno Haible2020-08-141-4/+2
* mktime, mktime-internal: Assume tzset exists.Bruno Haible2020-08-141-1/+1
* strdup: Assume the function exists.Bruno Haible2020-08-141-12/+1
* sys_random: Work around an uClibc bug.Bruno Haible2020-08-131-0/+4
* Avoid implicit conversion from 'unsigned int' to 'int' in initializers.Bruno Haible2020-08-13142-11241/+11242
* stdint: port intptr_t to more-recent MinGWPaul Eggert2020-08-121-3/+2
* thread-optim: Export function-like macros only.Bruno Haible2020-08-124-60/+61
* Revert autoupdate's revert.Bruno Haible2020-08-121-5/+12
* autoupdateKarl Berry2020-08-121-12/+5
* thread-optim: Fix a compiler warning.Bruno Haible2020-08-121-1/+1
* Use __restrict also on clang.Bruno Haible2020-08-123-14/+31
* Use flexible array syntax also on clang.Bruno Haible2020-08-111-2/+2
* fcntl: On native Windows, use _setmode, not setmode.Bruno Haible2020-08-112-3/+3
* execute, spawn-pipe: Use _spawnvpe, not spawnvpe.Bruno Haible2020-08-113-14/+14
* asyncsafe-spin: Use GCC built-ins also on clang.Bruno Haible2020-08-111-11/+16
* Use expression statements also on clang.Bruno Haible2020-08-113-5/+6
* Use many __attribute__s with clang.Bruno Haible2020-08-1114-46/+68
* Revert autoupdate's revert.Bruno Haible2020-08-101-1/+2
* autoupdateKarl Berry2020-08-101-2/+1
* string: Fix build error in C++ mode with clang (regression from today).Bruno Haible2020-08-103-15/+19
* ftruncate: Use _chsize, not chsize.Bruno Haible2020-08-091-4/+4
* Silence warnings from clang 10 with -Wimplicit-fallthrough.Bruno Haible2020-08-094-12/+12
* count-one-bits: Use __builtin_popcount{,l,ll} on clang.Bruno Haible2020-08-091-1/+2
* Use attribute __aligned__ with clang.Bruno Haible2020-08-092-3/+4
* Use __alignof__ with clang.Bruno Haible2020-08-095-11/+15
* ignore-value: Simplify on clang.Bruno Haible2020-08-091-2/+3
* Use __typeof__ with clang.Bruno Haible2020-08-091-0/+1
* Add ability to emit user-defined warnings and errors with clang.Bruno Haible2020-08-092-1/+20
* intprops: Fix typo in comment.Bruno Haible2020-08-091-1/+1
* Use __builtin_signbit* with clang.Bruno Haible2020-08-091-2/+2
* Use __builtin_isnan with clang.Bruno Haible2020-08-094-36/+28
* thread-optim: Fix logic error.Bruno Haible2020-08-091-1/+1
* localename: Use module 'thread-optim'.Bruno Haible2020-08-081-18/+22
* clean-temp: Use module 'thread-optim'.Bruno Haible2020-08-081-23/+42
* fatal-signal: Use module 'thread-optim'.Bruno Haible2020-08-081-6/+13
* New module 'thread-optim'.Bruno Haible2020-08-081-0/+60
* alloca: No need to compile alloca.c with clang.Bruno Haible2020-08-071-3/+3
* Use __builtin_alloca with clang.Bruno Haible2020-08-071-1/+1
* Use __builtin_assume with clang.Bruno Haible2020-08-071-1/+10
* Consider that clang defines __OPTIMIZE__ like GCC does.Bruno Haible2020-08-063-4/+4
* safe-alloc: Remove unused code.Bruno Haible2020-08-061-9/+0
* Use __builtin_expect with clang everywhere.Bruno Haible2020-08-061-1/+1
* Use __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with clang everywhere.Bruno Haible2020-08-053-5/+7