History log of /netbsd-current/tests/usr.bin/indent/lex_ident.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: netbsd-10-base
# 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


# 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


# 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