summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* alloca-opt: Fix warning on mingw.Bruno Haible2020-06-301-6/+9
* getrandom: Fix compilation errors on older versions of mingw.Bruno Haible2020-06-281-1/+10
* clean-temp: Fix wrong errno in error message.Bruno Haible2020-06-281-1/+2
* fatal-signal: Make multithread-safe.Bruno Haible2020-06-281-0/+7
* clean-temp: Don't force deletion of temporary files on native Windows.Bruno Haible2020-06-283-8/+12
* fatal-signal: Make multithread-safe.Bruno Haible2020-06-271-4/+35
* getloadavg: don’t depend on fopen-gnuPaul Eggert2020-06-271-7/+14
* fopen-gnu: Simplify code.Bruno Haible2020-06-271-16/+13
* tmpfile: Fix a typo.Bruno Haible2020-06-271-2/+2
* canonicalize: Improve documentation.Bruno Haible2020-06-271-1/+2
* xgetcwd: Improve documentation.Bruno Haible2020-06-271-1/+1
* getcwd: Improve documentation.Bruno Haible2020-06-271-4/+4
* fchdir: Improve documentation.Bruno Haible2020-06-271-3/+4
* filenamecat-lgpl: Set errno upon failure.Bruno Haible2020-06-271-10/+12
* areadlink-with-size: Set errno upon failure.Bruno Haible2020-06-272-1/+6
* c-dtoastr, c-ldtoastr: new modulesMarc Nieper-Wißkirchen2020-06-254-6/+29
* tzset: Fix compilation warnings on mingw (regression from 2017-05-01).Bruno Haible2020-06-211-0/+3
* thread: Avoid possible compiler warnings in uses of gl_thread_exit.Bruno Haible2020-06-171-2/+2
* thread, thrd: Avoid a compiler warning.Bruno Haible2020-06-171-1/+1
* windows-thread: Avoid a compiler warning.Biswapriyo Nath2020-06-172-2/+2
* unictype/joininggroup-name: Fix warning on 64-bit mingw.Bruno Haible2020-06-151-1/+1
* getloadavg: fix double-increment bugPaul Eggert2020-06-011-1/+1
* tempname: use getrandom, not getentropyPaul Eggert2020-06-011-4/+3
* tempname: merge from glibc and coreutilsPaul Eggert2020-05-312-139/+145
* getentropy: Work around a macOS and Solaris problem.Bruno Haible2020-05-311-0/+11
* fnmatch: merge from glibcPaul Eggert2020-05-313-466/+502
* getrandom: Doc and test tweaks.Bruno Haible2020-05-311-1/+2
* getrandom: Add support for native Windows.Bruno Haible2020-05-311-2/+102
* getrandom: Simplify the determination of the random number devices.Bruno Haible2020-05-311-0/+19
* list: fix GCC warningsAkim Demaille2020-05-314-17/+23
* list-c++, set-c++, oset-c++, map-c++, omap-c++: Don't fool the compiler.Bruno Haible2020-05-315-6/+50
* wmempcpy: New module.Bruno Haible2020-05-312-0/+51
* sys_random: Work around macOS bug.Bruno Haible2020-05-311-0/+8
* getrandom: Override incompatible system function on Solaris 11.Bruno Haible2020-05-302-3/+21
* sys_random: New module.Bruno Haible2020-05-301-5/+68
* unistd: Remove conflicting declaration of getrandom().Bruno Haible2020-05-301-18/+0
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-3039-27/+229
* physmem: Fix compilation errors on MSVC.Bruno Haible2020-05-301-1/+1
* fnmatch: Rely on more gnulib modules.Bruno Haible2020-05-301-57/+23
* Avoid dynamic lookup of Windows API functions when possible.Bruno Haible2020-05-292-4/+44
* read-file: disable buffering if RF_SENSITIVE is setDaiki Ueno2020-05-291-2/+8
* Fix compilation error on native Windows (regression from 2020-05-28).Bruno Haible2020-05-293-0/+14
* Avoid dynamic loading of Windows API functions when possible.Bruno Haible2020-05-293-10/+28
* Fix build errors due to read-file changes (regression from 2020-05-27).Bruno Haible2020-05-281-2/+2
* fts: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* relocatable-prog: Make more robust in multithreaded applications.Bruno Haible2020-05-281-4/+9
* getloadavg: Make more robust in multithreaded applications.Bruno Haible2020-05-281-19/+3
* vma-iter: Make more robust in multithreaded applications.Bruno Haible2020-05-281-8/+8
* truncate: Make more robust in multithreaded applications.Bruno Haible2020-05-281-2/+2
* pagealign_alloc: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1