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
/
pr_comment.c
Age
Commit message (
Expand
)
Author
2023-06-23
indent: fix scanning of no-wrap comments (since 2021.11.07.10.34.03)
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-17
indent: clean up
rillig
2023-06-17
indent: miscellaneous cleanups
rillig
2023-06-16
indent: rename a field of the parser state
rillig
2023-06-14
indent: allow more than 20 nested parentheses or brackets
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-10
indent: miscellaneous cleanups
rillig
2023-06-10
indent: in debug mode, null-terminate buffers
rillig
2023-06-10
indent: rename and sort variables in parser state
rillig
2023-06-09
indent: format its own code
rillig
2023-06-09
indent: preserve block comments with delimiters
rillig
2023-06-09
indent: express more clearly how delimited and no-wrap comments relate
rillig
2023-06-06
indent: right-trim single-line comments
rillig
2023-06-06
indent: clean up formatting of comments
rillig
2023-06-06
indent: simplify handling of comments
rillig
2023-06-06
indent: split printing of comments into smaller functions
rillig
2023-06-04
indent: remove read pointer from buffers that don't need it
rillig
2023-06-04
indent: fix out-of-bounds read when reading a comment
rillig
2023-05-21
tests/indent: fix outdated or wrong comments
rillig
2023-05-20
indent: extract the output state from the parser state
rillig
2023-05-20
indent: implement blank line above block comment
rillig
2023-05-18
indent: manually wrap overly long lines
rillig
2023-05-18
indent: switch to standard code style
rillig
2023-05-16
indent: directly access the input buffer
rillig
2023-05-16
indent: remove support for form feed characters inside a line
rillig
2023-05-15
indent: fix line wrapping of comments to the right of code
rillig
2023-05-15
indent: let indent format its own code
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-13
indent: use enum instead of magic numbers for tracking declarations
rillig
2023-05-13
indent: rename struct fields for buffers
rillig
2023-05-12
indent: remove statistics
rillig
2023-05-11
indent: remove broken code for handling blank lines
rillig
2022-05-09
indent: clean up control flow, remove Capsicum
rillig
2022-04-23
indent: group global variables related to output control
rillig
2021-11-27
indent: rename dump functions to output
rillig
2021-11-26
indent: add buf_add_range for adding characters to a buffer
rillig
2021-11-25
indent: make fits_in_one_line independent of ps
rillig
2021-11-25
indent: fix accidentally joined and broken comments (since 2019-04-04)
rillig
2021-11-25
tests/indent: demonstrate bugs in comment processing
rillig
[next]