| Commit message (Expand) | Author | Age | Files | Lines |
* | syntax-check: fix violations and implement sc_prohibit_space_semicolon. | Gary V. Vaughan | 2012-10-04 | 2 | -39/+39 |
* | libtool: unroll complex nested compound statements | Gary V. Vaughan | 2012-10-02 | 1 | -4/+6 |
* | libtool: unroll nested if into a single case statement. | Gary V. Vaughan | 2012-10-02 | 1 | -19/+23 |
* | libtool: simplify $skipped_export blocks | Gary V. Vaughan | 2012-10-02 | 1 | -4/+4 |
* | libtool: simplify an if statement | Gary V. Vaughan | 2012-10-02 | 1 | -3/+3 |
* | libtool: save an if statement, with a compound statement. | Gary V. Vaughan | 2012-10-02 | 1 | -3/+2 |
* | libtool: simplify multiple string tests | Gary V. Vaughan | 2012-10-02 | 1 | -5/+3 |
* | libtool: fold if into a compound OR statement when more readable | Gary V. Vaughan | 2012-10-02 | 1 | -6/+6 |
* | libtool: use false or : for $rmforce, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -5/+5 |
* | libtool: use false or : for $wrappers_required, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -8/+6 |
* | libtool: use false or : for $linkalldeplibs, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -3/+3 |
* | libtool: use false or : for $valid_a_lib, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -9/+9 |
* | libtool: use false or : for $found, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -19/+18 |
* | libtool: use false or : for $alldeplibs, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -3/+3 |
* | libtool: use false or : for $preload, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -8/+7 |
* | libtool: use false or : for $my_pic_p, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -6/+4 |
* | libtool: use false or : for $finalize, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -3/+3 |
* | libtool: use false or : for $isdir, and simplify | Gary V. Vaughan | 2012-10-02 | 1 | -4/+4 |
* | syntax-check: remove useless_braces_in_variable_derefs. | Gary V. Vaughan | 2012-10-02 | 2 | -2/+2 |
* | maint: remove unused cvsu script. | Gary V. Vaughan | 2012-10-02 | 1 | -512/+0 |
* | maint: run update-copyright for missing 2011 and 2012 years. | Gary V. Vaughan | 2012-10-02 | 6 | -8/+7 |
* | bootstrap: use gnulib update-copyright script. | Gary V. Vaughan | 2012-10-02 | 1 | -0/+1 |
* | bootstrap: update bootstrap script to latest upstream. | Gary V. Vaughan | 2012-10-02 | 1 | -11/+34 |
* | git: don't complain about new parallel tests driver and file droppings. | Gary V. Vaughan | 2012-10-02 | 1 | -0/+1 |
* | Pass through -g* so that debugging information is not dropped | Andreas Schwab | 2012-10-02 | 1 | -2/+2 |
* | libtool: quote progpath properly | Peter Rosin | 2012-10-02 | 1 | -2/+2 |
* | Accept clang's -stdlib linker flag. | Titus von Boxberg | 2012-10-02 | 1 | -1/+2 |
* | Enable nagfor fortran compiler support | Juergen Reuter | 2012-10-02 | 1 | -0/+9 |
* | cwrapper: avoid surplus strlen calculations. | Peter Rosin | 2012-10-02 | 1 | -2/+2 |
* | bootstrap: fix Autoconf version typo. | Gary V. Vaughan | 2012-10-02 | 1 | -1/+1 |
* | libtool: make fork minimisation compatible with dash and zsh. | Gary V. Vaughan | 2012-10-02 | 1 | -5/+7 |
* | bootstrap: adopt autoconf echo normalization code. | Gary V. Vaughan | 2012-10-02 | 2 | -14/+54 |
* | libtool: minimise forks per invocation under bash. | Gary V. Vaughan | 2012-10-02 | 1 | -9/+12 |
* | maint: pick XSI funcs at runtime, not configure time. | Gary V. Vaughan | 2012-10-02 | 3 | -74/+193 |
* | maint: share useful functions from general.m4sh. | Gary V. Vaughan | 2012-10-02 | 2 | -36/+39 |
* | maint: Fix generated ChangeLog typos. | Gary V. Vaughan | 2012-10-02 | 1 | -0/+19 |
* | syntax-check: fix violations and implement sc_prohibit_sed_s_comma. | Gary V. Vaughan | 2012-10-02 | 5 | -44/+44 |
* | syntax-check: [REDO] fix violations and implement sc_prohibit_test_const_foll... | Gary V. Vaughan | 2012-10-02 | 3 | -318/+317 |
* | syntax-check: fix violations and implement sc_useless_braces_in_variable_derefs. | Gary V. Vaughan | 2011-11-25 | 4 | -94/+94 |
* | syntax-check: fix violations and implement sc_prohibit_bare_basename. | Gary V. Vaughan | 2011-11-25 | 3 | -6/+7 |
* | tests: migrate tests/sh.test checks to syntax-checks. | Gary V. Vaughan | 2011-11-25 | 4 | -7/+7 |
* | syntax-check: fix violations and implement sc_useless_quotes_in_assignment. | Gary V. Vaughan | 2011-11-25 | 6 | -402/+402 |
* | syntax-check: fix violations and implement sc_useless_quotes_in_case. | Gary V. Vaughan | 2011-11-25 | 1 | -6/+6 |
* | syntax-check: fix violations and re-enable sc_useless_cpp_parens. | Gary V. Vaughan | 2011-11-17 | 1 | -18/+18 |
* | syntax-check: fix violations and re-enable sc_space_tab. | Gary V. Vaughan | 2011-11-17 | 3 | -3/+3 |
* | syntax-check: fix violations and re-enable sc_prohibit_undesirable_word_seq. | Gary V. Vaughan | 2011-11-17 | 1 | -5/+5 |
* | syntax-check: fix violations and re-enable sc_prohibit_strcmp. | Gary V. Vaughan | 2011-11-17 | 1 | -4/+6 |
* | syntax-check: fix violations and re-enable sc_prohibit_doubled_word. | Gary V. Vaughan | 2011-11-17 | 1 | -2/+2 |
* | syntax-check: fix violations and re-enable sc_file_system. | Gary V. Vaughan | 2011-11-17 | 1 | -1/+1 |
* | syntax-check: fix violations and re-enable sc_cast_of_argument_to_free. | Gary V. Vaughan | 2011-11-17 | 1 | -1/+1 |