summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* maint: run 'make update-copyright'Paul Eggert2022-01-01820-820/+820
* timespec_getres: new modulePaul Eggert2021-12-282-1/+21
* gettime-res: new modulePaul Eggert2021-12-282-4/+13
* gettime: port better to non-POSIX C2xPaul Eggert2021-12-281-2/+2
* perl: let caller see whether perl was foundPaul Eggert2021-12-281-9/+16
* libtextstyle-optional: Fix generation of textstyle.h (regr. 2021-12-15).Bruno Haible2021-12-181-1/+8
* automake-subdir support: Support the libunistring modules.Bruno Haible2021-12-151-2/+6
* Accommodate non-recursive Automake in a less hacky way.Bruno Haible2021-12-152-3/+12
* Move .h file names out of the *.m4 files.Bruno Haible2021-12-1534-184/+147
* Indentation fix.Bruno Haible2021-12-151-3/+3
* gnulib-tool: Support non-recursive-gnulib-prefix-hack with tests.Bruno Haible2021-12-131-3/+0
* gnulib-tool: Support different basenames for the lib/,tests/ Makefiles.Bruno Haible2021-12-131-1/+4
* sigsegv: Fix build on some more embedded CPUs.Bruno Haible2021-12-061-2/+20
* lseek: port around macOS SEEK_DATA glitchPaul Eggert2021-11-151-2/+8
* sigsegv: fix build on or1kFabrice Fontaine2021-11-111-0/+1
* sigsegv: fix build on microblazeelFabrice Fontaine2021-11-111-1/+1
* sigsegv: fix quoting problemPaul Eggert2021-10-131-2/+2
* timer-time: port better to OpenBSD 6.9Paul Eggert2021-10-021-3/+8
* Improve 'configure --help' output for crypto modules.Bruno Haible2021-09-192-14/+25
* string, wchar: Don't require undefined m4 macros (regr. today).Bruno Haible2021-09-192-4/+4
* string, wchar: Don't cause link errors for rpl_free (regr. 2021-09-07).Bruno Haible2021-09-182-2/+6
* threadlib: Avoid crashes in thread-related functions on Cygwin 3.2.0.Bruno Haible2021-09-171-26/+36
* stdint-tests: long long preproc on recent Sun CPaul Eggert2021-09-121-1/+2
* extern-inline: Fix syntax error on macOS with GCC 11 (regr. 2021-08-22).Bruno Haible2021-09-131-2/+2
* strerror_r-posix: port even better to AndroidPaul Eggert2021-09-082-2/+7
* strerror_r-posix: port better to AndroidPaul Eggert2021-09-081-4/+6
* string, wchar: avoid some namespace pollutionPaul Eggert2021-09-071-1/+1
* sigsegv: Improve cross-compilation support for LoongArch CPU.Sun Haiyong2021-09-041-1/+2
* gnulib-common.m4: Clarify logic behind _GL_UNUSED_LABEL.Bruno Haible2021-08-221-1/+3
* gnulib-common.m4: Make _GL_UNUSED_LABEL effective for clang.Bruno Haible2021-08-221-1/+1
* gnulib-common.m4: Use C2x [[maybe_unused]] when possible.Bruno Haible2021-08-221-2/+2
* gnulib-common.m4: Document the gnulib-internal _GL_ATTRIBUTE_* macros.Bruno Haible2021-08-221-8/+129
* c-stack: Test for libsigsegv once, not twice.Bruno Haible2021-08-222-7/+25
* c-stack: fix libsigsegv dependencyPaul Eggert2021-08-171-1/+2
* gnulib-common.m4: Minor style fix.Bruno Haible2021-08-081-8/+8
* year2038: Fix recommendation regarding -m64 flag.Bruno Haible2021-08-071-3/+3
* manywarnings: enable some malloc warningsPaul Eggert2021-08-021-9/+3
* year2038: work even if time_t is narrower than intPaul Eggert2021-08-021-1/+2
* year2038: port to unusual time_t platformsPaul Eggert2021-08-021-25/+36
* xalloc: no attribute (malloc (free)) on inlinePaul Eggert2021-08-011-1/+2
* manywarnings: improve -fanalyzer malloc checkingPaul Eggert2021-08-011-2/+2
* gnulib-common: update for gcc -Wmismatched-deallocPaul Eggert2021-07-311-0/+12
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-311-9/+20
* limits-h: add BOOL_MAX, BOOL_WIDTHPaul Eggert2021-07-311-1/+2
* Don't use '#pragma weak' for thread functions in Linux/glibc>=2.34.Bruno Haible2021-07-171-16/+48
* Fix cross-compilation test results.Bruno Haible2021-07-173-5/+8
* regex: modernize to newer regex bugsetPaul Eggert2021-07-141-2/+38
* regex: fix shell quoting problem in configurationPaul Eggert2021-07-141-3/+3
* year2038: Add --disable-year2038 optionPaul Eggert2021-07-062-10/+15
* year2038: support glibc 2.34 _TIME_BITS=64Paul Eggert2021-07-012-26/+65