summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2023-02-09tests/make: extend and explain test for the ':_' modifierrillig
2023-02-09make: ApplyModifier_Remember always use SCOPE_GLOBALsjg
2023-02-06lint: eliminate unnecessary indirectionrillig
2023-02-06lint: condense code for handling initializationsrillig
2023-02-06lint: inline separate Makefilerillig
2023-02-05tests/lint: update instructions for adding a new testrillig
2023-02-02lint: clean uprillig
2023-01-30auto-extend suffix length if requiredjschauma
2023-01-29lint: properly clean up when leaving a function definitionrillig
2023-01-29lint: fix definition of __func__rillig
2023-01-29lint: rename functions for function definitionrillig
2023-01-29lint: demonstrate wrong declaration of __func__rillig
2023-01-29lint: don't warn about negative '>>' when the actual value is positiverillig
2023-01-29lint: inline an expression, clean up commentsrillig
2023-01-29lint: untangle conditions in promote_c90rillig
2023-01-28lint: extract casting to a union into separate functionrillig
2023-01-28lint: use stronger wording in comments of unimplemented offsetofrillig
2023-01-28lint: split usual arithmetic conversions into separate functionsrillig
2023-01-28lint: split integer promotions into separate functionsrillig
2023-01-28lint: remove commented code from new_tnoderillig
2023-01-27whitespace / comment pedantryjschauma
2023-01-26make: some variables should be read-onlysjg
2023-01-25shar.1: remove false security claimrillig
2023-01-25spell "Chamonix" properlysnj
2023-01-24make: .SYSPATH: to add dirs to sysIncPathsjg
2023-01-24Add the unit testssjg
2023-01-24make: log adjustments of var.readOnlysjg
2023-01-23make: .[NO]READONLY for control of read-only variablessjg
2023-01-22lint: clean up the lexerrillig
2023-01-22lint: prevent undefined behavior for signed '<<'rillig
2023-01-22lint: repurpose the '-d' option to specify DESTDIRrillig
2023-01-21lint: use more expressive variable names in lexerrillig
2023-01-21lint: extend developer documentationrillig
2023-01-21lint: make code for strict bool mode more consistentrillig
2023-01-21lint: reduce clutter in lexerrillig
2023-01-21lint: add support for C11 '_Atomic' as atomic-type-specifierrillig
2023-01-21lint: add support for the C11 type qualifier '_Atomic'rillig
2023-01-21lint: use type_qualifier rule instead of the token directlyrillig
2023-01-21lint: clean up grammar for type-qualifierrillig
2023-01-21lint: catch more write errors when copying filesrillig
2023-01-21lint: remove unnecessary abstraction layer for passing argumentsrillig
2023-01-21lint: use simpler integers for parsing hex escapesrillig
2023-01-21lint: use longer variable names, don't count digits in hex escapesrillig
2023-01-21lint: eliminate forward declaration for get_escaped_charrillig
2023-01-21lint: extract reading of escaped character constantsrillig
2023-01-21lint: extract parsing character escapes into separate functionsrillig
2023-01-21lint: fix null pointer dereference on invalid argument to __typeof__rillig
2023-01-20lint: keep output from cpp if cpp failsrillig
2023-01-20s/bninary/binary/ in comment.andvar
2023-01-20locate.updatedb: Add -- to the invocation of locate.codeuwe