summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
Commit message (Collapse)AuthorAgeFilesLines
* Put y.tab.h back in SRCS. This used to be the best way to getbde1998-05-051-1/+2
| | | | | dependencies on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* Fixed races in `make -jN' using new yacc rules.bde1998-05-041-6/+2
|
* .Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.charnier1998-03-231-1/+1
|
* Fixed `make -jN' for large N. Just put the generated file y.tab.h inbde1998-03-061-1/+3
| | | | | SRCS and add a dummy rule to create it. This and cleaning of yacc output files should all be handled by bsd.prog.mk.
* Work around a gcc bug (causing false warnings about integral constant being ↵tegge1997-06-121-0/+11
| | | | too large, even when the integral constant was e.g. 1).
* Cope with the possibility of __FreeBSD__ = 3peter1997-03-111-1/+3
|
* Sweep through the tree fixing mmap() usage:alex1997-01-162-2/+2
| | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* .Os NetBSD -> .Os FreeBSD.wosch1996-09-281-1/+1
| | | | The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.
* General -Wall warning cleanup, part I.jkh1996-07-125-0/+10
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Fix a couple of minor typos. Closes PR 1309.alex1996-06-111-3/+3
| | | | | Reviewed by: alex Submitted by: jraynard
* Backout yacc changes.phk1996-06-024-4/+4
|
* Finished yacc rules changes.bde1996-06-011-1/+1
|
* yacc rules change.phk1996-05-303-3/+3
|
* Do not include math.h because it isn't used and it causesmpp1996-04-092-2/+0
| | | | | | | | | | | | "make world" to fail if you use the msun math library and blow away /usr/include and then do "make world". This is because the msun math.h isn't installed with the other include files before xlint is built. It finally gets installed when the msun library is built. Perhaps "make world" should install the msun math.h file if it doesn't install the CSRG math.h, to prevent problems like this in the future.
* Correct some man page cross references and file location references.mpp1996-04-071-2/+2
|
* Don't build the special case lint libraries.paul1996-03-313-3/+3
|
* Move llib-lstdc to llib-lc since that's what lint expects.paul1996-03-242-3/+3
|
* Re-enable building of lint libraries.paul1996-03-241-2/+1
|
* Build and install llib-lstdc.ln. Disable Posix version.paul1996-03-241-2/+3
| | | | Change install mode from NONBINMODE to LIBMODE
* Don't build lint libraries for the moment.paul1996-03-241-1/+2
|
* replace 'install' with ${INSTALL}wosch1996-02-062-2/+2
|
* Well, Jochen adopted most of my submissions. So only the differentjoerg1995-11-063-5/+12
| | | | | | | | style of error reporting (i prefer gcc style to be consistent with the compiler) is left, plus a minor nit he's most likely been overlooking. There are still problems with bootstrapping, and you should expect troubles when linting libc...
* Jochen Pohl's lint(1) from NetBSD. Yet another import.joerg1995-11-0537-0/+20618
This is just a vendor import by now. I'll wait until i'll get the imported files back via CTM before applying the FreeBSD patches. Don't use it yet. Submitted by: Jochen Pohl <jpo.drs@sni.de> Obtained from: (NetBSD -- this version is directly from Jochen)
OpenPOWER on IntegriCloud