CVS log for src/tests/usr.bin/indent/opt_cli.c
Up to [cvs.NetBSD.org] / src / tests / usr.bin / indent
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 10 17:35:41 2023 UTC (18 months ago) by rillig
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +52 -1
lines
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.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Jun 6 04:37:27 2023 UTC (18 months, 1 week ago) by rillig
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +26 -1
lines
indent: compute indentation of 'case' labels on-demand
One less moving part to keep track of.
No functional change.
Revision 1.5: 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.4: preferred, colored
Changes since revision 1.4: +7 -7
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.4: 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.3: preferred, colored
Changes since revision 1.3: +1 -2
lines
indent: remove FreeBSD IDs
Most of the IDs were empty anyway.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Nov 28 16:05:59 2021 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +26 -1
lines
tests/indent: migrate test token_case_label to lsym_case_label
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Nov 20 16:54:17 2021 UTC (3 years ago) by rillig
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +10 -1
lines
tests/indent: clean up and extend tests
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Oct 22 20:54:36 2021 UTC (3 years, 1 month ago) by rillig
Branches: MAIN
tests/indent: migrate integer options tests to t_options
CVSweb <webmaster@jp.NetBSD.org>