CVS log for src/tests/usr.bin/indent/fmt_expr.c
Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.11: download - view: text, markup, annotated - select for diffs
Sun Dec 3 14:26:10 2023 UTC (12 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +26 -1
lines
tests/indent: test compound expressions
Revision 1.10: download - view: text, markup, annotated - select for diffs
Fri Jun 16 23:19:01 2023 UTC (17 months, 2 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +4 -4
lines
tests/indent: format stderr output as end-of-line comments
This generates fewer error markers in syntax-aware editors.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jun 16 12:55:57 2023 UTC (17 months, 2 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -3
lines
indent: improve heuristics for casts
Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 14 17:07:32 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3
lines
tests/indent: separate stdout from stderr
Due to buffering, there was no guarantee that the output would be
exactly in the same order as written in the tests.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 10 08:17:04 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +34 -10
lines
indent: fix indentation of continuation lines in initializers
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Jun 9 11:22:31 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +15 -15
lines
indent: support C99 compound literals
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jun 9 09:45:55 2023 UTC (17 months, 3 weeks ago) by rillig
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +12 -1
lines
tests/indent: add real-life test cases from make(1) and lint(1)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Apr 24 09:04:12 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
CVS tags: netbsd-10-base,
netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1,
netbsd-10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +5 -5
lines
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Apr 22 21:21:20 2022 UTC (2 years, 7 months ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -2
lines
indent: remove FreeBSD IDs
Most of the IDs were empty anyway.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Nov 19 22:24:29 2021 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -3
lines
tests/indent: refine and extend tests
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sat Oct 23 20:17:08 2021 UTC (3 years, 1 month ago) by rillig
Branches: MAIN
tests/indent: migrate test for offsetof to t_options
CVSweb <webmaster@jp.NetBSD.org>