2020-08-11 |
Bruno Haible | asyncsafe-spin: Use GCC built-ins also on clang.
|
commit | commitdiff | tree |
2020-08-11 |
Bruno Haible | Use expression statements also on clang.
|
commit | commitdiff | tree |
2020-08-10 |
Bruno Haible | Use many __attribute__s with clang.
|
commit | commitdiff | tree |
2020-08-10 |
Bruno Haible | c-ldtoastr tests: Fix test failure.
|
commit | commitdiff | tree |
2020-08-10 |
Bruno Haible | Revert autoupdate's revert.
|
commit | commitdiff | tree |
2020-08-10 |
Bruno Haible | string: Fix build error in C++ mode with clang (regression...
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | ftruncate: Use _chsize, not chsize.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Silence warnings from clang 10 with -Wimplicit-fallthrough.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | stdbool tests: Enable the stricter tests also on clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | count-one-bits: Use __builtin_popcount{,l,ll} on clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Use attribute __aligned__ with clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Use __alignof__ with clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | ignore-value: Simplify on clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Use __typeof__ with clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Add ability to emit user-defined warnings and errors...
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | intprops: Fix typo in comment.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Use __builtin_signbit* with clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | Use __builtin_isnan with clang.
|
commit | commitdiff | tree |
2020-08-09 |
Bruno Haible | thread-optim: Fix logic error.
|
commit | commitdiff | tree |
2020-08-08 |
Bruno Haible | localename: Use module 'thread-optim'.
|
commit | commitdiff | tree |
2020-08-08 |
Bruno Haible | clean-temp: Use module 'thread-optim'.
|
commit | commitdiff | tree |
2020-08-08 |
Bruno Haible | fatal-signal: Use module 'thread-optim'.
|
commit | commitdiff | tree |
2020-08-08 |
Bruno Haible | New module 'thread-optim'.
|
commit | commitdiff | tree |
2020-08-07 |
Bruno Haible | doc: Update for glibc 2.32.
|
commit | commitdiff | tree |
2020-08-07 |
Bruno Haible | alloca: No need to compile alloca.c with clang.
|
commit | commitdiff | tree |
2020-08-07 |
Bruno Haible | Use __builtin_alloca with clang.
|
commit | commitdiff | tree |
2020-08-07 |
Bruno Haible | Use __builtin_assume with clang.
|
commit | commitdiff | tree |
2020-08-06 |
Bruno Haible | Consider that clang defines __OPTIMIZE__ like GCC does.
|
commit | commitdiff | tree |
2020-08-06 |
Bruno Haible | safe-alloc: Remove unused code.
|
commit | commitdiff | tree |
2020-08-06 |
Bruno Haible | Use __builtin_expect with clang everywhere.
|
commit | commitdiff | tree |
2020-08-05 |
Bruno Haible | Use __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with...
|
commit | commitdiff | tree |
2020-08-05 |
Bruno Haible | Use __builtin_clz{,l,ll} with clang, also on Windows.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | Prefer documented autoconf macro 'm4_if' over 'ifelse'.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | integer_length_ll: Optimize for MSVC in 64-bit mode.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | integer_length_ll: Optimize for MSVC in 32-bit mode.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | integer_length: Optimize for MSVC.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | ffsll: Optimize for MSVC in 64-bit mode.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | ffsll: Optimize for MSVC in 32-bit mode.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | ffs: Optimize for MSVC.
|
commit | commitdiff | tree |
2020-08-03 |
Bruno Haible | sigprocmask: Try to avoid breakage for people who use...
|
commit | commitdiff | tree |
2020-08-02 |
Bruno Haible | oset: Add an 'iterator_atleast' operation.
|
commit | commitdiff | tree |
2020-08-02 |
Bruno Haible | oset-c++, omap-c++: Remove restriction for search_atleast...
|
commit | commitdiff | tree |
2020-08-01 |
Bruno Haible | Prefer documented autoconf macro 'm4_if' over 'ifelse'.
|
commit | commitdiff | tree |
2020-08-01 |
Bruno Haible | libtextstyle-optional: Update tests.
|
commit | commitdiff | tree |
2020-08-01 |
Bruno Haible | parse-datetime: Fix wrong #line statements.
|
commit | commitdiff | tree |
2020-08-01 |
Bruno Haible | libtextstyle[-optional]: Allow requesting a minimum...
|
commit | commitdiff | tree |
2020-07-31 |
Bruno Haible | _GL_CMP: Improve documentation.
|
commit | commitdiff | tree |
2020-07-30 |
Bruno Haible | unicodeio: Add comment.
|
commit | commitdiff | tree |
2020-07-30 |
Bruno Haible | unicodeio: Fix wrong result on musl libc.
|
commit | commitdiff | tree |
2020-07-29 |
Bruno Haible | Fix last ChangeLog entry.
|
commit | commitdiff | tree |
2020-07-29 |
Bruno Haible | parse-datetime: Fix compilation error with bison 3.7.
|
commit | commitdiff | tree |
2020-07-28 |
Bruno Haible | fopen-gnu: Create files correctly (regression from...
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | inttypes: Remove support for AIX 4.
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | gettimeofday: Remove workaround for Mac OS X 10.0.
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | tzset: Remove workaround for Solaris 2.6.
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | expl: Simplify autoconf test.
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | alloca: Remove Cray-2 and Cray Y-MP support.
|
commit | commitdiff | tree |
2020-07-26 |
Bruno Haible | multiarch: Prepare for x86_64+arm64 universal binaries...
|
commit | commitdiff | tree |
2020-07-25 |
Bruno Haible | sigprocmask: Small autoconf macro improvement.
|
commit | commitdiff | tree |
2020-07-25 |
Bruno Haible | Small autoconf macro improvements.
|
commit | commitdiff | tree |
2020-07-25 |
Bruno Haible | doc: Update for NetBSD 7.1, 8.0, 9.0.
|
commit | commitdiff | tree |
2020-07-25 |
Bruno Haible | doc: Revert another small part of the last big commit.
|
commit | commitdiff | tree |
2020-07-25 |
Bruno Haible | doc: Fix small mistake in last commit.
|
commit | commitdiff | tree |
2020-07-24 |
Bruno Haible | doc: Update for Mac OS X 10.13.
|
commit | commitdiff | tree |
2020-07-24 |
Bruno Haible | doc: Update for Cygwin 2.9.0.
|
commit | commitdiff | tree |
2020-07-24 |
Bruno Haible | dfa: Revert breaking gawk.
|
commit | commitdiff | tree |
2020-07-23 |
Bruno Haible | Optimize three-valued comparison between integers.
|
commit | commitdiff | tree |
2020-07-23 |
Bruno Haible | lchmod: Use /proc on Cygwin.
|
commit | commitdiff | tree |
2020-07-21 |
Bruno Haible | aligned-malloc: Optionally use aligned_alloc.
|
commit | commitdiff | tree |
2020-07-21 |
Bruno Haible | aligned-malloc: Add tests.
|
commit | commitdiff | tree |
2020-07-21 |
Bruno Haible | aligned-malloc: New module.
|
commit | commitdiff | tree |
2020-07-21 |
Bruno Haible | inttypes: Fix PRI*PTR and SCN*PTR on 64-bit native...
|
commit | commitdiff | tree |
2020-07-21 |
Bruno Haible | printf-posix: Make an autoconf test more future-proof.
|
commit | commitdiff | tree |
2020-07-20 |
Bruno Haible | list, oset, omap: Relicense some of the container modules...
|
commit | commitdiff | tree |
2020-07-20 |
Bruno Haible | oset: Add an 'update' operation.
|
commit | commitdiff | tree |
2020-07-12 |
Bruno Haible | libgmp: Avoid warning when --without-libgmp is used.
|
commit | commitdiff | tree |
2020-07-12 |
Bruno Haible | libgmp: Link to the correct shared library.
|
commit | commitdiff | tree |
2020-07-12 |
Bruno Haible | libgmp tests: Add some safety checks.
|
commit | commitdiff | tree |
2020-07-12 |
Bruno Haible | Add a copyright header.
|
commit | commitdiff | tree |
2020-07-10 |
Bruno Haible | unicodeio: Fix wrong result on NetBSD.
|
commit | commitdiff | tree |
2020-07-09 |
Bruno Haible | unicodeio: Fix wrong result on Solaris 11.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | unicodeio: Add tests.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | unicodeio: Document link requirements.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | doc: Remove support for some very old platforms.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | memchr: Remove support for some very old platforms.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | dup2: Remove support for some very old platforms.
|
commit | commitdiff | tree |
2020-07-08 |
Bruno Haible | canonicalize: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-07 |
Bruno Haible | Clarify dependencies to double-slash-root.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | Untabify.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | mkancesdirs: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | getprogname: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | filenamecat-lgpl: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | backupfile, backup-rename: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | argp: Trim module dependencies.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | basename-lgpl: New module.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | dirname, dirname-lgpl: Simplify.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | supersede: Add tests.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | supersede: New module.
|
commit | commitdiff | tree |
2020-07-05 |
Bruno Haible | Add some copyright headers.
|
commit | commitdiff | tree |
2020-07-04 |
Bruno Haible | getrandom: Relicense under LGPLv2+.
|
commit | commitdiff | tree |