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
/
xlint
/
lint2
/
read.c
Age
Commit message (
Expand
)
Author
2023-07-08
lint: enable more lint warnings for its own source code
rillig
2023-07-03
lint: rename uppercase QUAD to LLONG
rillig
2023-06-09
lint: indent local variables consistently
rillig
2023-05-22
lint: rename constant NOTSPEC to NO_TSPEC
rillig
2023-02-21
lint: use __printflike
rillig
2023-01-14
lint: clean up messages for internal errors
rillig
2023-01-13
lint: move xalloc to the only file where it is used
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2021-12-19
lint: remove redundant braces
rillig
2021-12-19
lint: reduce pointer usage when reading .ln lines
rillig
2021-12-19
lint: remove unused parameter in read_ln_line
rillig
2021-12-16
lint: improve error message for missing newline in .ln file
rillig
2021-11-28
lint2: in case of parse errors, output the offending line
rillig
2021-11-28
lint: move fgetln peculiarities out of read_ln_line
rillig
2021-11-16
lint: clean up lint2
rillig
2021-11-16
lint: clean up initialization of lint2 symbol table
rillig
2021-09-05
lint: remove source code references from internal error message
rillig
2021-09-05
lint: extract function for reading a single line from a .ln file
rillig
2021-09-05
lint: fix some more lint warnings
rillig
2021-09-04
lint: reduce complexity of reading a function call
rillig
2021-08-30
lint: extract parse_function_attribute from decldef
rillig
2021-08-30
lint: remove redundant call to strchr in decldef
rillig
2021-08-30
lint: revert "remove redundant call to strchr" from yesterday
rillig
2021-08-30
Move the character one back so that we don't increment twice
christos
2021-08-30
Skip the current character before parsing the number of arguments.
christos
2021-08-29
lint: remove redundant call to strchr
rillig
2021-08-29
lint: un-abbreviate members of sym_t
rillig
2021-08-28
lint: un-abbreviate unsigned integer types
rillig
2021-08-22
lint: clean up error handling in lint2
rillig
2021-08-22
lint: use unsigned integers for storing hash values
rillig
2021-08-22
lint: simplify reading of type qualifiers in lint2
rillig
2021-08-22
lint: clean up switch statements in gettlen
rillig
2021-08-22
lint: convert TP from macro to inline function
rillig
2021-08-22
lint: extract parse_tspec from inptype
rillig
2021-08-08
lint: force strict bool mode
rillig
2021-08-05
lint: fix type of local variable in inpqstrg
rillig
2021-08-05
lint: fix handling of __int128_t/__uint128_t in lint2
rillig
2021-07-31
lint: improve support for __int128_t and __uint128_t
rillig
2021-04-18
lint: remove WARNS=3, falling back to the default WARNS=5
rillig
2021-04-18
lint: reduce duplicate code for parsing .ln files
rillig
2021-04-18
lint: fix error message in lint2 for missing record type in .ln file
rillig
2021-04-02
lint: add parentheses after sizeof, as required by share/misc/style
rillig
2021-03-26
lint: in malloc calls, use 'sizeof *ptr' instead of 'sizeof(type)'
rillig
2021-02-28
lint2: align comments in the code with actual messages
rillig
2021-02-19
lint: rename t_isenum and t_aincompl to be more expressive
rillig
2021-01-16
lint: replace integer constant expressions with true and false
rillig
2021-01-16
lint: replace 0 and 1 with false and true, where appropriate
rillig
2021-01-04
lint: fix typos and other minor stylistic issues
rillig
2021-01-01
lint: remove NTSPEC from enum tspec_t
rillig
2020-12-30
lint: inline STRUCT_ASSIGN
rillig
[next]