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
/
usr.bin
/
indent
Age
Commit message (
Expand
)
Author
2023-06-27
indent: fix 'blank line above first statement in function body'
rillig
2023-06-26
indent: improve heuristics for '*' as pointer in for loops
rillig
2023-06-26
indent: improve heuristics for '*' as a pointer type
rillig
2023-06-26
indent: implement 'blank line above first statement in function body'
rillig
2023-06-26
indent: in -bad mode, don't add a blank line above a comment or '}'
rillig
2023-06-26
indent: clean up indentation
rillig
2023-06-25
indent: move cast detection from the lexer to the main processor
rillig
2023-06-25
indent: treat 'complex' and 'imaginary' as type modifiers, not as types
rillig
2023-06-25
indent: fix formatting of parenthesized name in function definition
rillig
2023-06-25
indent: don't use strspn on inp_p, as it is not null-terminated
rillig
2023-06-23
indent: fix scanning of no-wrap comments (since 2021.11.07.10.34.03)
rillig
2023-06-23
indent: properly store parser state in debug mode
rillig
2023-06-18
indent: only add blank lines before actual block comments
rillig
2023-06-18
indent: remove support for backspace in code and comments
rillig
2023-06-18
indent: untangle code for handling the statement indentation
rillig
2023-06-17
indent: clean up
rillig
2023-06-17
indent: miscellaneous cleanups
rillig
2023-06-16
indent: merge lexer symbols for type in/outside parentheses
rillig
2023-06-16
indent: add debug output for typedef declarations
rillig
2023-06-16
indent: fix spacing between postfix operator and left parenthesis
rillig
2023-06-16
indent: improve heuristics for cast expressions
rillig
2023-06-16
indent: improve heuristics for cast expressions
rillig
2023-06-16
indent: improve heuristics for casts
rillig
2023-06-16
indent: fix indentation and linebreaks in typedef declarations
rillig
2023-06-16
indent: don't force a blank line between '}' and preprocessing line
rillig
2023-06-16
indent: rename a field of the parser state
rillig
2023-06-15
indent: consolidate handling of statement continuations
rillig
2023-06-15
indent: rename state variable to be more accurate
rillig
2023-06-15
indent: fix indentation of multi-line enum constant initializers
rillig
2023-06-15
indent: miscellaneous cleanups, more tests for edge cases
rillig
2023-06-15
indent: fix alignment of multi-line declarations
rillig
2023-06-14
indent: reduce number of relocations
rillig
2023-06-14
indent: clean up the code, add a few tests
rillig
2023-06-14
indent: allow more than 128 brace levels
rillig
2023-06-14
indent: fix out-of-bounds read when reducing a statement
rillig
2023-06-14
indent: clean up array indexing for parser symbols
rillig
2023-06-14
indent: allow more than 20 nested parentheses or brackets
rillig
2023-06-14
indent: merge duplicate code
rillig
2023-06-14
indent: fix formatting of comment after 'switch (expr)'
rillig
2023-06-14
indent: use correct preprocessing directive in error message
rillig
2023-06-14
indent: allow more than 5 levels of #if/#endif
rillig
2023-06-14
indent: clean up debugging code
rillig
2023-06-14
indent: clean up handling of comments
rillig
2023-06-14
indent: remove another flag from parser state
rillig
2023-06-14
indent: remove a redundant flag from the parser state
rillig
2023-06-14
indent: merge parser symbols for stmt and stmt_list
rillig
2023-06-10
indent: rename misleading variable
rillig
2023-06-10
indent: fix debug output
rillig
2023-06-10
indent: fix line break between semicolon and brace
rillig
2023-06-10
indent: fix stack overflow, add more tests
rillig
[next]