summaryrefslogtreecommitdiff
path: root/usr.bin/xlint
AgeCommit message (Expand)Author
2005-11-23Grok __restrict__ and __restrict keywords. OK deraadtChad Loder
2005-11-23adjust some default options (mostly, that lint always print full pathsTheo de Raadt
2005-11-23add a fake C construct __lint_equal__ which will be used to generateTheo de Raadt
2005-11-23support __attribute__Theo de Raadt
2005-11-23Do not pass -Wtraditional to cpp. If someone wants that, they canTheo de Raadt
2005-11-23Warn on a right shift of an N-bit quantity by >= N bits. OK millert,Chad Loder
2005-11-21Print both "from" and "to" types in type conversion warnings. Idea fromChad Loder
2005-11-20Rename basename() to lbasename() to avoid conflict with basename(3).Chad Loder
2005-11-20Fix typos in commentsChad Loder
2005-11-20spacingTheo de Raadt
2005-11-20KNF. OK kjell, millertChad Loder
2005-11-19knf. OK kjell, bradChad Loder
2005-08-14catched->caughtMiod Vallat
2005-01-24Deal with format strings that are "const char *", not just "char *".Todd C. Miller
2005-01-24Update length field in catstrg() with the length of the appended string.Todd C. Miller
2004-11-29Spell precede correctly.Jonathan Gray
2004-08-03permit other types in a bit field (too common)Theo de Raadt
2004-07-21typo in comment; Fabio Olive LeiteTodd C. Miller
2004-05-11Just because we get an error running a command doesn't mean thatTodd C. Miller
2004-05-10using a horrid hack: permit long long. millert okTheo de Raadt
2004-02-19don't use -$ flag for cpp with gcc 3 and upBrad Smith
2004-02-07Use __LP64__ to determine whether a platform is 32bit or 64bitTodd C. Miller
2004-01-29s/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-05include path fixes for gcc3.Marc Espie
2003-11-08typos from Jonathon Gray;Jason McIntyre
2003-09-22remove my (incorrect) BUGS addition;Jason McIntyre
2003-09-19Replace an oops by myself - standard C library will be llib-lc.ln, notJason McIntyre
2003-09-18standard C lint library lives in llib-lstdc.ln, not llib-lc.ln;Jason McIntyre
2003-08-06Remove some double semicolons (hmm, do two semis equal a maxi?).Todd C. Miller
2003-06-264.4 lint w/ caldera license nowMichael Shalayeff
2003-06-10- section reorderJason McIntyre
2003-04-26string cleaning; ok tdevalTheo de Raadt
2003-04-25sprintf bye byeTheo de Raadt
2003-04-14string cleaning; my bugs found by millert and krwTheo de Raadt
2003-01-06syncronous -> synchronousMiod Vallat
2002-12-11Convert ctype.h macros into inline functions. This fixes the issues weTodd C. Miller
2002-12-08Avoid using "optind = 0" since its meaning to getopt() is implementationTodd C. Miller
2002-10-04make the snakes fart throughMichael Shalayeff
2002-06-12a real pid_t cleanup.Mike Pechkin
2002-03-23One more case of __mvme88k__ vs __m88k__Miod Vallat
2002-03-14Remove \n from err/errx/warn/warnx().Mike Pechkin
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19more than typoTheo de Raadt
2001-11-18spellingTheo de Raadt
2001-11-05use _exit in signal handlerTheo de Raadt
2001-09-19occured->occurredMike Pechkin
2001-09-11gcc on sparc64 needs -O0 or it barfsJason Wright