2020-08-14 |
Bruno Haible | mktime, mktime-internal: Assume tzset exists. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | strdup: Assume the function exists. |
commit | commitdiff | tree | snapshot |
2020-08-13 |
Bruno Haible | sys_random: Work around an uClibc bug. |
commit | commitdiff | tree | snapshot |
2020-08-13 |
Bruno Haible | Avoid implicit conversion from 'unsigned int' to 'int... |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Paul Eggert | stdint: port intptr_t to more-recent MinGW |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Bruno Haible | thread-optim: Export function-like macros only. |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Bruno Haible | Revert autoupdate's revert. |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Bruno Haible | thread-optim: Fix a compiler warning. |
commit | commitdiff | tree | snapshot |
2020-08-12 |
Bruno Haible | Use __restrict also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-11 |
Bruno Haible | Use flexible array syntax also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-11 |
Bruno Haible | fcntl: On native Windows, use _setmode, not setmode. |
commit | commitdiff | tree | snapshot |
2020-08-11 |
Bruno Haible | execute, spawn-pipe: Use _spawnvpe, not spawnvpe. |
commit | commitdiff | tree | snapshot |
2020-08-11 |
Bruno Haible | asyncsafe-spin: Use GCC built-ins also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-11 |
Bruno Haible | Use expression statements also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-10 |
Bruno Haible | Use many __attribute__s with clang. |
commit | commitdiff | tree | snapshot |
2020-08-10 |
Bruno Haible | c-ldtoastr tests: Fix test failure. |
commit | commitdiff | tree | snapshot |
2020-08-10 |
Bruno Haible | Revert autoupdate's revert. |
commit | commitdiff | tree | snapshot |
2020-08-10 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-08-10 |
Bruno Haible | string: Fix build error in C++ mode with clang (regress... |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | ftruncate: Use _chsize, not chsize. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Silence warnings from clang 10 with -Wimplicit-fallthrough. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | stdbool tests: Enable the stricter tests also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | count-one-bits: Use __builtin_popcount{,l,ll} on clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Use attribute __aligned__ with clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Use __alignof__ with clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | ignore-value: Simplify on clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Use __typeof__ with clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Add ability to emit user-defined warnings and errors... |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | intprops: Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Use __builtin_signbit* with clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | Use __builtin_isnan with clang. |
commit | commitdiff | tree | snapshot |
2020-08-09 |
Bruno Haible | thread-optim: Fix logic error. |
commit | commitdiff | tree | snapshot |
2020-08-08 |
Bruno Haible | localename: Use module 'thread-optim'. |
commit | commitdiff | tree | snapshot |
2020-08-08 |
Bruno Haible | clean-temp: Use module 'thread-optim'. |
commit | commitdiff | tree | snapshot |
2020-08-08 |
Bruno Haible | fatal-signal: Use module 'thread-optim'. |
commit | commitdiff | tree | snapshot |
2020-08-08 |
Bruno Haible | New module 'thread-optim'. |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Paul Eggert | doc: more updates for glibc 2.32 |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Bruno Haible | doc: Update for glibc 2.32. |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Bruno Haible | alloca: No need to compile alloca.c with clang. |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Bruno Haible | Use __builtin_alloca with clang. |
commit | commitdiff | tree | snapshot |
2020-08-07 |
Bruno Haible | Use __builtin_assume with clang. |
commit | commitdiff | tree | snapshot |
2020-08-06 |
Paul Eggert | libgmp: add <gmp/gmp.h> support |
commit | commitdiff | tree | snapshot |
2020-08-06 |
Bruno Haible | Consider that clang defines __OPTIMIZE__ like GCC does. |
commit | commitdiff | tree | snapshot |
2020-08-06 |
Bruno Haible | safe-alloc: Remove unused code. |
commit | commitdiff | tree | snapshot |
2020-08-06 |
Bruno Haible | Use __builtin_expect with clang everywhere. |
commit | commitdiff | tree | snapshot |
2020-08-05 |
Bruno Haible | Use __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with... |
commit | commitdiff | tree | snapshot |
2020-08-05 |
Bruno Haible | Use __builtin_clz{,l,ll} with clang, also on Windows. |
commit | commitdiff | tree | snapshot |
2020-08-05 |
Paul Eggert | Update srclist.txt as per recent glibc changes |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | Prefer documented autoconf macro 'm4_if' over 'ifelse'. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | integer_length_ll: Optimize for MSVC in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | integer_length_ll: Optimize for MSVC in 32-bit mode. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | integer_length: Optimize for MSVC. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | ffsll: Optimize for MSVC in 64-bit mode. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | ffsll: Optimize for MSVC in 32-bit mode. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | ffs: Optimize for MSVC. |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Bruno Haible | sigprocmask: Try to avoid breakage for people who use... |
commit | commitdiff | tree | snapshot |
2020-08-03 |
Harald van... | fopen: Avoid undesired interactions with glibc headers. |
commit | commitdiff | tree | snapshot |
2020-08-02 |
Paul Eggert | fcntl: document some F_SETLK errno variations |
commit | commitdiff | tree | snapshot |
2020-08-02 |
Bruno Haible | oset: Add an 'iterator_atleast' operation. |
commit | commitdiff | tree | snapshot |
2020-08-02 |
Bruno Haible | oset-c++, omap-c++: Remove restriction for search_atlea... |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Paul Eggert | gnumakefile: say ‘$(MAKE)’ not ‘make’ |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Bruno Haible | Prefer documented autoconf macro 'm4_if' over 'ifelse'. |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Bruno Haible | libtextstyle-optional: Update tests. |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Bruno Haible | parse-datetime: Fix wrong #line statements. |
commit | commitdiff | tree | snapshot |
2020-08-01 |
Bruno Haible | libtextstyle[-optional]: Allow requesting a minimum... |
commit | commitdiff | tree | snapshot |
2020-07-31 |
Bruno Haible | _GL_CMP: Improve documentation. |
commit | commitdiff | tree | snapshot |
2020-07-31 |
Paul Eggert | largefile: sync with Autoconf master |
commit | commitdiff | tree | snapshot |
2020-07-31 |
Paul Eggert | alloca: sync with Autoconf master |
commit | commitdiff | tree | snapshot |
2020-07-30 |
Bruno Haible | unicodeio: Add comment. |
commit | commitdiff | tree | snapshot |
2020-07-30 |
Paul Eggert | Work around some Oracle Studio attribute bugs |
commit | commitdiff | tree | snapshot |
2020-07-30 |
Bruno Haible | unicodeio: Fix wrong result on musl libc. |
commit | commitdiff | tree | snapshot |
2020-07-29 |
Paul Eggert | fsusage, regex, stat-size: remove Cray support |
commit | commitdiff | tree | snapshot |
2020-07-29 |
Bruno Haible | Fix last ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2020-07-29 |
Bruno Haible | parse-datetime: Fix compilation error with bison 3.7. |
commit | commitdiff | tree | snapshot |
2020-07-28 |
Bruno Haible | fopen-gnu: Create files correctly (regression from... |
commit | commitdiff | tree | snapshot |
2020-07-28 |
Paul Eggert | xalloc-die: don’t depend on xalloc |
commit | commitdiff | tree | snapshot |
2020-07-27 |
Paul Eggert | dfa-tests: port to MSVC |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Paul Eggert | autoupdate |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Paul Eggert | argz: pacify MSVC |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Paul Eggert | libgmp: remove dependency on havelib |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Paul Eggert | libgmp: remove HAVE_GMP, LIB_GMP |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | inttypes: Remove support for AIX 4. |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | gettimeofday: Remove workaround for Mac OS X 10.0. |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | tzset: Remove workaround for Solaris 2.6. |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | expl: Simplify autoconf test. |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | alloca: Remove Cray-2 and Cray Y-MP support. |
commit | commitdiff | tree | snapshot |
2020-07-26 |
Bruno Haible | multiarch: Prepare for x86_64+arm64 universal binaries... |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Bruno Haible | sigprocmask: Small autoconf macro improvement. |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Bruno Haible | Small autoconf macro improvements. |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Bruno Haible | doc: Update for NetBSD 7.1, 8.0, 9.0. |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Bruno Haible | doc: Revert another small part of the last big commit. |
commit | commitdiff | tree | snapshot |
2020-07-25 |
Bruno Haible | doc: Fix small mistake in last commit. |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Bruno Haible | doc: Update for Mac OS X 10.13. |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Bruno Haible | doc: Update for Cygwin 2.9.0. |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Paul Eggert | parse-datetime: modernize doc |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Paul Eggert | timespec: remove dependence on ‘verify’ |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Paul Eggert | Optimize a few more three-valued comparisons |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Paul Eggert | Fix _GL_CMP parenthesization typo |
commit | commitdiff | tree | snapshot |
2020-07-24 |
Bruno Haible | dfa: Revert breaking gawk. |
commit | commitdiff | tree | snapshot |
next |