summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* quotearg: Use 'restrict'.Bruno Haible2020-02-231-1/+2
* parse-datetime: Use 'restrict'.Bruno Haible2020-02-231-1/+2
* nstrftime: Use 'restrict'.Bruno Haible2020-02-231-1/+3
* memcoll: Use 'restrict'.Bruno Haible2020-02-231-2/+6
* fchmodat, lchmod: simplifyPaul Eggert2020-02-232-56/+2
* Use 'restrict' in all POSIX function declarations.Bruno Haible2020-02-2213-16/+41
* largefile: remove _DARWIN_USE_64_BIT_INODEPaul Eggert2020-02-211-3/+0
* fchmodat: Make more future-proof.Bruno Haible2020-02-161-2/+13
* lchmod: Make more future-proof.Bruno Haible2020-02-161-2/+13
* xnanosleep: prefer pause, and get remaining timePaul Eggert2020-02-161-2/+2
* lchmod: Improve cross-compilation guess.Bruno Haible2020-02-161-2/+9
* copysignf: Fix link error on HP-UX with cc.Bruno Haible2020-02-111-2/+8
* fchmodat: Improve cross-compilation guesses.Bruno Haible2020-02-081-3/+11
* fchmodat: AT_SYMLINK_NOFOLLOW fix for non-symlinksPaul Eggert2020-02-073-6/+98
* Port _Noreturn to older ClangPaul Eggert2020-02-041-2/+5
* ansi-c++-opt: Set CXXFLAGS to "-g -O2" by default.Bruno Haible2020-02-011-1/+11
* uchar: Preparations for modules c32isalnum, ..., c32isxdigit.Bruno Haible2020-01-251-1/+13
* iswxdigit: New module.Bruno Haible2020-01-252-1/+116
* iswdigit: New module.Bruno Haible2020-01-252-1/+125
* hard-locale tests: Make it easy to reuse the musl test.Bruno Haible2020-01-251-0/+18
* mbrtoc32: Add note about FreeBSD 12.Bruno Haible2020-01-211-7/+11
* threadlib: Disable use of weak symbols on FreeBSD 11.Bruno Haible2020-01-201-1/+26