summaryrefslogtreecommitdiff
path: root/m4/gnulib-common.m4
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update some URLsPaul Eggert2019-09-221-1/+1
* Add option to assume the best, not the worst, when cross-compiling.Bruno Haible2019-09-091-1/+28
* _Noreturn: beware of C's _Noreturn in C++ pre C++11Akim Demaille2019-03-241-2/+3
* Help making signal handlers more reliable.Bruno Haible2019-03-191-1/+28
* _Noreturn: clang and MSVC do support [[noreturn]] in C++11 mode.Bruno Haible2019-03-181-3/+4
* _Noreturn: GCC 4.7 does not support [[noreturn]] in C++11 modeAkim Demaille2019-03-181-2/+3
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* gnulib-common.m4: port _Noreturn to C++Paul Eggert2018-11-021-6/+9
* Assume Autoconf >= 2.63.Bruno Haible2018-10-231-86/+3
* Continue to use spaces for indentation, not tabs.Bruno Haible2018-06-251-10/+10