summaryrefslogtreecommitdiff
path: root/usr.bin/indent/debug.c
AgeCommit message (Expand)Author
2023-05-22indent: implement suppressing optional blank linesrillig
2023-05-20indent: extract the output state from the parser staterillig
2023-05-20indent: implement blank line above block commentrillig
2023-05-20indent: implement blank line after function bodyrillig
2023-05-20indent: implement blank lines around conditional compilationrillig
2023-05-20indent: add debug logging for brace indentationrillig
2023-05-18indent: manually wrap overly long linesrillig
2023-05-18indent: switch to standard code stylerillig
2023-05-17indent: fix indentation in preprocessor linerillig
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-15indent: clean up detection of whether parentheses form a castrillig
2023-05-15indent: indent multi-line conditionsrillig
2023-05-15indent: document feature toggle for debugging outputrillig
2023-05-15indent: move debugging code to separate filerillig
2023-05-15indent: clean up memory and buffer managementrillig
2023-05-13indent: implement 'blank after declarations'rillig
2023-05-13indent: use enum instead of magic numbers for tracking declarationsrillig
2023-05-13indent: add debug logging for enum token classificationrillig
2023-05-13indent: move debugging code to separate filerillig