index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
usr.bin
/
indent
/
t_errors.sh
Age
Commit message (
Expand
)
Author
2023-06-14
indent: allow more than 128 brace levels
rillig
2023-06-14
indent: allow more than 5 levels of #if/#endif
rillig
2023-06-10
indent: fix stack overflow, add more tests
rillig
2023-06-09
indent: support C99 compound literals
rillig
2023-06-05
indent: fix trailing whitespace after comment
rillig
2023-06-04
tests/indent: cover code in lexi.c
rillig
2023-06-04
indent: fix formatting of compound expressions, at least partially
rillig
2023-05-21
tests/indent: fix outdated or wrong comments
rillig
2023-05-21
indent: don't error out on unrecognized preprocessor directives
rillig
2023-05-14
indent: miscellaneous cleanups
rillig
2023-05-13
indent: do not add a space before a comment that starts a line
rillig
2023-05-13
indent: preserve indentation of preprocessor directives
rillig
2023-05-11
indent: remove buggy code for swapping tokens
rillig
2022-04-22
indent: remove FreeBSD IDs
rillig
2022-02-13
tests/indent: demonstrate the poor handling of compound literals
rillig
2021-11-25
indent: make error message for missing command line arguments clearer
rillig
2021-11-25
tests/indent: use escape sequence for newline characters
rillig
2021-11-07
indent: parse special options strictly
rillig
2021-11-07
tests/indent: test lenient option parsing
rillig
2021-11-07
indent: remove redundant assignment
rillig
2021-10-30
indent: fix assertion in fits_in_one_line
rillig
2021-10-30
tests/indent: demonstrate assertion failure in fits_in_one_line
rillig
2021-10-30
indent: revert previous fix of assertion failure
rillig
2021-10-30
indent: fix assertion failure in search_stmt_comment
rillig
2021-10-29
indent: replace segmentation fault with assertion
rillig
2021-10-29
tests/indent: demonstrate segmentation fault in search_stmt_comment
rillig
2021-10-29
indent: spell 'parentheses' properly in messages and comments
rillig
2021-10-29
tests/indent: provoke the third occurrence of 'unbalanced parens'
rillig
2021-10-29
tests/indent: provoke error messages for unbalanced parentheses
rillig
2021-10-28
indent: fix error message for buffer overflow during option parsing
rillig
2021-10-28
indent: make error messages for option parsing more precise
rillig
2021-10-28
indent: parse option '-cli' strictly
rillig
2021-10-24
indent: clean up format of warnings and errors
rillig
2021-10-17
indent: parse int command line options strictly
rillig
2021-10-14
tests/indent: cover more error cases and inline indentation
rillig
2021-10-14
tests/indent: provide full line coverage for argument handling
rillig
2021-10-13
indent: check command line options stricter
rillig