summaryrefslogtreecommitdiffstats
path: root/usr.bin/xlint/lint1
Commit message (Collapse)AuthorAgeFilesLines
* Define PTRDIFF_IS_LONG and SIZEOF_IS_ULONG for arm.cognet2004-05-141-0/+3
|
* Fixed style of DPADD and LDADD assignments as per style.Makefile(5).ru2004-02-051-2/+2
|
* Consistently use __inline for pure c89 compilers.obrien2003-06-071-5/+4
| | | | Submitted by: Tim Kientzle <kientzle@acm.org>
* Add amd64 settings.peter2003-05-081-0/+3
| | | | Approved by: re (scottl)
* Fix typos; add FreeBSD Id where missing.schweikh2003-01-014-9/+11
|
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/schweikh2002-12-304-4/+6
| | | | Add FreeBSD Id tag where missing.
* mdoc(7) police: overhaul.ru2002-12-111-2/+2
| | | | Approved by: re
* mdoc(7) police: Fixed the declaration of the -column list.ru2002-12-111-4/+4
| | | | Approved by: re
* Teach lint about powerpc.benno2002-12-091-0/+3
| | | | Approved by: re (rwatson)
* Need to run lint1 from ${WORLDTMP}/usr/libexec during buildworld.ru2002-10-231-1/+1
| | | | Spotted by: fjoe
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-2/+1
| | | | | | | | | | | | | | | under way to move the remnants of the a.out toolchain to ports. As the comment in src/Makefile said, this stuff is deprecated and one should not expect this to remain beyond 4.0-REL. It has already lasted WAY beyond that. Notable exceptions: gcc - I have not touched the a.out generation stuff there. ldd/ldconfig - still have some code to interface with a.out rtld. old as/ld/etc - I have not removed these yet, pending their move to ports. some includes - necessary for ldd/ldconfig for now. Tested on: i386 (extensively), alpha
* Merge conflicts.markm2002-07-192-15/+22
|
* Make sure the file in Attic is really "dead".ru2002-05-071-91/+0
| | | | Problem found by: ken
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-221-1/+1
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* FreeBSD prior to 4.4-RELEASE and older versions of 5.0-CURRENT doru2002-04-071-4/+2
| | | | | | | | not have setprogname(3) and getprogname(3), and we need to build lint(1) as a cross-tool to bootstrap. Versions from lib/libc/gen can't be compiled either. PR: bin/36747
* remove __Pimp2002-03-221-1/+3
|
* Make lint(1) a cross-tool.ru2002-03-201-4/+6
| | | | | | | | | (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).
* Punt to attic file that moved in latest import.markm2002-03-111-56/+0
|
* Add sparc64 ifdefs.jake2002-03-101-0/+3
|
* Merge conflicts, fix Makefiles and remove (re)moved file(s).markm2002-03-038-1007/+1039
|
* This commit was generated by cvs2svn to compensate for changes in r91586,markm2002-03-037-232/+418
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of NetBSD's (x)lint, snapshotted at 2002-3-3.markm2002-03-0315-1239/+1496
| |
* | Make this build on ia64.dfr2001-10-091-1/+4
| |
* | Expand x{malloc,calloc,realloc,strdup} in-place.obrien2001-07-246-35/+72
| | | | | | | | (even found some unchecked naked uses)
* | Mark a function as __printflike() and fix a non-exploitable format stringkris2001-07-051-1/+1
| | | | | | | | | | | | warning. MFC after: 1 week
* | Remove XXX_BROKEN_GCC from the Makefile.asmodai2001-04-261-3/+0
| | | | | | | | This compiles just fine with recent gcc's.
* | Keep my dirty paws off of the $NetBSD$ id's. They're tabbed and shouldasmodai2001-04-229-9/+9
| | | | | | | | | | | | remain so. Submitted by: bde/obrien
* | Aesthetics: fix placement of $NetBSD$ (use space instead of tab)asmodai2001-04-219-9/+9
| |
* | Properly constify the rcsid[].asmodai2001-04-205-5/+10
| |
* | Add $FreeBSD$ to the files which didn't have it yet.asmodai2001-04-208-13/+9
| | | | | | | | Fix the .c files, so that the $FreeBSD$ is contained within the rcsid. [bde]
* | Fix spelling of comparison (was: comparision).asmodai2001-04-193-16/+22
| | | | | | | | | | | | Add $FreeBSD$. Obtained from: NetBSD/OpenBSD
* | Change the spelling of `.' to `.' from .OBJDIR since `.' really is whereobrien2000-12-051-1/+1
| | | | | | | | generated files land. Also give precedence to generated files.
* | The GCC 2.96 snapshots have slightly different rules for finding includeobrien2000-12-011-1/+1
| | | | | | | | | | | | | | files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.".
* | $Id$ -> $FreeBSD$peter1999-08-281-1/+1
| |
* | Declaration of strtouq() is not missing from stdlib.h, so don't redeclaredt1999-08-251-3/+0
| | | | | | | | it.
* | Put y.tab.h back in SRCS. This used to be the best way to getbde1998-05-051-1/+2
| | | | | | | | | | dependencies on y.tab.h generated. It will soon be used to tell bsd.dep.mk that y.tab.h itself needs to be generated.
* | Fixed races in `make -jN' using new yacc rules.bde1998-05-041-6/+2
| |
* | Fixed `make -jN' for large N. Just put the generated file y.tab.h inbde1998-03-061-1/+3
| | | | | | | | | | SRCS and add a dummy rule to create it. This and cleaning of yacc output files should all be handled by bsd.prog.mk.
* | Work around a gcc bug (causing false warnings about integral constant being ↵tegge1997-06-121-0/+11
| | | | | | | | too large, even when the integral constant was e.g. 1).
* | Sweep through the tree fixing mmap() usage:alex1997-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | - Use MAP_FAILED instead of the constant -1 to indicate failure (required by POSIX). - Removed flag arguments of '0' (required by POSIX). - Fixed code which expected an error return of 0. - Fixed code which thought any address with the high bit set was an error. - Check for failure where no checks were present. Discussed with: bde
* | General -Wall warning cleanup, part I.jkh1996-07-123-0/+7
| | | | | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* | 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.
* | Well, Jochen adopted most of my submissions. So only the differentjoerg1995-11-061-4/+4
|/ | | | | | | | 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-0519-0/+15030
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