summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint
Commit message (Collapse)AuthorAgeFilesLines
* 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