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
2021-11-28
indent: treat L"string" as a single token
rillig
2021-11-28
indent: clean up and document input handling
rillig
2021-11-27
indent: reword README
rillig
2021-11-27
indent: accept a few formatting suggestions from indent
rillig
2021-11-27
indent: illustrate probably_looking_at_definition with examples
rillig
2021-11-27
indent: fix out of bounds memory access (since 2021-11-25)
rillig
2021-11-27
indent: rename dump functions to output
rillig
2021-11-27
indent: inline switch_buffer
rillig
2021-11-27
indent: add assertions for input handling
rillig
2021-11-26
indent: enhance debug logging for input handling
rillig
2021-11-26
indent: add buf_add_range for adding characters to a buffer
rillig
2021-11-26
indent: replace inp_enlarge with inp_add
rillig
2021-11-26
indent: split inp_read_line into smaller functions
rillig
2021-11-26
indent: extract inp_from_file from inp_read_line
rillig
2021-11-26
indent: remove code that fixes malformed preprocessor directives
rillig
2021-11-26
indent: move ind_add from io.c to indent.c
rillig
2021-11-25
indent: prevent undefined behavior in inp_line_start
rillig
2021-11-25
indent: make error message for missing command line arguments clearer
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
2021-11-25
indent: update cross-reference comments for bug in comment handling
rillig
2021-11-25
indent: rename ps.in_function_parameters to match reality
rillig
2021-11-25
indent: improve heuristic for spaces around '*' in declarations
rillig
2021-11-25
indent: eliminate 3 negations in tokenizer
rillig
2021-11-25
indent: extract lex_asterisk_unary into separate function
rillig
2021-11-25
indent: condense code for building tokens from characters
rillig
2021-11-25
indent: in lexi, assign lsym and next_unary in consistent order
rillig
2021-11-25
indent: fix heuristic for declaration/definition to post-1990 reality
rillig
2021-11-25
indent: fix space after function name for option '-pcs'
rillig
2021-11-25
indent: fix spacing for unknown type names in declarations
rillig
2021-11-25
indent: extract probably_looking_at_definition to separate function
rillig
2021-11-25
indent: merge duplicate code for parsing 'struct s *'
rillig
2021-11-25
indent: fix formatting of a few declarations involving unknown types
rillig
2021-11-25
indent: fix comment for ps.in_decl
rillig
2021-11-25
indent: rename ps.in_stmt to in_stmt_or_decl
rillig
2021-11-25
indent: rename ps.ind_stmt to in_stmt_cont
rillig
2021-11-25
indent: clean up style
rillig
2021-11-20
indent: clean up lint annotation and tests
rillig
2021-11-20
indent: fix tokenizing of word-like tokens (since 2019-04-04)
rillig
2021-11-19
indent: reduce casts to unsigned char for character classification
rillig
2021-11-19
indent: keep inbuf.save_com_s and inbuf.save_com_e in sync
rillig
2021-11-19
indent: fix included headers
rillig
2021-11-19
indent: clean up io.c
rillig
2021-11-19
indent: replace ps.procname with ps.is_function_definition
rillig
2021-11-19
indent: fix formatting of function definitions (since 2019-04-04)
rillig
2021-11-19
indent: merge duplicate code into is_identifier_part
rillig
2021-11-19
indent: fix lost function name (since 2019-04-04)
rillig
2021-11-19
indent: unexport inbuf
rillig
2021-11-19
indent: use character input API from pr_comment.c
rillig
[next]