2020-08-16 |
Bruno Haible | setenv: Use tree code also with clang. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | math: Optimize signbit also on clang. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | avltreehash-list, rbtreehash-list: Optimize also on... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: 'WSASocketA' is deprecated: Use WSASocket... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: format specifies type 'unsigned long'". |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: no case matching constant switch conditio... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: integer overflow in expression". |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: "getpagesize" redefined". |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: implicitly declaring library function... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: 'snprintf' macro redefined". |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: address of array 'locale' will always... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: '__stat64' macro redefined". |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: 'format' attribute argument not supported... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix "warning: attribute declaration must precede defini... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix undesired warnings. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | C++ tests: Fix link errors on MSVC (regression from... |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Don't use Autoconf quadrigraphs. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix quoting of AC_LANG_PROGRAM arguments. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Assume autoconf >= 2.64. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | sys_ioctl: Simplify. |
commit | commitdiff | tree | snapshot |
2020-08-16 |
Bruno Haible | Fix quoting of AC_LANG_SOURCE arguments. |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Paul Eggert | nstrftime: be more predictable about errno |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | canonicalize: Fix a problem of the autoconf test on... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | Determine asm output option and filename suffix for... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | doc: Update for MSVC/clang. |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | Revert autoupdate's revert. |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | frexpl: Fix configuration test result on MSVC. |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | Support compiling without -loldnames on native Windows. |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | Fix "unknown pragma ignored" warnings with clang on... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | Fix compilation errors in C++ mode with clang on native... |
commit | commitdiff | tree | snapshot |
2020-08-15 |
Bruno Haible | stdnoreturn: Work around problem with MSVC/clang. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | utime-h: Generate an utime.h file always. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | mktime, mktime-internal: Remove obsolete code. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | getcwd: Remove obsolete code. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | tzset: Assume the function exists. |
commit | commitdiff | tree | snapshot |
2020-08-14 |
Bruno Haible | nstrftime: Assume tzset exists. |
commit | commitdiff | tree | snapshot |
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 |
next |