summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint2
AgeCommit message (Expand)Author
2023-07-08lint: enable more lint warnings for its own source coderillig
2023-07-03lint: sync usage messages with realityrillig
2023-07-03lint: invert the -u, -v and -z flagsrillig
2023-07-03lint: rename uppercase QUAD to LLONGrillig
2023-06-29lint: clean up initialization of type propertiesrillig
2023-06-09lint: indent local variables consistentlyrillig
2023-05-22lint: rename constant NOTSPEC to NO_TSPECrillig
2023-03-28lint: warn about extern declarations outside headersrillig
2023-02-21lint: return instead of calling exit from mainrillig
2023-02-21lint: use __printflikerillig
2023-02-19lint: make basename simplerrillig
2023-02-02lint: clean uprillig
2023-01-14lint: clean up messages for internal errorsrillig
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
2022-10-01lint: add hyphen to adjective 'old-style'rillig
2022-08-28lint: clean up visual clutterrillig
2022-08-28lint: rename functions to be clearerrillig
2022-05-30lint: clean up commentsrillig
2022-05-20lint: use __RCSID in lint mode as wellrillig
2022-04-21lint: expand the last remaining __arraycountrillig
2022-02-07lint: drop compatibility with C90rillig
2021-12-22lint: remove spaces around bit-field colonrillig
2021-12-19lint: remove redundant bracesrillig
2021-12-19lint: reduce pointer usage when reading .ln linesrillig
2021-12-19lint: remove unused parameter in read_ln_linerillig
2021-12-16lint: improve error message for missing newline in .ln filerillig
2021-11-28lint2: in case of parse errors, output the offending linerillig
2021-11-28lint: move fgetln peculiarities out of read_ln_linerillig
2021-11-16lint: clean up lint2rillig
2021-11-16lint: clean up initialization of lint2 symbol tablerillig
2021-11-01lint: enter full C90 compatibility moderillig
2021-09-10tests/lint: align message checker for lint2 to the one from lint1rillig
2021-09-05lint: remove source code references from internal error messagerillig
2021-09-05lint: extract function for reading a single line from a .ln filerillig
2021-09-05lint: hide irrelevant type information from lint2rillig
2021-09-05lint: fix some more lint warningsrillig
2021-09-04lint: reduce complexity of reading a function callrillig
2021-09-04lint: inline local variables in outtyperillig
2021-09-04lint: condense code for writing to a lint libraryrillig
2021-09-04lint: use 'char' as type for passing characters to functionsrillig
2021-08-31lint: fix memory allocation (since 2021-08-28)rillig
2021-08-30lint: extract parse_function_attribute from decldefrillig
2021-08-30lint: remove redundant call to strchr in decldefrillig
2021-08-30lint: revert "remove redundant call to strchr" from yesterdayrillig
2021-08-30Move the character one back so that we don't increment twicechristos
2021-08-30Skip the current character before parsing the number of arguments.christos
2021-08-29lint: remove redundant call to strchrrillig
2021-08-29lint: un-abbreviate members of sym_trillig