]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2020-08-16 Bruno HaibleFix "warning: address of array 'locale' will always...
2020-08-16 Bruno HaibleFix "warning: '__stat64' macro redefined".
2020-08-16 Bruno HaibleFix "warning: 'format' attribute argument not supported...
2020-08-16 Bruno HaibleFix "warning: attribute declaration must precede defini...
2020-08-16 Bruno HaibleFix undesired warnings.
2020-08-16 Bruno HaibleC++ tests: Fix link errors on MSVC (regression from...
2020-08-16 Bruno HaibleDon't use Autoconf quadrigraphs.
2020-08-16 Bruno HaibleFix quoting of AC_LANG_PROGRAM arguments.
2020-08-16 Bruno HaibleAssume autoconf >= 2.64.
2020-08-16 Bruno Haiblesys_ioctl: Simplify.
2020-08-16 Bruno HaibleFix quoting of AC_LANG_SOURCE arguments.
2020-08-15 Paul Eggertnstrftime: be more predictable about errno
2020-08-15 Bruno Haiblecanonicalize: Fix a problem of the autoconf test on...
2020-08-15 Bruno HaibleDetermine asm output option and filename suffix for...
2020-08-15 Bruno Haibledoc: Update for MSVC/clang.
2020-08-15 Bruno HaibleRevert autoupdate's revert.
2020-08-15 Karl Berryautoupdate
2020-08-15 Bruno Haiblefrexpl: Fix configuration test result on MSVC.
2020-08-15 Bruno HaibleSupport compiling without -loldnames on native Windows.
2020-08-15 Bruno HaibleFix "unknown pragma ignored" warnings with clang on...
2020-08-15 Bruno HaibleFix compilation errors in C++ mode with clang on native...
2020-08-15 Bruno Haiblestdnoreturn: Work around problem with MSVC/clang.
2020-08-14 Bruno Haibleutime-h: Generate an utime.h file always.
2020-08-14 Bruno Haiblemktime, mktime-internal: Remove obsolete code.
2020-08-14 Bruno Haiblegetcwd: Remove obsolete code.
2020-08-14 Bruno Haibletzset: Assume the function exists.
2020-08-14 Bruno Haiblenstrftime: Assume tzset exists.
2020-08-14 Bruno Haiblemktime, mktime-internal: Assume tzset exists.
2020-08-14 Bruno Haiblestrdup: Assume the function exists.
2020-08-13 Bruno Haiblesys_random: Work around an uClibc bug.
2020-08-13 Bruno HaibleAvoid implicit conversion from 'unsigned int' to 'int...
2020-08-12 Paul Eggertstdint: port intptr_t to more-recent MinGW
2020-08-12 Bruno Haiblethread-optim: Export function-like macros only.
2020-08-12 Bruno HaibleRevert autoupdate's revert.
2020-08-12 Karl Berryautoupdate
2020-08-12 Bruno Haiblethread-optim: Fix a compiler warning.
2020-08-12 Bruno HaibleUse __restrict also on clang.
2020-08-11 Bruno HaibleUse flexible array syntax also on clang.
2020-08-11 Bruno Haiblefcntl: On native Windows, use _setmode, not setmode.
2020-08-11 Bruno Haibleexecute, spawn-pipe: Use _spawnvpe, not spawnvpe.
2020-08-11 Bruno Haibleasyncsafe-spin: Use GCC built-ins also on clang.
2020-08-11 Bruno HaibleUse expression statements also on clang.
2020-08-10 Bruno HaibleUse many __attribute__s with clang.
2020-08-10 Bruno Haiblec-ldtoastr tests: Fix test failure.
2020-08-10 Bruno HaibleRevert autoupdate's revert.
2020-08-10 Karl Berryautoupdate
2020-08-10 Bruno Haiblestring: Fix build error in C++ mode with clang (regress...
2020-08-09 Bruno Haibleftruncate: Use _chsize, not chsize.
2020-08-09 Bruno HaibleSilence warnings from clang 10 with -Wimplicit-fallthrough.
2020-08-09 Bruno Haiblestdbool tests: Enable the stricter tests also on clang.
2020-08-09 Bruno Haiblecount-one-bits: Use __builtin_popcount{,l,ll} on clang.
2020-08-09 Bruno HaibleUse attribute __aligned__ with clang.
2020-08-09 Bruno HaibleUse __alignof__ with clang.
2020-08-09 Bruno Haibleignore-value: Simplify on clang.
2020-08-09 Bruno HaibleUse __typeof__ with clang.
2020-08-09 Bruno HaibleAdd ability to emit user-defined warnings and errors...
2020-08-09 Bruno Haibleintprops: Fix typo in comment.
2020-08-09 Bruno HaibleUse __builtin_signbit* with clang.
2020-08-09 Bruno HaibleUse __builtin_isnan with clang.
2020-08-09 Bruno Haiblethread-optim: Fix logic error.
2020-08-08 Bruno Haiblelocalename: Use module 'thread-optim'.
2020-08-08 Bruno Haibleclean-temp: Use module 'thread-optim'.
2020-08-08 Bruno Haiblefatal-signal: Use module 'thread-optim'.
2020-08-08 Bruno HaibleNew module 'thread-optim'.
2020-08-07 Paul Eggertdoc: more updates for glibc 2.32
2020-08-07 Bruno Haibledoc: Update for glibc 2.32.
2020-08-07 Bruno Haiblealloca: No need to compile alloca.c with clang.
2020-08-07 Bruno HaibleUse __builtin_alloca with clang.
2020-08-07 Bruno HaibleUse __builtin_assume with clang.
2020-08-06 Paul Eggertlibgmp: add <gmp/gmp.h> support
2020-08-06 Bruno HaibleConsider that clang defines __OPTIMIZE__ like GCC does.
2020-08-06 Bruno Haiblesafe-alloc: Remove unused code.
2020-08-06 Bruno HaibleUse __builtin_expect with clang everywhere.
2020-08-05 Bruno HaibleUse __builtin_ctz{,l,ll} and __builtin_ffs{,l,ll} with...
2020-08-05 Bruno HaibleUse __builtin_clz{,l,ll} with clang, also on Windows.
2020-08-05 Paul EggertUpdate srclist.txt as per recent glibc changes
2020-08-03 Bruno HaiblePrefer documented autoconf macro 'm4_if' over 'ifelse'.
2020-08-03 Bruno Haibleinteger_length_ll: Optimize for MSVC in 64-bit mode.
2020-08-03 Bruno Haibleinteger_length_ll: Optimize for MSVC in 32-bit mode.
2020-08-03 Bruno Haibleinteger_length: Optimize for MSVC.
2020-08-03 Bruno Haibleffsll: Optimize for MSVC in 64-bit mode.
2020-08-03 Bruno Haibleffsll: Optimize for MSVC in 32-bit mode.
2020-08-03 Bruno Haibleffs: Optimize for MSVC.
2020-08-03 Bruno Haiblesigprocmask: Try to avoid breakage for people who use...
2020-08-03 Harald van... fopen: Avoid undesired interactions with glibc headers.
2020-08-02 Paul Eggertfcntl: document some F_SETLK errno variations
2020-08-02 Bruno Haibleoset: Add an 'iterator_atleast' operation.
2020-08-02 Bruno Haibleoset-c++, omap-c++: Remove restriction for search_atlea...
2020-08-01 Paul Eggertgnumakefile: say ‘$(MAKE)’ not ‘make’
2020-08-01 Bruno HaiblePrefer documented autoconf macro 'm4_if' over 'ifelse'.
2020-08-01 Bruno Haiblelibtextstyle-optional: Update tests.
2020-08-01 Bruno Haibleparse-datetime: Fix wrong #line statements.
2020-08-01 Bruno Haiblelibtextstyle[-optional]: Allow requesting a minimum...
2020-07-31 Bruno Haible_GL_CMP: Improve documentation.
2020-07-31 Paul Eggertlargefile: sync with Autoconf master
2020-07-31 Paul Eggertalloca: sync with Autoconf master
2020-07-30 Bruno Haibleunicodeio: Add comment.
2020-07-30 Paul EggertWork around some Oracle Studio attribute bugs
2020-07-30 Bruno Haibleunicodeio: Fix wrong result on musl libc.
2020-07-29 Paul Eggertfsusage, regex, stat-size: remove Cray support
next