summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
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
2023-01-20s/delimeter/delimiter/ in comment.msaitoh
2023-01-20indent: fix misleading commentrillig
2023-01-19tests/make: rename files that are not test casesrillig
2023-01-19tests/make: remove dependency on expr(1) from a testrillig
2023-01-19make: inline macro for variable namerillig
2023-01-19tests/make: add tests for whitespace in leading '@+-'rillig
2023-01-17Accept whitespace between command specifiers @+- like gmake does. New binutilschristos
2023-01-17tests/make: test backslash-newline after macro expansion in commandrillig
2023-01-15xlint: fix null pointer dereference for lint -V (since today)rillig
2023-01-15lint: clean up main functionrillig
2023-01-15lint: extract run_cpp and run_lint1 to separate functionsrillig
2023-01-15lint: reduce number of local variables in lbasenamerillig
2023-01-15lint: move argument list modification further away from vforkrillig
2023-01-15lint: turn O(n^2) to O(n) for list of arguments to lint child processesrillig
2023-01-15lint: rename local functions to be more readablerillig
2023-01-15lint: make read_until_parent easier to understandrillig
2023-01-14lint: explicitly ignore errors when printing status messagesrillig
2023-01-14lint: use fewer abbreviationsrillig
2023-01-14lint: split struct_or_union_member into two halvesrillig
2023-01-14lint: clean up messages for internal errorsrillig
2023-01-14lint: remove unnecessary MBLKSIZ, use stack buffer in xlintrillig
2023-01-14lint: rename lint2 functions to be more expressiverillig
2023-01-13lint: move xalloc to the only file where it is usedrillig
2023-01-13lint: remove custom memory allocatorrillig
2023-01-09lint: in the lex scanner, use fewer definitionsrillig
2023-01-08lint: document how reading tokens from the input worksrillig
2023-01-08lint: do not report usual arithmetic conversions for constantsrillig
2023-01-08lint: extract usual arithmetic conversions to separate functionrillig
2023-01-08lint: improve error message for parsing query IDsrillig
2023-01-08lint: recognize enum constant named 'max' as a count of valuesrillig
2023-01-08lint: unclutter debug logging for nodesrillig
2023-01-06PR/57166: John Dundas: Correct error code byte order in error messagechristos
2023-01-04lint: fix the result type of '?:' for void pointersrillig
2023-01-04avoid printing the latest error message if some ldd method worked.mrg
2023-01-03lint: condense building of nodes for '?:' expressionsrillig
2023-01-03make: add more details to warning 'Extra targets ignored'rillig
2023-01-01make.1: bump daterillig
2023-01-01make.1: fix markuprillig