summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/llib
Commit message (Collapse)AuthorAgeFilesLines
* #include <sys/time.h> before <sys/stat.h> to get timespec.phk2002-06-211-0/+1
|
* Make lint(1) a cross-tool.ru2002-03-201-7/+0
| | | | | | | | | (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).
* Fix a prototype to match our headers. I am not convinced that doingmarkm2002-03-111-2/+4
| | | | | | | | 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.
* Fix silly one line error. (Half a .if statement left behind).markm2002-03-111-1/+0
|
* Merge conflicts, fix Makefiles and remove (re)moved file(s).markm2002-03-032-7/+10
|
* This commit was generated by cvs2svn to compensate for changes in r91586,markm2002-03-031-1/+1
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of NetBSD's (x)lint, snapshotted at 2002-3-3.markm2002-03-033-11/+13
| |
* | Wrap lint calling in a variable.asmodai2001-04-241-2/+3
| | | | | | | | | | | | | | | | | | 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.
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-222-2/+2
| | | | | | | | | | | | remain so. Submitted by: bde/obrien
* | Aesthetics: fix placement of $NetBSD$ (use space instead of tab)asmodai2001-04-212-2/+2
| |
* | Add $FreeBSD$ to the files which didn't have it yet.asmodai2001-04-201-0/+2
| | | | | | | | Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
* | Cosmetic change: space instead of tab in front of $FreeBSD$.sheldonh2000-01-161-1/+1
| | | | | | | | Submitted by: bde
* | Populate /usr/libdata/lint again. David Malone <dwmalone@maths.tcd.ie>sheldonh2000-01-141-3/+3
| | | | | | | | | | | | is responsible for getting me to look at the NetBSD makefiles. :-) Obtained from: NetBSD
* | Don't build the special case lint libraries.paul1996-03-312-2/+2
| |
* | Move llib-lstdc to llib-lc since that's what lint expects.paul1996-03-242-3/+3
| |
* | Build and install llib-lstdc.ln. Disable Posix version.paul1996-03-241-2/+3
| | | | | | | | Change install mode from NONBINMODE to LIBMODE
* | replace 'install' with ${INSTALL}wosch1996-02-061-1/+1
|/
* Jochen Pohl's lint(1) from NetBSD. Yet another import.joerg1995-11-053-0/+583
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