summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* c-dtoastr, c-ldtoastr: new modulesMarc Nieper-Wißkirchen2020-06-2514-6/+284
* tzset: Fix compilation warnings on mingw (regression from 2017-05-01).Bruno Haible2020-06-212-0/+8
* autoupdateKarl Berry2020-06-211-9/+2
* autoupdateKarl Berry2020-06-181-1/+11
* thread: Avoid possible compiler warnings in uses of gl_thread_exit.Bruno Haible2020-06-172-2/+7
* thread, thrd: Avoid a compiler warning.Bruno Haible2020-06-172-1/+6
* windows-thread: Avoid a compiler warning.Biswapriyo Nath2020-06-173-2/+9
* unictype/joininggroup-name: Fix warning on 64-bit mingw.Bruno Haible2020-06-152-1/+9
* autoupdateKarl Berry2020-06-151-1/+11
* autoupdateKarl Berry2020-06-141-54/+259
* calloc-gnu tests: Avoid a test failure with clang.Bruno Haible2020-06-062-11/+23
* git-version-gen: update scriptversionDmitry V. Levin2020-06-031-1/+1
* autoupdateKarl Berry2020-06-023-21/+21
* getloadavg: fix double-increment bugPaul Eggert2020-06-012-1/+8
* getentropy, getrandom: compare to crypto/gc-randomPaul Eggert2020-06-012-0/+8
* tempname: use getrandom, not getentropyPaul Eggert2020-06-013-5/+12
* doc: New chapter 'Multithreading'.Bruno Haible2020-06-023-0/+228
* getentropy, getrandom: update version numbers in docPaul Eggert2020-06-012-2/+2
* doc: Move 'Running self-tests under valgrind' section.Bruno Haible2020-06-012-3/+10
* doc: Move 'Visual Studio Compatibility' section.Bruno Haible2020-06-012-3/+10
* doc: improve randomness discussionPaul Eggert2020-06-013-12/+36
* doc: Fix Texinfo syntax error.Bruno Haible2020-06-012-0/+6
* doc: Change '.' to '@.' where appropriate.Asher Gordon2020-06-0174-80/+157
* getrandom-tests: do not assume GRND_RANDOM yields short readPaul Eggert2020-05-312-18/+12
* read-file-test: pacify --enable-gcc-warningsPaul Eggert2020-05-312-1/+4
* tempname: merge from glibc and coreutilsPaul Eggert2020-05-314-141/+173
* getrandom, getentropy: Mention the crypto/gc-random module.Bruno Haible2020-05-313-1/+22
* getentropy: Enhance tests.Bruno Haible2020-05-313-0/+21
* getentropy: Work around a macOS and Solaris problem.Bruno Haible2020-05-316-7/+38
* fnmatch: merge from glibcPaul Eggert2020-05-315-467/+554
* getrandom: Doc and test tweaks.Bruno Haible2020-05-315-10/+44
* getrandom: Add support for native Windows.Bruno Haible2020-05-319-5/+168
* getrandom: Simplify the determination of the random number devices.Bruno Haible2020-05-313-1/+28
* crypto/gc-random: Fix list of crypto devices for Solaris.Bruno Haible2020-05-312-2/+7
* list: fix GCC warningsAkim Demaille2020-05-315-17/+37
* list-c++, set-c++, oset-c++, map-c++, omap-c++: Don't fool the compiler.Bruno Haible2020-05-316-6/+61
* wmemchr: Relicense under LGPLv2+.Bruno Haible2020-05-312-1/+6
* wmempcpy: New module.Bruno Haible2020-05-3110-7/+133
* crypto/gc-random: Fix list of crypto devices for NetBSD, OpenBSD.Bruno Haible2020-05-312-8/+7
* sys_random: Work around macOS bug.Bruno Haible2020-05-315-3/+29
* getrandom: Fix typo in last commit.Bruno Haible2020-05-301-1/+1
* getrandom: Override incompatible system function on Solaris 11.Bruno Haible2020-05-309-11/+70
* sys_random: Add C++ tests.Bruno Haible2020-05-304-0/+59
* sys_random: Add tests.Bruno Haible2020-05-303-0/+46
* sys_random: New module.Bruno Haible2020-05-308-21/+217
* unistd: Remove conflicting declaration of getrandom().Bruno Haible2020-05-304-24/+13
* getrandom: Add tests.Bruno Haible2020-05-303-0/+101
* crypto/gc-random: Fix typo in last commit.Bruno Haible2020-05-304-7/+7
* crypto/gc-random: Fix link error on MSVC.Bruno Haible2020-05-304-3/+22
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-3040-27/+279