Age | Commit message (Expand) | Author |
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 |
2006-04-26 | Typos in comments, no code changes | Chad Loder |
2006-04-25 | Prettier error messages | Chad Loder |
2006-04-25 | Rather than use the psize() macro everywhere (portable size macro which | Chad Loder |
2006-04-21 | Kill warning 54, trailing comma in enum, because this is allowed in C99. | Chad Loder |
2006-04-21 | On gcc3, specify -CC to the preprocessor (preserve comments even in macro | Chad Loder |
2006-04-21 | Fix crash when lint deals with break statements outside switch or loop. | Chad Loder |
2006-04-20 | Add a LINTUSED special comment which marks the following declared symbol(s) | Chad Loder |
2006-04-20 | Do not warn about unreachable breaks in a switch. Prodded by theo, and | Chad Loder |
2006-04-18 | Disable -CC to cpp until cpp 2.95 can handle it properly | Chad Loder |
2006-04-18 | Add () to function names to make it more clear what is happening | Chad Loder |
2006-04-18 | For prototype argument conversions, include both "from" and "to" types. | Chad Loder |
2006-04-18 | For all warnings involving prototypes, print the function name and the | Chad Loder |
2006-04-18 | Add a funcname() function, which returns the name of a function given a | Chad Loder |
2006-04-18 | The old way of passing function argument information was to pass an int | Chad Loder |
2006-04-17 | Pass -CC to cpp, which preserves comments in macros. This gets us __dead | Chad Loder |
2006-04-03 | reflect reality, wchar_t has been int on OpenBSD for about a year now. | Marc Espie |
2006-03-20 | Lint should not complain about expressions of the form: ((x == y) == z) | Chad Loder |
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 |