summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-06-14indent: allow more than 5 levels of #if/#endifrillig
2023-06-14indent: clean up debugging coderillig
2023-06-14indent: clean up handling of commentsrillig
2023-06-14indent: remove another flag from parser staterillig
2023-06-14indent: remove a redundant flag from the parser staterillig
2023-06-14indent: merge parser symbols for stmt and stmt_listrillig
2023-06-10indent: rename misleading variablerillig
2023-06-10indent: fix debug outputrillig
2023-06-10indent: fix line break between semicolon and bracerillig
2023-06-10indent: fix stack overflow, add more testsrillig
2023-06-10indent: miscellaneous cleanupsrillig
2023-06-10indent: clean up function names, fix blank lines in debug outputrillig
2023-06-10indent: in debug mode, null-terminate buffersrillig
2023-06-10indent: distinguish blank lines from newline charactersrillig
2023-06-10indent: clean up debug outputrillig
2023-06-10indent: fix indentation of continuation lines in initializersrillig
2023-06-10indent: extract output of an indented line to separate functionrillig
2023-06-10indent: clean up function names and order in outputrillig
2023-06-10indent: clean up function and variable namesrillig
2023-06-10indent: explain right-aligned coderillig
2023-06-10indent: fix token classification in declarationsrillig
2023-06-10indent: rename and sort variables in parser staterillig
2023-06-10Pull git commit way-etc-20140221.tar.bz2 by Xin Li from FreeBSD:simonb
2023-06-09indent: trim trailing blank linesrillig
2023-06-09Add riscv porthgutch
2023-06-09indent: clean up lexerrillig
2023-06-09indent: sync debug information for lexer symbolsrillig
2023-06-09indent: group lexer symbols by topic, sort processing functionsrillig
2023-06-09lint: miscellaneous clean-upsrillig
2023-06-09lint: sort functions in calling orderrillig
2023-06-09lint: indent local variables consistentlyrillig
2023-06-09indent: support C99 compound literalsrillig
2023-06-09indent: don't treat function call expressions as cast expressionsrillig
2023-06-09indent: improve heuristics for function declaration vs. definitionrillig
2023-06-09indent: eliminate unused variablerillig
2023-06-09indent: when an indentation is ambiguous, indent one level furtherrillig
2023-06-09indent: format its own coderillig
2023-06-09indent: preserve block comments with delimitersrillig
2023-06-09indent: express more clearly how delimited and no-wrap comments relaterillig
2023-06-09indent: indent multi-line expressions according to parenthesesrillig
2023-06-08indent: remove fragile heuristic for detecting cast expressionsrillig
2023-06-08indent: fix indentation of initializer lists with designatorsrillig
2023-06-08indent: fix indentation in multi-line else-if conditionsrillig
2023-06-08indent: clean up and condense coderillig
2023-06-07indent: extract the stack of parser symbols to a separate structrillig
2023-06-07indent: send all debug output to the same streamrillig
2023-06-06indent: right-trim single-line commentsrillig
2023-06-06indent: clean up formatting of commentsrillig
2023-06-06indent: simplify handling of commentsrillig
2023-06-06indent: split printing of comments into smaller functionsrillig