Age | Commit message (Expand) | Author |
2011-11-08 | Pass install the -S option to avoid a window where the target isn't | Philip Guenthe |
2011-09-21 | remove rcsids which escaped the purge of 2009 | Jonathan Gray |
2011-07-11 | Only complain about zero-sized structures/unions when in strict | Martynas Venckus |
2011-07-03 | Update floating-point format specifier checks; the situation has | Martynas Venckus |
2011-06-20 | Teach lint about %F, %A, %a format specifiers. | Martynas Venckus |
2011-06-20 | Revert rev 1.21 which is superceded by 1.22 | Todd C. Miller |
2011-06-20 | Prevent lint from warning about %m in C format strings. Quiets | Todd C. Miller |
2011-06-18 | the %m argument as used by syslog does not eat an argument, so skip over it. | Ted Unangst |
2011-06-09 | Accept and ignore -M so we can pass the same CPPFLAGS to lint and cpp. | Jonathan Gray |
2011-05-31 | Lint didn't take into account padding of LDOUBLE, LDCOMPLEX, | Martynas Venckus |
2011-05-31 | Warn on empty non-compound selection statements, such as "if (foo);". | Martynas Venckus |
2011-05-31 | Make tt_domain = 3 (complex), not 1 (real) for the complex types | Martynas Venckus |
2011-05-30 | Typos: "in in", "prototyp". | Martynas Venckus |
2011-03-15 | sanity check, prompted by common work with Florent Tribouilloy | Marc Espie |
2010-12-30 | Add syslog.h, wchar.h, and wctype.h #includes and functions. | Philip Guenthe |
2010-09-09 | nessesary -> necessary. | Miod Vallat |
2010-07-27 | Fix compilation on gcc2 platforms, where _Bool and _Complex aren't | Philip Guenthe |
2010-07-24 | Teach lint about C99's _Bool and _Complex, plus some related gcc | Philip Guenthe |
2010-02-03 | If MACHINE_CPU != MACHINE_ARCH, pass -D__${MACHINE_CPU}__ to the preprocessor. | Miod Vallat |
2007-11-27 | typos; ok jmc@ | Martynas Venckus |
2007-11-26 | typos; ok jmc@ | Martynas Venckus |
2007-10-17 | remove "unused variable" warnings | Charles Longeau |
2007-10-11 | pcc also knows about quads; ok cloder@ | Otto Moerbeek |
2007-09-24 | typos; from Pierre Riteau | Jason McIntyre |
2007-09-08 | Fix false negatives in dealing with unreachable code after calls to __dead | Chad Loder |
2007-09-06 | Fix typos in comments. No code changes | Chad Loder |
2007-09-05 | - use a consistent grammatical case for the C comments section | Jason McIntyre |
2007-09-05 | Document NORETURN, add it to the directive list and rearrange the entries. | Federico G. Schwindt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-26 | More comment typos from Diego Casati. Including winners like funtion, allmost, | Kenneth R Westerback |
2007-04-24 | exeption -> exception | Miod Vallat |
2007-03-21 | remove extra *p tests, from charles longeau | Ted Unangst |
2007-03-20 | sort options; sync synopsis and usage(); | Jason McIntyre |
2006-11-10 | fix usage message | Theo de Raadt |
2006-11-03 | ouT makefile rules are smarter now, kill a redundant CLEANFILES | Otto Moerbeek |
2006-10-26 | Remove an unused variable spotted by lint. | Chad Loder |
2006-07-09 | *enty->*ently where applicable | Miod Vallat |
2006-06-02 | Rework logic for function argument conversion warnings. Only do certain | Chad Loder |
2006-05-29 | Get rid of -t (traditional C) option. Some corrections by moritz. | Chad Loder |
2006-05-29 | lint has two synopses, so remove -ab from the second one too; | Jason McIntyre |
2006-05-28 | Kill the bflag, which was really just used to shut up a useless warning | Chad Loder |
2006-05-28 | Kill the -a option for lint, which controlled (inconsistently) warnings | Chad Loder |
2006-05-06 | use mkstemp, remove races wrt lint1 and cpp. | Marc Espie |
2006-05-05 | Do not warn when casting a pointer to [unsigned] char *; | Otto Moerbeek |
2006-05-05 | Fix SEGV on prototypes containing functions; from NetBSD rev 1.18; | Otto Moerbeek |
2006-05-05 | Fix SEGV on scalar initialization with braces; also found in NetBSD | Otto Moerbeek |
2006-05-03 | be smarter about warning for null effects; kills a lot of spurious | Otto Moerbeek |
2006-04-27 | print a quad as %lld, not %d | Otto Moerbeek |
2006-04-27 | Correctly process comma operator when hunting for "expression has null | Otto Moerbeek |
2006-04-26 | Something very small and lame for now | Chad Loder |