Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-24 | Deal with format strings that are "const char *", not just "char *". | Todd C. Miller | |
Based on a patch from Claus Assmann. Someone who understands lint internals better may be able to make a better fix... Closes PR 4072. | |||
2005-01-24 | Update length field in catstrg() with the length of the appended string. | Todd C. Miller | |
Based on a diff from Claus Assmann. Closes PR 4073. | |||
2004-11-29 | Spell precede correctly. | Jonathan Gray | |
'looks fine' millert@, krw@. ok jmc@ | |||
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 | |
lint should exit -- it may have other files to process. Currently, the exit code is not propagated up to lint's final call to terminate(). Requested by and OK deraadt@ | |||
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 | |
ok espie@ | |||
2004-02-07 | Use __LP64__ to determine whether a platform is 32bit or 64bit | Todd C. Miller | |
instead of using a hard-coded list. OK deraadt@, miod@ | |||
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 | |
discussed with todd@ | |||
2004-01-05 | include path fixes for gcc3. | Marc Espie | |
tests otto@, okay millert@ | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-09-22 | remove my (incorrect) BUGS addition; | Jason McIntyre | |
from tholo@ | |||
2003-09-19 | Replace an oops by myself - standard C library will be llib-lc.ln, not | Jason McIntyre | |
llib-lstdc.ln. Also document that we do not have this library, and add the lint libraries we have to FILES. Thanks to Thorsten Locker for his help. ok deraadt@ | |||
2003-09-18 | standard C lint library lives in llib-lstdc.ln, not llib-lc.ln; | Jason McIntyre | |
from Andreas Kahari on misc@ | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-06-26 | 4.4 lint w/ caldera license now | Michael Shalayeff | |
2003-06-10 | - section reorder | Jason McIntyre | |
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@ | |||
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 | |
currently have with the macro versions and makes the ctype.h versions 100% identical to what is in libc. Discussed with pjanzen@ and OK'd by deraadt@. | |||
2002-12-08 | Avoid using "optind = 0" since its meaning to getopt() is implementation | Todd C. Miller | |
dependent (and there is no good reason to use it in this case anyway). | |||
2002-10-04 | make the snakes fart through | Michael Shalayeff | |
2002-06-12 | a real pid_t cleanup. | Mike Pechkin | |
espie@ ok for make/, deraadt@ one extra eye, millert@ ok | |||
2002-03-23 | One more case of __mvme88k__ vs __m88k__ | Miod Vallat | |
With the recent varargs changs, xlint now compiles on mvme88k. | |||
2002-03-14 | Remove \n from err/errx/warn/warnx(). | Mike Pechkin | |
millert@ ok | |||
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 ↵ | Todd C. Miller | |
outside the tree) | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
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 | |
idea from deraadt@ via NetBSD millert@ ok p.s. Next commit will fix a typo in the sys/ | |||
2001-09-11 | gcc on sparc64 needs -O0 or it barfs | Jason Wright | |
2001-05-11 | -1 -> MAP_FAILED | Artur Grabowski | |
2001-02-09 | Some mdoc fixes. | Aaron Campbell | |
2001-02-09 | Fix some typos spotted by d@ | Aaron Campbell | |
2000-07-06 | Insert more missing .El directives. Our troff really should identify these and | Aaron Campbell | |
spit out a warning. | |||
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-03-14 | Suffix "i.e." and "e.g." with a comma. Just another really picky man page | Aaron Campbell | |
commit, as we want our documentation to be as consistently formatted as possible (it's getting there :-)). | |||
1999-10-29 | writen | Todd T. Fries | |
1999-05-26 | Slight tweaks to account for the new cpp driver. | Marc Espie | |
1998-10-30 | usr.bin/ man page fixes, t-z | Aaron Campbell | |
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 | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-09-08 | fix for sometimes/always ignored status; cato@ulysses.df.lth.se | Theo de Raadt | |