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
/
debug.c
Age
Commit message (
Expand
)
Author
2023-06-27
indent: fix 'blank line above first statement in function body'
rillig
2023-06-26
indent: implement 'blank line above first statement in function body'
rillig
2023-06-23
indent: properly store parser state in debug mode
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: 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: rename state variable to be more accurate
rillig
2023-06-14
indent: clean up the code, add a few tests
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: 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: miscellaneous cleanups
rillig
2023-06-10
indent: clean up function names, fix blank lines in debug output
rillig
2023-06-10
indent: distinguish blank lines from newline characters
rillig
2023-06-10
indent: clean up debug output
rillig
2023-06-10
indent: clean up function and variable names
rillig
2023-06-10
indent: explain right-aligned code
rillig
2023-06-10
indent: rename and sort variables in parser state
rillig
2023-06-09
indent: sync debug information for lexer symbols
rillig
2023-06-09
indent: don't treat function call expressions as cast expressions
rillig
2023-06-09
indent: when an indentation is ambiguous, indent one level further
rillig
2023-06-08
indent: remove fragile heuristic for detecting cast expressions
rillig
2023-06-07
indent: extract the stack of parser symbols to a separate struct
rillig
2023-06-07
indent: send all debug output to the same stream
rillig
2023-06-06
indent: sort functions in call order
rillig
2023-06-05
indent: improve layout of debug output
rillig
2023-06-05
indent: sync debug output with parser state
rillig
2023-06-04
indent: remove read pointer from buffers that don't need it
rillig
2023-06-04
indent: track the kind of '{' on the parser stack
rillig
2023-06-04
indent: fix debug output of the parser symbol stack
rillig
2023-06-04
indent: rename struct field, for better symmetry
rillig
2023-06-04
lint: use separate lexer symbols for 'case' and 'default'
rillig
2023-06-04
indent: classify 'inline' as a modifier rather than a word
rillig
2023-06-04
indent: use separate lexer symbols for the different kinds of ':'
rillig
2023-06-04
indent: handle the indentation of 'case' in a simpler way
rillig
2023-06-04
indent: separate code for handling parentheses and brackets
rillig
2023-06-02
indent: clean up
rillig
2023-06-02
indent: fix formatting of declarations with preprocessing lines
rillig
2023-05-23
indent: fix indentation of struct declarations
rillig
2023-05-23
indent: split debug output into paragraphs
rillig
2023-05-23
indent: fix spacing in declarations in for loops
rillig
[next]