summaryrefslogtreecommitdiff
path: root/m4/gnulib-common.m4
Commit message (Expand)AuthorAgeFilesLines
* Work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82283 .Bruno Haible2023-05-151-1/+5
* Improve quoting of AS_HELP_STRING's first argument.Bruno Haible2023-04-241-2/+2
* Fix compilation errors of list, set, oset, map, omap in C++ mode.Bruno Haible2023-04-151-18/+38
* Add more reminders to include <config.h>.Bruno Haible2023-04-121-1/+5
* uchar: Force inline functions to C linkage in C++ mode.Bruno Haible2023-04-061-1/+13
* Fix code duplication in last commit.Bruno Haible2023-02-101-158/+117
* mkfifoat: Fix crash on macOS 12.Bruno Haible2023-02-101-1/+197
* Fix compilation errors in C++ mode on macOS 12.5.Bruno Haible2023-02-091-2/+2
* Clarify _GL_ATTRIBUTE_NODISCARD code.Bruno Haible2023-01-281-1/+4
* Avoid clang warnings regarding [[__nodiscard__]].Bruno Haible2023-01-281-2/+8
* Avoid clang warnings regarding [[__maybe_unused__]].Bruno Haible2023-01-281-3/+9
* Keep config.h idempotent.Bruno Haible2023-01-251-129/+181
* Prepare for resolving conflicts regarding future Android API levels.Bruno Haible2023-01-221-10/+63
* snippet/_Noreturn: work around Clang _Noreturn bugPaul Eggert2023-01-201-0/+5
* Don’t use alloc_size with xlclang 16.1Paul Eggert2023-01-131-1/+1
* Recognize functions added in future versions of Android.Bruno Haible2023-01-051-1/+25
* maint: run 'make update-copyright'Simon Josefsson2023-01-011-1/+1
* Fix compilation errors in C++ mode on Solaris 11 OpenIndiana.Bruno Haible2022-12-271-2/+9
* doc: C2x → C23Paul Eggert2022-12-241-1/+1
* Port __has_c_attribute to strict C23Paul Eggert2022-12-211-23/+34
* Prefer talking about alignas than _Alignas.Bruno Haible2022-09-131-2/+2
* * m4/gnulib-common.m4: Fix comment.Paul Eggert2022-08-231-1/+2
* Port _GL_HAS_C_ATTRIBUTE to pedantic gcc -std=c99Paul Eggert2022-04-191-1/+5
* Port __has_attribute to Apple’s Clang renumberingPaul Eggert2022-02-251-1/+3
* Don't pass unknown warning option to clang.Bruno Haible2022-01-161-2/+2
* Avoid warning "_GL_ATTRIBUTE_DEALLOC_FREE redefined" (regr. 2022-01-04).Bruno Haible2022-01-131-2/+7
* Remove influence of Automake conditionals on conditional dependencies.Bruno Haible2022-01-091-1/+19
* Fix last commit.Bruno Haible2022-01-051-2/+4
* gnulib-tool: Avoid known warnings that reflect Gnulib's coding style.Bruno Haible2022-01-051-1/+65
* maint: run 'make update-copyright'Paul Eggert2022-01-011-1/+1
* Accommodate non-recursive Automake in a less hacky way.Bruno Haible2021-12-151-2/+8
* Move .h file names out of the *.m4 files.Bruno Haible2021-12-151-1/+25
* string, wchar: avoid some namespace pollutionPaul Eggert2021-09-071-1/+1
* 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
* gnulib-common.m4: Minor style fix.Bruno Haible2021-08-081-8/+8
* xalloc: no attribute (malloc (free)) on inlinePaul Eggert2021-08-011-1/+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
* Clarify that compiler warnings in the Gnulib tests can be ignored.Bruno Haible2021-06-101-1/+67
* Support several gnulib-tool invocations under the same configure.ac.Bruno Haible2021-04-111-6/+6
* Simplify GNULIB_* variable initializations.Bruno Haible2021-04-111-1/+11
* Port FALLTHROUGH to clang 3.4 and earlierPaul Eggert2021-01-211-1/+3
* snippet/_Noreturn: port to pedantic clangPaul Eggert2021-01-091-5/+6
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* AC_C_RESTRICT: update from AutoconfPaul Eggert2020-12-111-11/+12
* Avoid "warning: The macro `AC_PROG_CC_STDC' is obsolete".Bruno Haible2020-09-271-16/+10
* Avoid "warning: $as_echo_n is obsolete" from autoconf 2.69c.Bruno Haible2020-09-271-5/+4