summaryrefslogtreecommitdiff
path: root/build-aux
Commit message (Expand)AuthorAgeFilesLines
* syntax-check: fix violations and implement sc_prohibit_space_semicolon.Gary V. Vaughan2012-10-042-39/+39
* libtool: unroll complex nested compound statementsGary V. Vaughan2012-10-021-4/+6
* libtool: unroll nested if into a single case statement.Gary V. Vaughan2012-10-021-19/+23
* libtool: simplify $skipped_export blocksGary V. Vaughan2012-10-021-4/+4
* libtool: simplify an if statementGary V. Vaughan2012-10-021-3/+3
* libtool: save an if statement, with a compound statement.Gary V. Vaughan2012-10-021-3/+2
* libtool: simplify multiple string testsGary V. Vaughan2012-10-021-5/+3
* libtool: fold if into a compound OR statement when more readableGary V. Vaughan2012-10-021-6/+6
* libtool: use false or : for $rmforce, and simplifyGary V. Vaughan2012-10-021-5/+5
* libtool: use false or : for $wrappers_required, and simplifyGary V. Vaughan2012-10-021-8/+6
* libtool: use false or : for $linkalldeplibs, and simplifyGary V. Vaughan2012-10-021-3/+3
* libtool: use false or : for $valid_a_lib, and simplifyGary V. Vaughan2012-10-021-9/+9
* libtool: use false or : for $found, and simplifyGary V. Vaughan2012-10-021-19/+18
* libtool: use false or : for $alldeplibs, and simplifyGary V. Vaughan2012-10-021-3/+3
* libtool: use false or : for $preload, and simplifyGary V. Vaughan2012-10-021-8/+7
* libtool: use false or : for $my_pic_p, and simplifyGary V. Vaughan2012-10-021-6/+4
* libtool: use false or : for $finalize, and simplifyGary V. Vaughan2012-10-021-3/+3
* libtool: use false or : for $isdir, and simplifyGary V. Vaughan2012-10-021-4/+4
* syntax-check: remove useless_braces_in_variable_derefs.Gary V. Vaughan2012-10-022-2/+2
* maint: remove unused cvsu script.Gary V. Vaughan2012-10-021-512/+0
* maint: run update-copyright for missing 2011 and 2012 years.Gary V. Vaughan2012-10-026-8/+7
* bootstrap: use gnulib update-copyright script.Gary V. Vaughan2012-10-021-0/+1
* bootstrap: update bootstrap script to latest upstream.Gary V. Vaughan2012-10-021-11/+34
* git: don't complain about new parallel tests driver and file droppings.Gary V. Vaughan2012-10-021-0/+1
* Pass through -g* so that debugging information is not droppedAndreas Schwab2012-10-021-2/+2
* libtool: quote progpath properlyPeter Rosin2012-10-021-2/+2
* Accept clang's -stdlib linker flag.Titus von Boxberg2012-10-021-1/+2
* Enable nagfor fortran compiler supportJuergen Reuter2012-10-021-0/+9
* cwrapper: avoid surplus strlen calculations.Peter Rosin2012-10-021-2/+2
* bootstrap: fix Autoconf version typo.Gary V. Vaughan2012-10-021-1/+1
* libtool: make fork minimisation compatible with dash and zsh.Gary V. Vaughan2012-10-021-5/+7
* bootstrap: adopt autoconf echo normalization code.Gary V. Vaughan2012-10-022-14/+54
* libtool: minimise forks per invocation under bash.Gary V. Vaughan2012-10-021-9/+12
* maint: pick XSI funcs at runtime, not configure time.Gary V. Vaughan2012-10-023-74/+193
* maint: share useful functions from general.m4sh.Gary V. Vaughan2012-10-022-36/+39
* maint: Fix generated ChangeLog typos.Gary V. Vaughan2012-10-021-0/+19
* syntax-check: fix violations and implement sc_prohibit_sed_s_comma.Gary V. Vaughan2012-10-025-44/+44
* syntax-check: [REDO] fix violations and implement sc_prohibit_test_const_foll...Gary V. Vaughan2012-10-023-318/+317
* syntax-check: fix violations and implement sc_useless_braces_in_variable_derefs.Gary V. Vaughan2011-11-254-94/+94
* syntax-check: fix violations and implement sc_prohibit_bare_basename.Gary V. Vaughan2011-11-253-6/+7
* tests: migrate tests/sh.test checks to syntax-checks.Gary V. Vaughan2011-11-254-7/+7
* syntax-check: fix violations and implement sc_useless_quotes_in_assignment.Gary V. Vaughan2011-11-256-402/+402
* syntax-check: fix violations and implement sc_useless_quotes_in_case.Gary V. Vaughan2011-11-251-6/+6
* syntax-check: fix violations and re-enable sc_useless_cpp_parens.Gary V. Vaughan2011-11-171-18/+18
* syntax-check: fix violations and re-enable sc_space_tab.Gary V. Vaughan2011-11-173-3/+3
* syntax-check: fix violations and re-enable sc_prohibit_undesirable_word_seq.Gary V. Vaughan2011-11-171-5/+5
* syntax-check: fix violations and re-enable sc_prohibit_strcmp.Gary V. Vaughan2011-11-171-4/+6
* syntax-check: fix violations and re-enable sc_prohibit_doubled_word.Gary V. Vaughan2011-11-171-2/+2
* syntax-check: fix violations and re-enable sc_file_system.Gary V. Vaughan2011-11-171-1/+1
* syntax-check: fix violations and re-enable sc_cast_of_argument_to_free.Gary V. Vaughan2011-11-171-1/+1