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
Age
Commit message (
Expand
)
Author
2023-05-16
indent: directly access the input buffer
rillig
2023-05-16
indent: allow comments in column 1 to be formatted
rillig
2023-05-16
indent: remove support for form feed characters inside a line
rillig
2023-05-16
indent: remove blank between comment and parentheses or brackets
rillig
2023-05-16
indent: fix handling of INDENT OFF/ON comments
rillig
2023-05-16
indent: move parsing of 'INDENT OFF/ON' comments to the lexer
rillig
2023-05-15
indent: clean up detection of whether parentheses form a cast
rillig
2023-05-15
indent: fix cast detection
rillig
2023-05-15
indent: fix detection of casts
rillig
2023-05-15
indent: fix type cast in function definition
rillig
2023-05-15
indent: clean up local indentation profile
rillig
2023-05-15
indent: fix duplicate space between comment and binary operator
rillig
2023-05-15
indent: format its own code, extend some comments
rillig
2023-05-15
indent: fix line wrapping of comments to the right of code
rillig
2023-05-15
indent: improve type guessing, fix formatting of declarations
rillig
2023-05-15
indent: remove backslash line continuation outside preprocessing
rillig
2023-05-15
indent: fix spacing between function prototype and attributes
rillig
2023-05-15
indent: fix indentation of struct member names
rillig
2023-05-15
indent: indent multi-line conditions
rillig
2023-05-15
indent: fix indentation of statements after controlling expression
rillig
2023-05-15
indent: fix indentation of expressions in -nlp -eei mode
rillig
2023-05-15
indent: fix indentation of multi-line '?:' expressions in functions
rillig
2023-05-15
indent: group parser state by topic
rillig
2023-05-15
indent: let indent format its own code
rillig
2023-05-15
indent: document feature toggle for debugging output
rillig
2023-05-15
indent: fix spacing in for loop with declaration (since 2022-02-13)
rillig
2023-05-15
indent: remove redundant include lines
rillig
2023-05-15
indent: clean up memory allocation
rillig
2023-05-15
indent: move debugging code to separate file
rillig
2023-05-15
indent: clean up memory and buffer management
rillig
2023-05-14
indent: only null-terminate the buffers if necessary
rillig
2023-05-14
indent: shorten variable names for indenting comments
rillig
2023-05-14
indent: fix handling of multiple block comments in a line
rillig
2023-05-14
indent: in comments, keep a leading tab
rillig
2023-05-14
indent: fix vertical spacing after declarations
rillig
2023-05-14
indent: reduce code for scanning tokens
rillig
2023-05-14
indent: remove foreign RCS IDs
rillig
2023-05-14
indent: miscellaneous cleanups
rillig
2023-05-14
indent: reduce binary size
rillig
2023-05-13
lint: add query for chained assignments
rillig
2023-05-13
indent: prevent undefined behavior on unbalanced parentheses
rillig
2023-05-13
indent: do not add a blank at the beginning of a line
rillig
2023-05-13
indent: do not add a space before a comment that starts a line
rillig
2023-05-13
indent: replace __dead functions with return statements
rillig
2023-05-13
indent: implement 'blank after declarations'
rillig
2023-05-13
indent: use enum instead of magic numbers for tracking declarations
rillig
2023-05-13
indent: improve names of option variables
rillig
2023-05-13
indent: add debug logging for enum token classification
rillig
2023-05-13
indent: fix lexing of numbers that are spread over multiple lines
rillig
2023-05-13
indent: rename struct fields for buffers
rillig
[prev]
[next]