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
/
io.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-26
indent: in -bad mode, don't add a blank line above a comment or '}'
rillig
2023-06-17
indent: clean up
rillig
2023-06-17
indent: miscellaneous cleanups
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-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-10
indent: rename misleading variable
rillig
2023-06-10
indent: miscellaneous cleanups
rillig
2023-06-10
indent: in debug mode, null-terminate buffers
rillig
2023-06-10
indent: distinguish blank lines from newline characters
rillig
2023-06-10
indent: fix indentation of continuation lines in initializers
rillig
2023-06-10
indent: extract output of an indented line to separate function
rillig
2023-06-10
indent: clean up function names and order in output
rillig
2023-06-10
indent: clean up function and variable names
rillig
2023-06-10
indent: rename and sort variables in parser state
rillig
2023-06-09
indent: trim trailing blank lines
rillig
2023-06-09
indent: when an indentation is ambiguous, indent one level further
rillig
2023-06-09
indent: format its own code
rillig
2023-06-09
indent: indent multi-line expressions according to parentheses
rillig
2023-06-08
indent: fix indentation in multi-line else-if conditions
rillig
2023-06-08
indent: clean up and condense code
rillig
2023-06-07
indent: extract the stack of parser symbols to a separate struct
rillig
2023-06-06
indent: condense code for writing tabs
rillig
2023-06-06
indent: sort functions in call order
rillig
2023-06-06
indent: compute indentation of 'case' labels on-demand
rillig
2023-06-05
indent: clean up comments
rillig
2023-06-05
indent: don't remove blank line after 'if (expr) {'
rillig
2023-06-05
indent: fix formatting of 'do' statements
rillig
2023-06-05
indent: clean up handling of whitespace
rillig
2023-06-05
indent: let the output routines keep track of the indentation
rillig
2023-06-04
indent: remove read pointer from buffers that don't need it
rillig
2023-06-04
indent: force at least one space after the colon of a label
rillig
2023-06-04
indent: track the kind of '{' on the parser stack
rillig
2023-06-04
indent: ensure that the 'block init level' never goes negative
rillig
2023-06-04
indent: fix indentation of initializers in compound expressions
rillig
2023-06-04
indent: handle the indentation of 'case' in a simpler way
rillig
2023-05-23
indent: separate code for handling enums from the lexer
rillig
2023-05-23
indent: split debug output into paragraphs
rillig
2023-05-22
indent: implement suppressing optional blank lines
rillig
2023-05-20
indent: don't insert blank line between two closing lines
rillig
2023-05-20
indent: extract the output state from the parser state
rillig
[next]