History log of /freebsd-10.1-release/usr.bin/xlint/lint1/tree.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 224702 08-Aug-2011 kevlo

catstrg() does not set the resulting string length.

PR: bin/152549
Submitted by: Henning Petersen <henning dot petersen at t-online dot de>
Approved by: re (hrs)


# 108532 01-Jan-2003 schweikh

Fix typos; add FreeBSD Id where missing.


# 108470 30-Dec-2002 schweikh

Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
Add FreeBSD Id tag where missing.


# 91592 03-Mar-2002 markm

Merge conflicts, fix Makefiles and remove (re)moved file(s).


# 80284 24-Jul-2001 obrien

Expand x{malloc,calloc,realloc,strdup} in-place.
(even found some unchecked naked uses)


# 75831 22-Apr-2001 asmodai

Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and should
remain so.

Submitted by: bde/obrien


# 75782 21-Apr-2001 asmodai

Aesthetics: fix placement of $NetBSD$ (use space instead of tab)


# 75731 20-Apr-2001 asmodai

Properly constify the rcsid[].


# 75730 20-Apr-2001 asmodai

Add $FreeBSD$ to the files which didn't have it yet.

Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]


# 75697 19-Apr-2001 asmodai

Fix spelling of comparison (was: comparision).

Add $FreeBSD$.

Obtained from: NetBSD/OpenBSD


# 17142 12-Jul-1996 jkh

General -Wall warning cleanup, part I.
Submitted-By: Kent Vander Velden <graphix@iastate.edu>


# 16073 02-Jun-1996 phk

Backout yacc changes.


# 16053 01-Jun-1996 bde

Finished yacc rules changes.


# 15158 09-Apr-1996 mpp

Do not include math.h because it isn't used and it causes
"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.


# 12100 05-Nov-1995 joerg

This commit was generated by cvs2svn to compensate for changes in r12099,
which included commits to RCS files with non-trunk default branches.


# 12099 05-Nov-1995 joerg

Jochen Pohl's lint(1) from NetBSD. Yet another import.

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)