summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* getrandom: Fix compilation errors on older versions of mingw.Bruno Haible2020-06-281-1/+2
* getentropy: Work around a macOS and Solaris problem.Bruno Haible2020-05-312-2/+8
* getrandom: Add support for native Windows.Bruno Haible2020-05-311-1/+29
* crypto/gc-random: Fix list of crypto devices for Solaris.Bruno Haible2020-05-311-2/+2
* wmempcpy: New module.Bruno Haible2020-05-312-2/+26
* crypto/gc-random: Fix list of crypto devices for NetBSD, OpenBSD.Bruno Haible2020-05-311-8/+2
* sys_random: Work around macOS bug.Bruno Haible2020-05-312-3/+8
* getrandom: Fix typo in last commit.Bruno Haible2020-05-301-1/+1
* getrandom: Override incompatible system function on Solaris 11.Bruno Haible2020-05-302-2/+21
* sys_random: New module.Bruno Haible2020-05-302-1/+45
* unistd: Remove conflicting declaration of getrandom().Bruno Haible2020-05-301-4/+2
* crypto/gc-random: Fix typo in last commit.Bruno Haible2020-05-301-3/+3
* crypto/gc-random: Fix link error on MSVC.Bruno Haible2020-05-301-2/+10
* fnmatch: Rely on more gnulib modules.Bruno Haible2020-05-301-4/+2
* wmemchr, wmemcmp, wmemcpy, wmemmove, wmemset: Fix autoconf test.Bruno Haible2020-05-295-10/+10
* getentropy, getrandom: new modulesPaul Eggert2020-05-253-2/+37
* fopen-gnu: New module.Bruno Haible2020-05-241-1/+86
* calloc-gnu: Make the test work in non-flat address spaces.Bruno Haible2020-05-231-9/+20
* calloc-gnu: Avoid wrong configure results with GCC's AddressSanitizer.Bruno Haible2020-05-231-28/+43
* isnanf, isnanl, isnan: Don't use nonexistent builtins with clang.Bruno Haible2020-05-232-8/+26
* calloc-gnu: Avoid wrong configure results with clang.Bruno Haible2020-05-231-2/+2
* isnanl, isnanl-nolibm: Make a test work better with "gcc -O2" on x86_64.Bruno Haible2020-05-231-8/+6
* memmem: Avoid wrong configure results with "clang -fsanitize=undefined".Bruno Haible2020-05-211-2/+2
* regex: Avoid wrong configure results with "clang -fsanitize=leak".Bruno Haible2020-05-211-21/+71
* glob: Avoid wrong configure results with "clang -fsanitize=leak".Bruno Haible2020-05-211-1/+2
* fchownat: Support clang -fsanitize=implicit-integer-sign-change better.Bruno Haible2020-05-211-3/+3
* getdelim: Avoid wrong configure results with gcc -fsanitize=address.Tim Rühsen2020-05-211-1/+2
* manywarnings: port to GCC 10.1Paul Eggert2020-05-091-1/+23
* uchar: Work around incorrect char16_t, char32_t types on Haiku 2020.Bruno Haible2020-05-092-30/+82
* Macro tweaks.Bruno Haible2020-05-092-8/+8
* c32rtomb: Avoid compilation failure on Haiku.Bruno Haible2020-05-091-3/+17
* mbrtoc32: Avoid compilation failure on Haiku.Bruno Haible2020-05-091-5/+24
* ignore-value tests: Use module 'attribute'.Bruno Haible2020-05-081-2/+2
* * m4/gnulib-common.m4 (gl_COMMON_BODY): Minor style fixes.Paul Eggert2020-05-061-3/+3
* attribute: add _GL_ATTRIBUTE_RETURNS_NONNULLPaul Eggert2020-05-031-0/+6
* attribute: new modulePaul Eggert2020-05-031-31/+192
* bison: Fix today's commit.Bruno Haible2020-05-031-4/+4
* bison: rely on bison's %require to check a version requirementAkim Demaille2020-05-032-15/+20
* bison-i18n: Fix typo in last commit.Bruno Haible2020-05-021-1/+1
* bison-i18n: Add support for cross-compilation.Bruno Haible2020-05-021-11/+26
* bison: New module.Bruno Haible2020-05-012-25/+67
* explicit_bzero: Use memset_s() when available.Bastien Roucariès2020-04-141-0/+1
* Fix comments: The gettext library is under LGPL 2.1, not LGPL 2.0.Bruno Haible2020-04-047-22/+22
* autoupdateKarl Berry2020-04-011-2/+2
* acl-permissions: Improve autoconf macro.Bruno Haible2020-03-221-2/+2
* *printf-posix: Fix m4 error (regression from 2020-03-08).Bruno Haible2020-03-161-3/+3
* *printf-posix: Document why it's overridden on some glibc systems.Bruno Haible2020-03-081-3/+21
* getloadavg: Don't use /usr/local when cross-compiling on AIX.Bruno Haible2020-02-241-2/+4
* crypto/gc: Use 'restrict'.Bruno Haible2020-02-231-1/+3
* crypto/sm3: Use 'restrict'.Bruno Haible2020-02-231-1/+4