summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-05-16indent: directly access the input bufferrillig
2023-05-16indent: allow comments in column 1 to be formattedrillig
2023-05-16indent: remove support for form feed characters inside a linerillig
2023-05-16indent: remove blank between comment and parentheses or bracketsrillig
2023-05-16indent: fix handling of INDENT OFF/ON commentsrillig
2023-05-16indent: move parsing of 'INDENT OFF/ON' comments to the lexerrillig
2023-05-15indent: clean up detection of whether parentheses form a castrillig
2023-05-15indent: fix cast detectionrillig
2023-05-15indent: fix detection of castsrillig
2023-05-15indent: fix type cast in function definitionrillig
2023-05-15indent: clean up local indentation profilerillig
2023-05-15indent: fix duplicate space between comment and binary operatorrillig
2023-05-15indent: format its own code, extend some commentsrillig
2023-05-15indent: fix line wrapping of comments to the right of coderillig
2023-05-15indent: improve type guessing, fix formatting of declarationsrillig
2023-05-15indent: remove backslash line continuation outside preprocessingrillig
2023-05-15indent: fix spacing between function prototype and attributesrillig
2023-05-15indent: fix indentation of struct member namesrillig
2023-05-15indent: indent multi-line conditionsrillig
2023-05-15indent: fix indentation of statements after controlling expressionrillig
2023-05-15indent: fix indentation of expressions in -nlp -eei moderillig
2023-05-15indent: fix indentation of multi-line '?:' expressions in functionsrillig
2023-05-15indent: group parser state by topicrillig
2023-05-15indent: let indent format its own coderillig
2023-05-15indent: document feature toggle for debugging outputrillig
2023-05-15indent: fix spacing in for loop with declaration (since 2022-02-13)rillig
2023-05-15indent: remove redundant include linesrillig
2023-05-15indent: clean up memory allocationrillig
2023-05-15indent: move debugging code to separate filerillig
2023-05-15indent: clean up memory and buffer managementrillig
2023-05-14indent: only null-terminate the buffers if necessaryrillig
2023-05-14indent: shorten variable names for indenting commentsrillig
2023-05-14indent: fix handling of multiple block comments in a linerillig
2023-05-14indent: in comments, keep a leading tabrillig
2023-05-14indent: fix vertical spacing after declarationsrillig
2023-05-14indent: reduce code for scanning tokensrillig
2023-05-14indent: remove foreign RCS IDsrillig
2023-05-14indent: miscellaneous cleanupsrillig
2023-05-14indent: reduce binary sizerillig
2023-05-13lint: add query for chained assignmentsrillig
2023-05-13indent: prevent undefined behavior on unbalanced parenthesesrillig
2023-05-13indent: do not add a blank at the beginning of a linerillig
2023-05-13indent: do not add a space before a comment that starts a linerillig
2023-05-13indent: replace __dead functions with return statementsrillig
2023-05-13indent: implement 'blank after declarations'rillig
2023-05-13indent: use enum instead of magic numbers for tracking declarationsrillig
2023-05-13indent: improve names of option variablesrillig
2023-05-13indent: add debug logging for enum token classificationrillig
2023-05-13indent: fix lexing of numbers that are spread over multiple linesrillig
2023-05-13indent: rename struct fields for buffersrillig