]> Savannah Git Hosting - gnulib.git/shortlog
gnulib.git
2020-07-03 Bruno Haiblebitset: Make sure the compiler does not barf on 'inline'.
2020-07-02 Paul Eggertmanywarnings: improve port to GCC 10.1
2020-07-01 Paul Eggerttests: pacify gcc -fanalyzer on zerosize_ptr
2020-07-01 Bruno Haibleasyncsafe-spin: Add tests.
2020-07-01 Bruno Haibleasyncsafe-spin: New module.
2020-07-01 Bruno Haiblewindows-spin: Fix race condition on multiprocessor...
2020-07-01 Bruno Haiblepthread-spin: Add optimized fallback for GCC versions...
2020-07-01 Bruno Haiblepthread-spin: Optimize fallback for GCC versions >...
2020-07-01 Bruno Haiblepthread-spin: Add error checking.
2020-07-01 Bruno Haiblepthread-spin: Add tests.
2020-07-01 Bruno Haibletests: Reduce code duplication.
2020-07-01 Bruno Haibletests: Refactor.
2020-07-01 Bruno Haibletests: Refactor.
2020-06-30 Bruno Haiblesys_socket: Don't define socklen_t if it is already...
2020-06-30 Paul Eggertautoupdate
2020-06-29 Paul Eggert* top/maint.mk: Pacify Autoconf TAB-8-space rule.
2020-06-29 Bruno Haiblealloca-opt: Fix warning on mingw.
2020-06-28 Paul Eggertgetrandom: do not depend on ‘open’ on mingw
2020-06-28 Bruno Haibledoc: Add a note about sigprocmask vs. pthread_sigmask.
2020-06-28 Bruno Haiblegetrandom: Fix compilation errors on older versions...
2020-06-28 Karl Berryautoupdate
2020-06-28 Bruno Haibleclean-temp: Fix wrong errno in error message.
2020-06-27 Bruno Haiblefatal-signal: Make multithread-safe.
2020-06-27 Bruno Haibleclean-temp: Don't force deletion of temporary files...
2020-06-27 Bruno Haiblefatal-signal: Make multithread-safe.
2020-06-27 Paul Eggertgetloadavg: don’t depend on fopen-gnu
2020-06-27 Paul Eggert* tests/test-getloadavg.c (main): Fix typo.
2020-06-27 Karl Berryautoupdate
2020-06-27 Bruno Haibletempname et al.: Fix link errors on MSVC (regression...
2020-06-27 Bruno Haiblefopen-gnu: Simplify code.
2020-06-27 Bruno Haibletmpfile: Fix a typo.
2020-06-27 Bruno Haiblecanonicalize: Improve documentation.
2020-06-27 Bruno Haiblexgetcwd: Improve documentation.
2020-06-27 Bruno Haiblegetcwd: Improve documentation.
2020-06-27 Bruno Haiblefchdir: Improve documentation.
2020-06-27 Bruno Haiblefilenamecat-lgpl: Set errno upon failure.
2020-06-27 Bruno Haibleareadlink-with-size: Set errno upon failure.
2020-06-26 Bruno Haiblecopy-file: Shrink dependencies.
2020-06-26 Bruno Haibledoc: Mention declaration fixes implemented by some...
2020-06-25 Marc Nieper... c-dtoastr, c-ldtoastr: new modules
2020-06-21 Bruno Haibletzset: Fix compilation warnings on mingw (regression...
2020-06-21 Karl Berryautoupdate
2020-06-18 Karl Berryautoupdate
2020-06-16 Bruno Haiblethread: Avoid possible compiler warnings in uses of...
2020-06-16 Bruno Haiblethread, thrd: Avoid a compiler warning.
2020-06-16 Biswapriyo... windows-thread: Avoid a compiler warning.
2020-06-15 Bruno Haibleunictype/joininggroup-name: Fix warning on 64-bit mingw.
2020-06-15 Karl Berryautoupdate
2020-06-14 Karl Berryautoupdate
2020-06-06 Bruno Haiblecalloc-gnu tests: Avoid a test failure with clang.
2020-06-03 Dmitry V. Levingit-version-gen: update scriptversion
2020-06-02 Karl Berryautoupdate
2020-06-02 Paul Eggertgetloadavg: fix double-increment bug
2020-06-02 Paul Eggertgetentropy, getrandom: compare to crypto/gc-random
2020-06-01 Paul Eggerttempname: use getrandom, not getentropy
2020-06-01 Bruno Haibledoc: New chapter 'Multithreading'.
2020-06-01 Paul Eggertgetentropy, getrandom: update version numbers in doc
2020-06-01 Bruno Haibledoc: Move 'Running self-tests under valgrind' section.
2020-06-01 Bruno Haibledoc: Move 'Visual Studio Compatibility' section.
2020-06-01 Paul Eggertdoc: improve randomness discussion
2020-06-01 Bruno Haibledoc: Fix Texinfo syntax error.
2020-06-01 Asher Gordondoc: Change '.' to '@.' where appropriate.
2020-06-01 Paul Eggertgetrandom-tests: do not assume GRND_RANDOM yields short...
2020-06-01 Paul Eggertread-file-test: pacify --enable-gcc-warnings
2020-06-01 Paul Eggerttempname: merge from glibc and coreutils
2020-05-31 Bruno Haiblegetrandom, getentropy: Mention the crypto/gc-random...
2020-05-31 Bruno Haiblegetentropy: Enhance tests.
2020-05-31 Bruno Haiblegetentropy: Work around a macOS and Solaris problem.
2020-05-31 Paul Eggertfnmatch: merge from glibc
2020-05-31 Bruno Haiblegetrandom: Doc and test tweaks.
2020-05-31 Bruno Haiblegetrandom: Add support for native Windows.
2020-05-31 Bruno Haiblegetrandom: Simplify the determination of the random...
2020-05-31 Bruno Haiblecrypto/gc-random: Fix list of crypto devices for Solaris.
2020-05-31 Akim Demaillelist: fix GCC warnings
2020-05-31 Bruno Haiblelist-c++, set-c++, oset-c++, map-c++, omap-c++: Don...
2020-05-31 Bruno Haiblewmemchr: Relicense under LGPLv2+.
2020-05-31 Bruno Haiblewmempcpy: New module.
2020-05-30 Bruno Haiblecrypto/gc-random: Fix list of crypto devices for NetBSD...
2020-05-30 Bruno Haiblesys_random: Work around macOS bug.
2020-05-30 Bruno Haiblegetrandom: Fix typo in last commit.
2020-05-30 Bruno Haiblegetrandom: Override incompatible system function on...
2020-05-30 Bruno Haiblesys_random: Add C++ tests.
2020-05-30 Bruno Haiblesys_random: Add tests.
2020-05-30 Bruno Haiblesys_random: New module.
2020-05-30 Bruno Haibleunistd: Remove conflicting declaration of getrandom().
2020-05-30 Bruno Haiblegetrandom: Add tests.
2020-05-30 Bruno Haiblecrypto/gc-random: Fix typo in last commit.
2020-05-30 Bruno Haiblecrypto/gc-random: Fix link error on MSVC.
2020-05-30 Bruno HaibleDon't assume that UNICODE is not defined.
2020-05-30 Bruno Haiblephysmem: Fix compilation errors on MSVC.
2020-05-30 Bruno Haiblegnulib-tool: Fix link errors with a particular set...
2020-05-29 Bruno Haiblefnmatch: Rely on more gnulib modules.
2020-05-29 Bruno HaibleAvoid dynamic lookup of Windows API functions when...
2020-05-29 Daiki Uenoread-file: disable buffering if RF_SENSITIVE is set
2020-05-29 Bruno Haiblewmemchr, wmemcmp, wmemcpy, wmemmove, wmemset: Fix autoc...
2020-05-29 Bruno HaibleFix compilation error on native Windows (regression...
2020-05-29 Daiki Uenofopen-gnu-tests: fix "\x" escape usage
2020-05-29 Bruno HaibleAvoid dynamic loading of Windows API functions when...
2020-05-28 Paul Eggertexplicit_bzero-tests: improve -Wmissing-declarations...
2020-05-28 Bruno HaibleFix build errors due to read-file changes (regression...
next