summaryrefslogtreecommitdiff
path: root/m4/gnulib-common.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add back gl_SILENT.Bruno Haible2020-09-191-1/+17
* signalblocking: simplify and remove gl_SILENTPaul Eggert2020-09-171-15/+1
* sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25). Part 2.Bruno Haible2020-09-171-1/+1
* sigprocmask: Fix configuration failure on Solaris 10 (regr. 2020-07-25).Bruno Haible2020-09-171-4/+9
* Assume autoconf >= 2.64.Bruno Haible2020-08-161-13/+1
* Support compiling without -loldnames on native Windows.Bruno Haible2020-08-151-1/+71
* Use many __attribute__s with clang.Bruno Haible2020-08-111-2/+2
* Add ability to emit user-defined warnings and errors with clang.Bruno Haible2020-08-091-1/+5
* _GL_CMP: Improve documentation.Bruno Haible2020-07-311-2/+4
* Work around some Oracle Studio attribute bugsPaul Eggert2020-07-301-3/+9
* sigprocmask: Small autoconf macro improvement.Bruno Haible2020-07-261-1/+10
* Fix _GL_CMP parenthesization typoPaul Eggert2020-07-241-1/+1
* Optimize three-valued comparison between integers.Bruno Haible2020-07-241-1/+15
* 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
* Port _Noreturn to older ClangPaul Eggert2020-02-041-2/+5
* Ensure Automake does not drop ~~gnulib.m4.Bruno Haible2020-01-181-1/+2
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* Improve port of AC_C_RESTRICT to Oracle C++Paul Eggert2019-12-181-6/+7
* Avoid hassles caused by [[noreturn]] in C++.Bruno Haible2019-12-031-2/+9