summaryrefslogtreecommitdiff
path: root/usr.bin/xlint/lint1/err.c
AgeCommit message (Expand)Author
2006-04-27print a quad as %lld, not %dOtto Moerbeek
2006-04-25Prettier error messagesChad Loder
2006-04-18Add () to function names to make it more clear what is happeningChad Loder
2006-04-18For prototype argument conversions, include both "from" and "to" types.Chad Loder
2006-04-18For all warnings involving prototypes, print the function name and theChad Loder
2006-03-13Do not warn for functions declared with ARGSUSEDMoritz Jodeit
2006-03-08some cleanup including:Moritz Jodeit
2006-01-16minimal recognition of C99 float hex constants, allows lint to parseMarc Espie
2005-12-17Check for functions declared with ARGSUSED but having no arguments.Chad Loder
2005-12-15Add a new warning message: conversion of %s return value from '%s' to '%s'.Chad Loder
2005-12-14Move arg # to start of message. Makes it slighly more usefulKjell Wooding
2005-12-10Change warning/error format to match gcc's.Chad Loder
2005-12-10Lint now warns about sizeof(term) where the operator is anything otherChad Loder
2005-12-10Add a new lint flag '-f' which, for each warning or error, prints theChad Loder
2005-11-23Deal somewhat with case ranges, which is a gcc extension.Chad Loder
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-20spacingTheo de Raadt
2005-11-19knf. OK kjell, bradChad Loder
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
1998-07-27s/comparision/comparison/g; netbsdTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt