Age | Commit message (Expand) | Author |
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 |
2005-11-29 | Typos in comments: explizit and implizit | Chad Loder |
2005-11-29 | Kill unused locals | Chad Loder |
2005-11-29 | Make lint grok __func__, which in C99 is a predifined identifier that | Chad Loder |
2005-11-28 | Simplify checks for division by zero. | Chad Loder |
2005-11-28 | Another comment typo | Chad Loder |
2005-11-28 | Typos in comments | Chad Loder |
2005-11-28 | Set m_balance to 0 for the COLON operator, thus avoiding a false positive. | Chad Loder |
2005-11-28 | Do not complain about promotion of a constant (e.g. from int literal to | Chad Loder |
2005-11-24 | spacing | Theo de Raadt |
2005-11-23 | Deal with empty array initializers (a gcc-ism), but warn. | Chad Loder |
2005-11-23 | Deal somewhat with case ranges, which is a gcc extension. | Chad Loder |
2005-11-23 | "inline" is a c99 keyword, so support it unless tflag is selected. | Chad Loder |
2005-11-23 | Grok __restrict__ and __restrict keywords. OK deraadt | Chad Loder |
2005-11-23 | adjust some default options (mostly, that lint always print full paths | Theo de Raadt |
2005-11-23 | add a fake C construct __lint_equal__ which will be used to generate | Theo de Raadt |
2005-11-23 | support __attribute__ | Theo de Raadt |
2005-11-23 | Do not pass -Wtraditional to cpp. If someone wants that, they can | Theo de Raadt |
2005-11-23 | Warn on a right shift of an N-bit quantity by >= N bits. OK millert, | Chad Loder |
2005-11-21 | Print both "from" and "to" types in type conversion warnings. Idea from | Chad Loder |
2005-11-20 | Rename basename() to lbasename() to avoid conflict with basename(3). | Chad Loder |
2005-11-20 | Fix typos in comments | Chad Loder |
2005-11-20 | spacing | Theo de Raadt |
2005-11-20 | KNF. OK kjell, millert | Chad Loder |
2005-11-19 | knf. OK kjell, brad | Chad Loder |
2005-08-14 | catched->caught | Miod Vallat |
2005-01-24 | Deal with format strings that are "const char *", not just "char *". | Todd C. Miller |
2005-01-24 | Update length field in catstrg() with the length of the appended string. | Todd C. Miller |
2004-11-29 | Spell precede correctly. | Jonathan Gray |
2004-08-03 | permit other types in a bit field (too common) | Theo de Raadt |
2004-07-21 | typo in comment; Fabio Olive Leite | Todd C. Miller |
2004-05-11 | Just because we get an error running a command doesn't mean that | Todd C. Miller |
2004-05-10 | using a horrid hack: permit long long. millert ok | Theo de Raadt |