Home | History | Annotate | Download | only in indent
History log of /src/tests/usr.bin/indent/lex_ident.c
RevisionDateAuthorComments
 1.7  04-Jun-2023  rillig tests/indent: clean up comments
 1.6  15-May-2023  rillig indent: remove backslash line continuation outside preprocessing

The indenter did not handle these backslashes well, interpreting them as
unary operators, and they are an edge case anyway. Line continuations
in string literals and character constants are kept.
 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  19-Nov-2021  rillig tests/indent: refine and extend tests
 1.2  31-Oct-2021  rillig indent: remove support for pre-1978 variable initialization
 1.1  22-Oct-2021  rillig tests/indent: migrate a few more tests to t_options

RSS XML Feed