Age | Commit message (Expand) | Author |
2006-05-05 | Do not warn when casting a pointer to [unsigned] char *; | 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-25 | Rather than use the psize() macro everywhere (portable size macro which | 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-03-20 | Lint should not complain about expressions of the form: ((x == y) == z) | Chad Loder |
2005-12-17 | Handle __dead functions using lint comments. | 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-10 | Lint now warns about sizeof(term) where the operator is anything other | 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-11-29 | Remove XXX_BROKEN_GCC ifdefs, which were used to work around an ancient | Chad Loder |
2005-11-29 | Kill unused locals | 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-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 | spacing | Theo de Raadt |
2005-11-19 | knf. OK kjell, brad | Chad Loder |
2005-01-24 | Update length field in catstrg() with the length of the appended string. | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-09-19 | occured->occurred | Mike Pechkin |
1998-07-29 | fix some initialization; ITOH Yasufumi <yasufu-i@is.aist-nara.ac.jp> | Todd C. Miller |
1998-07-27 | s/comparision/comparison/g; netbsd | Theo de Raadt |
1996-06-26 | rcsid | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |