summaryrefslogtreecommitdiff
path: root/cfg.mk
AgeCommit message (Expand)Author
2017-01-10maint: fix recent syntax check failuresEric Blake
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-30maint: post-release administriviaPádraig Brady
2016-11-23maint: fix 'syntax-check' targets for VPATH buildsBernhard Voelker
2016-11-22tests: fix false fails due to passing env vars to returns_Pádraig Brady
2016-11-22b2sum: a new checksum utility with md5sum like interfacePádraig Brady
2016-11-14all: reduce usage of proper_name_utf8()Pádraig Brady
2016-11-13maint: add 'returns_' to exclude list in sc_prohibit_and_fail_1Bernhard Voelker
2016-11-07date: add %q to output the quarter of the yearPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-10-15build: add die.h; avoid new warnings from GCC 7Jim Meyering
2016-07-27maint: skip a check when en_US.UTF-8 collation rules are brokenJim Meyering
2016-04-21tests: avoid potential overflows with `expr`Pádraig Brady
2016-03-15maint: remove gl/lib/reg*.c.diff; no longer neededJim Meyering
2016-01-20maint: post-release administriviaPádraig Brady
2016-01-13maint: fix old spelling mistakes in NEWSPádraig Brady
2016-01-03maint: fix sc_long_lines to warn about 100+ maximum line length againBernhard Voelker
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-12-22doc: describe test operator precedence and associativityPádraig Brady
2015-12-15maint: ensure emit_mandatory_arg_note() used if neededPádraig Brady
2015-12-15maint: include 'env' commands in returns_ syntax checkPádraig Brady
2015-12-14maint: remove form feed characters from sourcesPádraig Brady
2015-11-10tests: ensure programs are built before testingPádraig Brady
2015-11-04maint: add a syntax check to avoid unstyled quotingPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-11-04all: replace most uses of quotearg_colon() with quote()Pádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-10-19maint: fixes to support improved sc_tight_scopePádraig Brady
2015-09-23build: update gnulib submodule to latestPádraig Brady
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker
2015-08-18maint: add syntax check to ensure larger man/*.x files have a CopyrightBernhard Voelker
2015-07-03maint: post-release administriviaPádraig Brady
2015-07-03maint: avoid false syntax-check failure in distcheckPádraig Brady
2015-06-07maint: sync .gitignore items with gnulib entriesPádraig Brady
2015-05-17build: fix 'dist' and 'syntax-check' targets in VPATH buildPádraig Brady
2015-05-17build: avoid issues with case insensitive file systemsPádraig Brady
2015-05-11tests: cleanup background processes upon interruptionPádraig Brady
2015-04-22build: fix potential factor build failure on arm and mipsPádraig Brady
2015-03-20maint: really fix wildcard quoting in sc_tests_executablePádraig Brady
2015-03-20maint: fix wildcard quoting in sc_tests_executablePádraig Brady
2015-03-05maint: be less strict about executable permissions of testsBernhard Voelker
2015-02-17maint: prefer STREQ_LEN and STRPREFIX over strncmp in all casesBernhard Voelker
2015-02-11maint: remove redundant diff filtering from sc_long_linesPádraig Brady
2015-02-11maint: exclude diff files from long lines checkPádraig Brady
2015-02-09maint: make sc_dd_O_FLAGS more robustBernhard Voelker
2015-02-09maint: make sc_THANKS_in_duplicates more robustBernhard Voelker
2015-02-09maint: sort contributors in THANKS.inBernhard Voelker
2015-02-03build: fix invalid gnulib patchPádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-14tests: use compare-vs-/dev/null instead of 'test -s'Bernhard Voelker