summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Assume autoconf >= 2.64.Bruno Haible2020-08-1614-121/+72
* sys_ioctl: Simplify.Bruno Haible2020-08-162-2/+8
* Fix quoting of AC_LANG_SOURCE arguments.Bruno Haible2020-08-167-34/+31
* nstrftime: be more predictable about errnoPaul Eggert2020-08-156-2/+114
* canonicalize: Fix a problem of the autoconf test on MSVC/clang.Bruno Haible2020-08-152-1/+8
* Determine asm output option and filename suffix for MSVC/clang.Bruno Haible2020-08-152-3/+20
* doc: Update for MSVC/clang.Bruno Haible2020-08-1511-20/+26
* Revert autoupdate's revert.Bruno Haible2020-08-153-2/+7
* autoupdateKarl Berry2020-08-151-1/+1
* frexpl: Fix configuration test result on MSVC.Bruno Haible2020-08-152-2/+10
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-1578-242/+873
* Fix "unknown pragma ignored" warnings with clang on native Windows.Bruno Haible2020-08-1518-19/+40
* Fix compilation errors in C++ mode with clang on native Windows.Bruno Haible2020-08-153-0/+95
* stdnoreturn: Work around problem with MSVC/clang.Bruno Haible2020-08-153-0/+14
* utime-h: Generate an utime.h file always.Bruno Haible2020-08-153-29/+9
* mktime, mktime-internal: Remove obsolete code.Bruno Haible2020-08-142-4/+6
* getcwd: Remove obsolete code.Bruno Haible2020-08-143-8/+8
* tzset: Assume the function exists.Bruno Haible2020-08-147-21/+13
* nstrftime: Assume tzset exists.Bruno Haible2020-08-143-7/+8
* mktime, mktime-internal: Assume tzset exists.Bruno Haible2020-08-143-3/+8
* strdup: Assume the function exists.Bruno Haible2020-08-147-30/+20
* sys_random: Work around an uClibc bug.Bruno Haible2020-08-135-5/+22
* Avoid implicit conversion from 'unsigned int' to 'int' in initializers.Bruno Haible2020-08-13143-11241/+11257
* stdint: port intptr_t to more-recent MinGWPaul Eggert2020-08-122-3/+11
* thread-optim: Export function-like macros only.Bruno Haible2020-08-127-62/+83
* Revert autoupdate's revert.Bruno Haible2020-08-123-6/+18
* autoupdateKarl Berry2020-08-121-12/+5
* thread-optim: Fix a compiler warning.Bruno Haible2020-08-122-1/+6
* Use __restrict also on clang.Bruno Haible2020-08-124-14/+41
* Use flexible array syntax also on clang.Bruno Haible2020-08-112-2/+8
* fcntl: On native Windows, use _setmode, not setmode.Bruno Haible2020-08-117-23/+33
* execute, spawn-pipe: Use _spawnvpe, not spawnvpe.Bruno Haible2020-08-117-19/+29
* asyncsafe-spin: Use GCC built-ins also on clang.Bruno Haible2020-08-112-11/+22
* Use expression statements also on clang.Bruno Haible2020-08-114-5/+18
* Use many __attribute__s with clang.Bruno Haible2020-08-1117-49/+127
* c-ldtoastr tests: Fix test failure.Bruno Haible2020-08-102-1/+7
* Revert autoupdate's revert.Bruno Haible2020-08-103-2/+8
* autoupdateKarl Berry2020-08-101-2/+1
* string: Fix build error in C++ mode with clang (regression from today).Bruno Haible2020-08-104-15/+28
* ftruncate: Use _chsize, not chsize.Bruno Haible2020-08-093-7/+14
* Silence warnings from clang 10 with -Wimplicit-fallthrough.Bruno Haible2020-08-097-16/+27
* stdbool tests: Enable the stricter tests also on clang.Bruno Haible2020-08-092-11/+21
* count-one-bits: Use __builtin_popcount{,l,ll} on clang.Bruno Haible2020-08-092-1/+7
* Use attribute __aligned__ with clang.Bruno Haible2020-08-093-3/+10
* Use __alignof__ with clang.Bruno Haible2020-08-098-14/+31
* ignore-value: Simplify on clang.Bruno Haible2020-08-092-2/+9
* Use __typeof__ with clang.Bruno Haible2020-08-094-3/+13
* Add ability to emit user-defined warnings and errors with clang.Bruno Haible2020-08-094-2/+35
* intprops: Fix typo in comment.Bruno Haible2020-08-092-1/+6
* Use __builtin_signbit* with clang.Bruno Haible2020-08-095-192/+204