Age | Commit message (Expand) | Author |
2006-03-13 | Do not warn for functions declared with ARGSUSED | Moritz Jodeit |
2006-03-08 | some cleanup including: | Moritz Jodeit |
2006-03-07 | Fix NULL deref when doing `lint --'. | Moritz Jodeit |
2006-01-16 | minimal recognition of C99 float hex constants, allows lint to parse | Marc Espie |
2006-01-16 | Kill spurious warnings when using size_t as an index; since size_t and | Otto Moerbeek |
2005-12-18 | Grok NORETURN function prototypes in addition to NORETURN function | Chad Loder |
2005-12-17 | Handle __dead functions using lint comments. | Chad Loder |
2005-12-17 | Check for functions declared with ARGSUSED but having no arguments. | Chad Loder |
2005-12-16 | Make div by zero a non-fatal message | Chad Loder |
2005-12-16 | Limp along with integral 0 instead of UQUAD_MAX when there is a division | Chad Loder |
2005-12-16 | Call checkdbz with the correct operand, so that div by zero checks actually | Chad Loder |
2005-12-15 | Add a new warning message: conversion of %s return value from '%s' to '%s'. | Chad Loder |
2005-12-14 | Move arg # to start of message. Makes it slighly more useful | Kjell Wooding |
2005-12-12 | Restructure conditional from last checkin regarding constant in conditional | Chad Loder |
2005-12-12 | Cut down on extraneous "constant in conditional context" warnings when | Chad Loder |
2005-12-11 | SRCS should contain .y and .l references, then make will do the right thing | Theo de Raadt |
2005-12-11 | make this compile again | Theo de Raadt |
2005-12-10 | Make the style of these messages more like that of gcc messages. | Chad Loder |
2005-12-10 | Change warning/error format to match gcc's. | Chad Loder |
2005-12-10 | how did this slip in, grr. | Martin Reindl |
2005-12-10 | translate a bunch of comments from german to english | Martin Reindl |
2005-12-10 | Lint now warns about sizeof(term) where the operator is anything other | Chad Loder |
2005-12-10 | Fix a comment | Chad Loder |
2005-12-10 | Add a new lint flag '-f' which, for each warning or error, prints the | Chad Loder |
2005-12-10 | Back out all gcc attribute parsing changes until we can do this the right | Chad Loder |
2005-12-10 | Fix a crash when enum bitfields are encountered. Reported by marc on | Chad Loder |
2005-12-09 | Do not warn about assignment in conditional context if the assignment | Chad Loder |
2005-12-09 | Another case theo reminded me of | Chad Loder |
2005-12-09 | Don't ever complain when assigning a char literal to a char lvalue, | Chad Loder |
2005-12-07 | Remove extra printfs | Chad Loder |
2005-12-07 | Refactor __attribute__ parsing a bit. This takes us further to being able | Chad Loder |
2005-12-06 | back out -CC change. It breaks lint on most of our architectures | Theo de Raadt |
2005-12-03 | Fix enum types, thanks lint | Chad Loder |
2005-12-03 | Lint can now parse every variation of gcc's __attribute__ that I could find | Chad Loder |
2005-12-02 | Add a -y option, undocumented for now, that tells lint to pass -y to lint1. | Chad Loder |
2005-12-02 | Make three of the keytab fields into a union, because they are 3 different | Chad Loder |
2005-12-02 | make lint invoke cpp with -CC instead of -C, which will cause comments | Alexander von Gernler |
2005-12-01 | Make lint quieter by only warning on "foo declared but never used or | Chad Loder |
2005-12-01 | Typo | Chad Loder |
2005-11-30 | Add support for // comments. From NetBSD | Chad Loder |
2005-11-30 | spacing | Theo de Raadt |
2005-11-30 | KNF | Chad Loder |
2005-11-30 | KNF | Chad Loder |
2005-11-30 | Fix a very old bug_t with memset | Chad Loder |
2005-11-29 | stdlib.h has strtouq in it | Chad Loder |
2005-11-29 | Typo | Chad Loder |
2005-11-29 | Typo | Chad Loder |
2005-11-29 | Replace unnecessary mmap allocator with malloc. | Chad Loder |
2005-11-29 | Remove old gcc 2.9.5 workaround for sparc64 now that we use gcc3. | Chad Loder |
2005-11-29 | Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancient | Chad Loder |