History log of /freebsd-9.3-release/usr.bin/xlint/llib/
Revision Date Author Comments
267654 20-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

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


225736 23-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


98549 21-Jun-2002 phk

#include <sys/time.h> before <sys/stat.h> to get timespec.


92813 20-Mar-2002 ru

Make lint(1) a cross-tool.

(See commit log for usr.bin/xlint/Makefile,v 1.11 for what was wrong
with enabling build of lint libraries in rev. 1.12.)

This fixes cross-arch compiles (running binaries for a different arch
when generating lint.7 and lint libraries) and cross-branch compiles
(4.x -> 5.0 buildworld should be working again).


92087 11-Mar-2002 markm

Fix a prototype to match our headers. I am not convinced that doing
this in this file is the correct way round. (Maybe our definition of
__assert is wrong?)

Anyway, perhaps we should revisit this later. For the time being,
building lint libraries here does not blow up.


92085 11-Mar-2002 markm

Fix silly one line error. (Half a .if statement left behind).


91592 03-Mar-2002 markm

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


91587 03-Mar-2002 markm

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


75923 24-Apr-2001 asmodai

Wrap lint calling in a variable.

Set LINT to the obj path, since we need to use the new lint's features
to create .ln files. We do not want to use the installed version for that,
since that might create files according to the old lint.

This is still a work in progress to clean this all up, but it gets
through buildworld, which was the problem at hand.


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)


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]


56097 16-Jan-2000 sheldonh

Cosmetic change: space instead of tab in front of $FreeBSD$.

Submitted by: bde


55961 14-Jan-2000 sheldonh

Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>
is responsible for getting me to look at the NetBSD makefiles. :-)

Obtained from: NetBSD


14963 31-Mar-1996 paul

Don't build the special case lint libraries.


14799 24-Mar-1996 paul

Move llib-lstdc to llib-lc since that's what lint expects.


14797 24-Mar-1996 paul

Build and install llib-lstdc.ln. Disable Posix version.
Change install mode from NONBINMODE to LIBMODE


13948 06-Feb-1996 wosch

replace 'install' with ${INSTALL}


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.