aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/xlint
Commit message (Expand)AuthorAgeFilesLines
* WARNS=2 fixes.Mark Murray2001-12-111-1/+1
* Make this build on ia64.Doug Rabson2001-10-091-1/+4
* Expand x{malloc,calloc,realloc,strdup} in-place.David E. O'Brien2001-07-248-79/+169
* Mark a function as __printflike() and fix a non-exploitable format stringKris Kennaway2001-07-051-1/+1
* Disable llib. The previous commit does not go anywhere near far enoughPeter Wemm2001-04-291-1/+1
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-271-111/+94
* Remove XXX_BROKEN_GCC from the Makefile.Jeroen Ruigrok van der Werven2001-04-261-3/+0
* Wrap lint calling in a variable.Jeroen Ruigrok van der Werven2001-04-241-2/+3
* Add build-tools target to the description file, requisite of makingJeroen Ruigrok van der Werven2001-04-241-1/+3
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldJeroen Ruigrok van der Werven2001-04-234-5/+5
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldJeroen Ruigrok van der Werven2001-04-2215-15/+15
* Aesthetics: fix placement of $NetBSD$ (use space instead of tab)Jeroen Ruigrok van der Werven2001-04-2119-19/+20
* Properly constify the rcsid[].Jeroen Ruigrok van der Werven2001-04-208-8/+16
* Add $FreeBSD$ to the files which didn't have it yet.Jeroen Ruigrok van der Werven2001-04-2011-15/+13
* Change uses of mktemp() to mkstemp().Jeroen Ruigrok van der Werven2001-04-192-57/+72
* Change SYNOPSIS to use mdoc keeps.Jeroen Ruigrok van der Werven2001-04-191-13/+39
* Fix some mdoc usage.Jeroen Ruigrok van der Werven2001-04-191-4/+6
* Fix english grammar: then does -> than.Jeroen Ruigrok van der Werven2001-04-191-1/+1
* Add a comma after e.g.. This syncs us more with NetBSD and looks moreJeroen Ruigrok van der Werven2001-04-191-2/+2
* Fix spelling of comparison (was: comparision).Jeroen Ruigrok van der Werven2001-04-193-16/+22
* mdoc(7) police: normalize .Nd.Ruslan Ermilov2001-04-181-1/+1
* Do not override `realinstall' target, use ${PROGNAME}.Ruslan Ermilov2001-04-021-5/+1
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-1/+2
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-0/+1
* Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereDavid E. O'Brien2000-12-051-1/+1
* The GCC 2.96 snapshots have slightly different rules for finding includeDavid E. O'Brien2000-12-011-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-11/+11
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-33/+66
* Cosmetic change: space instead of tab in front of $FreeBSD$.Sheldon Hearn2000-01-162-2/+2
* Revert previous change, which is reported to have broken world. ISheldon Hearn2000-01-151-1/+1
* Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>Sheldon Hearn2000-01-142-4/+5
* Fix lint for the new cpp. Lint is still broken in other ways, butSheldon Hearn2000-01-141-2/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Declaration of strtouq() is not missing from stdlib.h, so don't redeclareDmitrij Tejblum1999-08-251-3/+0
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+2
* Use __XSTRING() from cdefs.h instead of rolling my own.Eivind Eklund1999-01-251-7/+1
* I may have forgotten to upgrade this value, but that will never happenEivind Eklund1999-01-231-6/+8
* __FreeBSD__ is also used here.John Hay1999-01-231-1/+3
* Put y.tab.h back in SRCS. This used to be the best way to getBruce Evans1998-05-051-1/+2
* Fixed races in `make -jN' using new yacc rules.Bruce Evans1998-05-041-6/+2
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.Philippe Charnier1998-03-231-1/+1
* Fixed `make -jN' for large N. Just put the generated file y.tab.h inBruce Evans1998-03-061-1/+3
* Work around a gcc bug (causing false warnings about integral constant being t...Tor Egge1997-06-121-0/+11
* Cope with the possibility of __FreeBSD__ = 3Peter Wemm1997-03-111-1/+3
* Sweep through the tree fixing mmap() usage:Alexander Langer1997-01-162-2/+2
* .Os NetBSD -> .Os FreeBSD.Wolfram Schneider1996-09-281-1/+1
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-125-0/+10
* Fix a couple of minor typos. Closes PR 1309.Alexander Langer1996-06-111-3/+3