summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos; add FreeBSD Id where missing.schweikh2003-01-011-4/+4
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-301-1/+1
| | | | Add FreeBSD Id tag where missing.
* Merge conflicts, fix Makefiles and remove (re)moved file(s).markm2002-03-031-301/+293
|
* Expand x{malloc,calloc,realloc,strdup} in-place.obrien2001-07-241-9/+17
| | | | (even found some unchecked naked uses)
* Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-221-1/+1
| | | | | | remain so. Submitted by: bde/obrien
* Aesthetics: fix placement of $NetBSD$ (use space instead of tab)asmodai2001-04-211-1/+1
|
* Properly constify the rcsid[].asmodai2001-04-201-1/+2
|
* Add $FreeBSD$ to the files which didn't have it yet.asmodai2001-04-201-3/+1
| | | | Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
* Fix spelling of comparison (was: comparision).asmodai2001-04-191-11/+13
| | | | | | Add $FreeBSD$. Obtained from: NetBSD/OpenBSD
* General -Wall warning cleanup, part I.jkh1996-07-121-0/+4
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Backout yacc changes.phk1996-06-021-1/+1
|
* Finished yacc rules changes.bde1996-06-011-1/+1
|
* Do not include math.h because it isn't used and it causesmpp1996-04-091-1/+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.
* Jochen Pohl's lint(1) from NetBSD. Yet another import.joerg1995-11-051-0/+3924
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