summaryrefslogtreecommitdiff
path: root/cfg.mk
Commit message (Expand)AuthorAgeFilesLines
* maint: update copyright years.James Youngman2016-01-031-1/+1
* maint: avoid syntax-check failuresBernhard Voelker2015-12-281-0/+3
* Add new test for octal and letter escapes in -printf format.James Youngman2011-06-191-2/+2
* Split strings into fields nondestructively.James Youngman2011-06-131-1/+3
* Eliminate remaining .x-* files.James Youngman2011-06-121-0/+6
* Eliminate .x-sc_prohibit_empty_lines_at_EOF and .x-sc_bindtextdomainJames Youngman2011-06-121-0/+5
* Enable sc_makefile_at_at_check; fix problems it identifies.James Youngman2011-06-121-3/+0
* Enable the sc_trailing_blank check.James Youngman2011-06-121-3/+3
* Enable the sc_space_tab checkJames Youngman2011-06-121-6/+2
* Enable the sc_texinfo_acronym checkJames Youngman2011-06-121-4/+3
* Enable syntax check sc_obsolete_symbols.James Youngman2011-06-121-4/+2
* Enable more syntax checks, eliminate useless C preprocessor parenthesesJames Youngman2011-06-121-5/+8
* Use stat-size macros in pred.c also.James Youngman2011-06-121-4/+3
* Check for accidental modifications to the wrong section of the NEWS file.James Youngman2010-04-031-1/+7
* cfg.mk: simplify variablesJames Youngman2010-04-031-11/+9
* Don't include quote.h/quotearg.h where it is not used.James Youngman2010-04-031-2/+1
* Use set_program_name() to remember the programs' names.James Youngman2010-04-031-4/+1
* Avoid using magic numbers as exit statuses.James Youngman2010-04-031-1/+1
* Avoid sc_prohibit_stat_st_blocks check, since it is broken.James Youngman2010-04-031-3/+3
* Enable syntax checker sc_the_the, detecting doubled 'the'.James Youngman2010-04-031-1/+1
* sc_prohibit_strcmp gives false positives when neither argument is a constant,...James Youngman2010-04-031-3/+6
* Avoid sscanf. Avoid false positives for sc_prohibit_atoi_atof.James Youngman2010-04-031-1/+1
* Avoid false positives for the sc_prohibit_test_minus_ao syntax check.James Youngman2010-04-031-1/+1
* Don't include xalloc.h where we don't use it.James Youngman2010-04-031-2/+1
* Fix some space-followed-by-tab sequences.James Youngman2010-04-031-2/+5
* * cfg.mk: Explain that we cannot enable the sc_texinfo_acronymJames Youngman2010-04-031-3/+8
* Mark some missed error messages for translation.James Youngman2010-04-031-1/+1
* Add customisation of the behaviour of "make syntax-check".James Youngman2010-04-031-0/+45