Age | Commit message (Expand) | Author |
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 |
2004-02-19 | don't use -$ flag for cpp with gcc 3 and up | Brad Smith |
2004-02-07 | Use __LP64__ to determine whether a platform is 32bit or 64bit | Todd C. Miller |
2004-01-29 | s/arm32/arm/ ok deraadt@ | Dale Rahn |
2004-01-23 | `Ns' implies `No', so `Ns No' -> `Ns'; (even simpler in adduser(8)) | Jason McIntyre |
2004-01-05 | include path fixes for gcc3. | Marc Espie |
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre |
2003-09-22 | remove my (incorrect) BUGS addition; | Jason McIntyre |
2003-09-19 | Replace an oops by myself - standard C library will be llib-lc.ln, not | Jason McIntyre |
2003-09-18 | standard C lint library lives in llib-lstdc.ln, not llib-lc.ln; | Jason McIntyre |
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller |
2003-06-26 | 4.4 lint w/ caldera license now | Michael Shalayeff |
2003-06-10 | - section reorder | Jason McIntyre |
2003-04-26 | string cleaning; ok tdeval | Theo de Raadt |
2003-04-25 | sprintf bye bye | Theo de Raadt |
2003-04-14 | string cleaning; my bugs found by millert and krw | Theo de Raadt |
2003-01-06 | syncronous -> synchronous | Miod Vallat |
2002-12-11 | Convert ctype.h macros into inline functions. This fixes the issues we | Todd C. Miller |
2002-12-08 | Avoid using "optind = 0" since its meaning to getopt() is implementation | Todd C. Miller |
2002-10-04 | make the snakes fart through | Michael Shalayeff |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin |
2002-03-23 | One more case of __mvme88k__ vs __m88k__ | Miod Vallat |
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-11-19 | more than typo | Theo de Raadt |
2001-11-18 | spelling | Theo de Raadt |
2001-11-05 | use _exit in signal handler | Theo de Raadt |
2001-09-19 | occured->occurred | Mike Pechkin |
2001-09-11 | gcc on sparc64 needs -O0 or it barfs | Jason Wright |