summaryrefslogtreecommitdiff
path: root/usr.bin/indent/pr_comment.c
AgeCommit message (Expand)Author
2023-06-23indent: fix scanning of no-wrap comments (since 2021.11.07.10.34.03)rillig
2023-06-18indent: only add blank lines before actual block commentsrillig
2023-06-18indent: remove support for backspace in code and commentsrillig
2023-06-17indent: clean uprillig
2023-06-17indent: miscellaneous cleanupsrillig
2023-06-16indent: rename a field of the parser staterillig
2023-06-14indent: allow more than 20 nested parentheses or bracketsrillig
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-10indent: miscellaneous cleanupsrillig
2023-06-10indent: in debug mode, null-terminate buffersrillig
2023-06-10indent: rename and sort variables in parser staterillig
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-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
2023-06-04indent: remove read pointer from buffers that don't need itrillig
2023-06-04indent: fix out-of-bounds read when reading a commentrillig
2023-05-21tests/indent: fix outdated or wrong commentsrillig
2023-05-20indent: extract the output state from the parser staterillig
2023-05-20indent: implement blank line above block commentrillig
2023-05-18indent: manually wrap overly long linesrillig
2023-05-18indent: switch to standard code stylerillig
2023-05-16indent: directly access the input bufferrillig
2023-05-16indent: remove support for form feed characters inside a linerillig
2023-05-15indent: fix line wrapping of comments to the right of coderillig
2023-05-15indent: let indent format its own coderillig
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-13indent: use enum instead of magic numbers for tracking declarationsrillig
2023-05-13indent: rename struct fields for buffersrillig
2023-05-12indent: remove statisticsrillig
2023-05-11indent: remove broken code for handling blank linesrillig
2022-05-09indent: clean up control flow, remove Capsicumrillig
2022-04-23indent: group global variables related to output controlrillig
2021-11-27indent: rename dump functions to outputrillig
2021-11-26indent: add buf_add_range for adding characters to a bufferrillig
2021-11-25indent: make fits_in_one_line independent of psrillig
2021-11-25indent: fix accidentally joined and broken comments (since 2019-04-04)rillig
2021-11-25tests/indent: demonstrate bugs in comment processingrillig