summaryrefslogtreecommitdiff
path: root/tests/usr.bin/indent/t_errors.sh
AgeCommit message (Expand)Author
2023-06-14indent: allow more than 128 brace levelsrillig
2023-06-14indent: allow more than 5 levels of #if/#endifrillig
2023-06-10indent: fix stack overflow, add more testsrillig
2023-06-09indent: support C99 compound literalsrillig
2023-06-05indent: fix trailing whitespace after commentrillig
2023-06-04tests/indent: cover code in lexi.crillig
2023-06-04indent: fix formatting of compound expressions, at least partiallyrillig
2023-05-21tests/indent: fix outdated or wrong commentsrillig
2023-05-21indent: don't error out on unrecognized preprocessor directivesrillig
2023-05-14indent: miscellaneous cleanupsrillig
2023-05-13indent: do not add a space before a comment that starts a linerillig
2023-05-13indent: preserve indentation of preprocessor directivesrillig
2023-05-11indent: remove buggy code for swapping tokensrillig
2022-04-22indent: remove FreeBSD IDsrillig
2022-02-13tests/indent: demonstrate the poor handling of compound literalsrillig
2021-11-25indent: make error message for missing command line arguments clearerrillig
2021-11-25tests/indent: use escape sequence for newline charactersrillig
2021-11-07indent: parse special options strictlyrillig
2021-11-07tests/indent: test lenient option parsingrillig
2021-11-07indent: remove redundant assignmentrillig
2021-10-30indent: fix assertion in fits_in_one_linerillig
2021-10-30tests/indent: demonstrate assertion failure in fits_in_one_linerillig
2021-10-30indent: revert previous fix of assertion failurerillig
2021-10-30indent: fix assertion failure in search_stmt_commentrillig
2021-10-29indent: replace segmentation fault with assertionrillig
2021-10-29tests/indent: demonstrate segmentation fault in search_stmt_commentrillig
2021-10-29indent: spell 'parentheses' properly in messages and commentsrillig
2021-10-29tests/indent: provoke the third occurrence of 'unbalanced parens'rillig
2021-10-29tests/indent: provoke error messages for unbalanced parenthesesrillig
2021-10-28indent: fix error message for buffer overflow during option parsingrillig
2021-10-28indent: make error messages for option parsing more preciserillig
2021-10-28indent: parse option '-cli' strictlyrillig
2021-10-24indent: clean up format of warnings and errorsrillig
2021-10-17indent: parse int command line options strictlyrillig
2021-10-14tests/indent: cover more error cases and inline indentationrillig
2021-10-14tests/indent: provide full line coverage for argument handlingrillig
2021-10-13indent: check command line options stricterrillig