summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* openat: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* at-internal: Make more robust in multithreaded applications.Bruno Haible2020-05-281-2/+3
* mountlist: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* login_tty: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* javacomp: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* getprogname: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* get_progname_of: Make more robust in multithreaded applications.Bruno Haible2020-05-281-4/+4
* get_ppid_of: Make more robust in multithreaded applications.Bruno Haible2020-05-281-5/+5
* get-rusage-as: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* crypto/gc: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* copy-file: Make more robust in multithreaded applications.Bruno Haible2020-05-281-2/+4
* chown: Make more robust in multithreaded applications.Bruno Haible2020-05-281-1/+1
* fopen-gnu: make 'b' flag can be used with 'e' on WindowsDaiki Ueno2020-05-281-0/+4
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-283-4/+4
* Improve pattern for defining _WIN32_WINNT.Bruno Haible2020-05-283-25/+31