Home | History | Annotate | Download | only in indent
History log of /src/tests/usr.bin/indent/opt_cli.c
RevisionDateAuthorComments
 1.7  10-Jun-2023  rillig indent: fix stack overflow, add more tests

For several parser symbols, 2 symbols are pushed in a row, which led to
an out-of-bounds write.
 1.6  06-Jun-2023  rillig indent: compute indentation of 'case' labels on-demand

One less moving part to keep track of.

No functional change.
 1.5  24-Apr-2022  rillig tests/indent: change directive from '#' to '//'

Using a '//' instead of '#' turns the directives into well-formed C
code, resulting in fewer error markers in the editor.
 1.4  22-Apr-2022  rillig indent: remove FreeBSD IDs

Most of the IDs were empty anyway.
 1.3  28-Nov-2021  rillig tests/indent: migrate test token_case_label to lsym_case_label
 1.2  20-Nov-2021  rillig tests/indent: clean up and extend tests
 1.1  22-Oct-2021  rillig tests/indent: migrate integer options tests to t_options

RSS XML Feed