summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-06-21tests/make: clean up and extend tests for multiple-inclusion guardsrillig
2023-06-21tests/make: document a few testsrillig
2023-06-21Allow guard targets to use variables.sjg
2023-06-20make: allow targets to be used as multiple-inclusion guardsrillig
2023-06-20nc(1): Declare and initialize ``on'' ifdef SO_BINDANY. NFC yet for us.rin
2023-06-19tests/make: test triple negation in '.ifndef'rillig
2023-06-19make: sort files in coverage report alphabeticallyrillig
2023-06-19make: add tests for full code coverage of multiple-inclusion guardsrillig
2023-06-19make: clean up code for skipping files with multiple-inclusion guardrillig
2023-06-19Test that .undef of readOnly variable failssjg
2023-06-19make: if a makefile is protected by a guard, only include it oncerillig
2023-06-18tests/make: clean up test for multiple-inclusion guardsrillig
2023-06-18tests/make: align variable name in test for multiple-inclusion guardsrillig
2023-06-18tests/make: extend test for multiple-inclusion guardsrillig
2023-06-18indent: only add blank lines before actual block commentsrillig
2023-06-18indent: remove support for backspace in code and commentsrillig
2023-06-18indent: untangle code for handling the statement indentationrillig
2023-06-17indent: clean uprillig
2023-06-17indent: miscellaneous cleanupsrillig
2023-06-16indent: merge lexer symbols for type in/outside parenthesesrillig
2023-06-16Fix memory leakwiz
2023-06-16Remove trailing whitespace.wiz
2023-06-16Comment out variable assignations that are not used.wiz
2023-06-16indent: add debug output for typedef declarationsrillig
2023-06-16indent: fix spacing between postfix operator and left parenthesisrillig
2023-06-16make: do not allow delete of readOnly variable.sjg
2023-06-16indent: improve heuristics for cast expressionsrillig
2023-06-16indent: improve heuristics for cast expressionsrillig
2023-06-16indent: improve heuristics for castsrillig
2023-06-16indent: fix indentation and linebreaks in typedef declarationsrillig
2023-06-16indent: don't force a blank line between '}' and preprocessing linerillig
2023-06-16indent: rename a field of the parser staterillig
2023-06-16patch: add --backup-if-mismatch and --no-backup-if-mismatch for GNU patch com...wiz
2023-06-16tests/make: add test for multiple-inclusion guardsrillig
2023-06-16tests/make: clean up tests for the ':M' and ':S' modifiersrillig
2023-06-16make: remove parameter names from function declarationsrillig
2023-06-15indent: consolidate handling of statement continuationsrillig
2023-06-15indent: rename state variable to be more accuraterillig
2023-06-15indent: fix indentation of multi-line enum constant initializersrillig
2023-06-15indent: miscellaneous cleanups, more tests for edge casesrillig
2023-06-15indent: fix alignment of multi-line declarationsrillig
2023-06-14indent: reduce number of relocationsrillig
2023-06-14indent: clean up the code, add a few testsrillig
2023-06-14indent: allow more than 128 brace levelsrillig
2023-06-14indent: fix out-of-bounds read when reducing a statementrillig
2023-06-14indent: clean up array indexing for parser symbolsrillig
2023-06-14indent: allow more than 20 nested parentheses or bracketsrillig
2023-06-14indent: merge duplicate coderillig
2023-06-14indent: fix formatting of comment after 'switch (expr)'rillig
2023-06-14indent: use correct preprocessing directive in error messagerillig