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
/
common
Age
Commit message (
Expand
)
Author
2023-07-08
lint: warn about pointer casts between different kinds of types
rillig
2023-07-08
lint: clarify the meaning of 'portable size in bits' of a type
rillig
2023-07-06
lint: add type safety for accessing properties of basic types
rillig
2023-07-03
lint: rename uppercase QUAD to LLONG
rillig
2023-06-29
lint: use standard terminology for bit-field width
rillig
2023-06-29
lint: clean up initialization of type properties
rillig
2023-06-24
lint: remove redundant 'extern' from function declarations
rillig
2023-06-09
lint: miscellaneous clean-ups
rillig
2023-06-09
lint: indent local variables consistently
rillig
2023-05-22
lint: rename constant NOTSPEC to NO_TSPEC
rillig
2023-04-22
lint: rename type_t.t_str to t_sou
rillig
2023-02-18
lint: replace INTERNAL_ERROR with plain assert
rillig
2023-01-14
lint: clean up messages for internal errors
rillig
2023-01-14
lint: remove unnecessary MBLKSIZ, use stack buffer in xlint
rillig
2023-01-13
lint: remove custom memory allocator
rillig
2022-11-30
lint: make definitions of basic types simpler
rillig
2022-07-08
lint: fix edge cases in the query for redundant cast before assignment
rillig
2022-07-03
lint: include the width of bit-fields in the type name
rillig
2022-06-21
lint: use is_struct_or_union instead of comparing twice
rillig
2022-05-20
lint: use __RCSID in lint mode as well
rillig
2022-02-07
lint: drop compatibility with C90
rillig
2021-12-22
lint: remove spaces around bit-field colon
rillig
2021-11-01
lint: enter full C90 compatibility mode
rillig
2021-09-05
lint: reduce number of ifdef names
rillig
2021-09-05
lint: hide irrelevant type information from lint2
rillig
2021-09-04
lint: make initialization of the basic types table simpler
rillig
2021-09-04
lint: move outqchar from common to lint1
rillig
2021-09-04
lint: trim down the code for writing the output files
rillig
2021-09-04
lint: use 'char' as type for passing characters to functions
rillig
2021-09-04
lint: remove _Complex from tspec_name
rillig
2021-09-04
lint: remove duplicate code in tspec_name
rillig
2021-09-04
lint: reduce indentation in tdeferr
rillig
2021-09-04
lint: remove unnecessary includes
rillig
2021-08-31
lint: remove unnecessary switch statement
rillig
2021-08-31
lint: fix memory allocation (since 2021-08-28)
rillig
2021-08-29
lint: allow 'fallthrough' as alternative spelling of FALLTHROUGH
rillig
2021-08-28
lint: explicitly ignore return value of some function calls
rillig
2021-08-28
lint: fix lint warning about initializing with negative number
rillig
2021-08-28
lint: use 'unsigned int' for bit-size of types
rillig
2021-08-22
lint: only include code in the binaries that is actually used
rillig
2021-08-22
lint: remove Tflag and pflag from common declarations
rillig
2021-08-10
lint: clean up comments
rillig
2021-08-03
lint: clean up and move 'sametype'
rillig
2021-08-03
lint: reduce number of negations in preprocessor condition
rillig
2021-08-03
lint: make memory management code easier to read
rillig
2021-08-01
lint: make xasprintf simpler
rillig
2021-08-01
lint: unexport nomem
rillig
2021-08-01
lint: remove xmapalloc
rillig
2021-07-02
lint: document lint1_type.t_is_enum
rillig
2021-06-30
lint: fix bit-size of long double _Complex in portable mode
rillig
[next]