Jeroen Ruigrok van der Werven
16a10d334e
Aesthetics: fix placement of $NetBSD$ (use space instead of tab)
2001-04-21 11:17:44 +00:00
Jeroen Ruigrok van der Werven
1b1990f6e2
Properly constify the rcsid[].
2001-04-20 09:43:30 +00:00
Jeroen Ruigrok van der Werven
30fb1fac8d
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]
2001-04-20 09:33:57 +00:00
Jeroen Ruigrok van der Werven
998e62958c
Change uses of mktemp() to mkstemp().
...
Call cc -E, not cpp, this allows lint to be unaware of any
machine-dependent defines that cc(1) may normally define.
Change fork() to vfork() and exit() to _exit().
Reuse temporary file so that multiple files passed can be processed without
problems.
2001-04-19 15:40:04 +00:00
Jeroen Ruigrok van der Werven
c7bee68f23
Change SYNOPSIS to use mdoc keeps.
...
Obtained from: NetBSD
2001-04-19 14:48:36 +00:00
Jeroen Ruigrok van der Werven
4d380447f7
Fix some mdoc usage.
...
Obtained from: NetBSD
2001-04-19 14:20:54 +00:00
Jeroen Ruigrok van der Werven
db52328cf6
Fix english grammar: then does -> than.
...
Obtained from: NetBSD
2001-04-19 14:06:12 +00:00
Jeroen Ruigrok van der Werven
d808aefa49
Add a comma after e.g.. This syncs us more with NetBSD and looks more
...
aesthetically correct.
Obtained from: NetBSD
2001-04-19 14:02:36 +00:00
Jeroen Ruigrok van der Werven
9d083950b7
Fix spelling of comparison (was: comparision).
...
Add $FreeBSD$.
Obtained from: NetBSD/OpenBSD
2001-04-19 11:10:51 +00:00
Ruslan Ermilov
eb0838029f
mdoc(7) police: normalize .Nd.
2001-04-18 15:54:10 +00:00
Ruslan Ermilov
18453f1ad3
Do not override `realinstall' target, use ${PROGNAME}.
2001-04-02 12:06:00 +00:00
Ruslan Ermilov
dc12be5258
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
Ruslan Ermilov
d0353b836e
mdoc(7) police: split punctuation characters + misc fixes.
2001-02-01 16:38:02 +00:00
Ruslan Ermilov
1bfea903ed
Prepare for mdoc(7)NG.
2001-01-16 09:39:23 +00:00
Ruslan Ermilov
9b88faecd3
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
David E. O'Brien
a8e642f574
Change the spelling of .' to
.' from .OBJDIR since `.' really is where
...
generated files land. Also give precedence to generated files.
2000-12-05 22:10:43 +00:00
David E. O'Brien
2c5569d6ff
The GCC 2.96 snapshots have slightly different rules for finding include
...
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.".
2000-12-01 09:39:28 +00:00
Ruslan Ermilov
8fe908ef0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
Sheldon Hearn
87faa07bec
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
Sheldon Hearn
b4d07e45c5
Cosmetic change: space instead of tab in front of $FreeBSD$.
...
Submitted by: bde
2000-01-16 08:25:40 +00:00
Sheldon Hearn
3e2d3e2621
Revert previous change, which is reported to have broken world. I
...
did test this through a ``make world'', but of course I already
had a working lint binary (one that does not call cpp -undef)
installed.
Reported by: "Pierre Y. Dampure" <Pierre.Dampure@barclayscapital.com>
2000-01-15 09:00:03 +00:00
Sheldon Hearn
76f1a3e75f
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
2000-01-14 10:02:27 +00:00
Sheldon Hearn
570080640e
Fix lint for the new cpp. Lint is still broken in other ways, but
...
this at least allows the use of lint -i on single files again.
Fiddled rcsid to satisfy commitprep.pl; the original NetBSD tag
is still in the comments.
2000-01-14 09:25:31 +00:00
Peter Wemm
c3aac50f28
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
Dmitrij Tejblum
27ff174015
Declaration of strtouq() is not missing from stdlib.h, so don't redeclare
...
it.
1999-08-25 14:22:20 +00:00
Nik Clayton
3be5f1f5ce
Add $Id$, to make it simpler for members of the translation teams to
...
track.
The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;
.\" $Id$
.\"
If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.
Approved by: bde
1999-07-12 20:24:20 +00:00
Eivind Eklund
398eda2c23
Use __XSTRING() from cdefs.h instead of rolling my own.
1999-01-25 11:25:24 +00:00
Eivind Eklund
458a924b1d
I may have forgotten to upgrade this value, but that will never happen
...
again. (Fully clone the value of __FreeBSD__ from the compiler.)
1999-01-23 15:07:10 +00:00
John Hay
9f12d84d0e
__FreeBSD__ is also used here.
...
Forgotten by: Lots of people.
Pointed out by: make world.
1999-01-23 10:59:29 +00:00
Bruce Evans
8d4a858381
Put y.tab.h back in SRCS. This used to be the best way to get
...
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.
1998-05-05 13:00:26 +00:00
Bruce Evans
b681d90662
Fixed races in `make -jN' using new yacc rules.
1998-05-04 20:09:06 +00:00
Philippe Charnier
306005e78c
.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.
1998-03-23 07:48:45 +00:00
Bruce Evans
99c91e5acc
Fixed `make -jN' for large N. Just put the generated file y.tab.h in
...
SRCS and add a dummy rule to create it. This and cleaning of yacc
output files should all be handled by bsd.prog.mk.
1998-03-06 14:25:45 +00:00
Tor Egge
18d5819376
Work around a gcc bug (causing false warnings about integral constant being too large, even when the integral constant was e.g. 1).
1997-06-12 18:10:08 +00:00
Peter Wemm
ccf4742c2f
Cope with the possibility of __FreeBSD__ = 3
1997-03-11 14:49:51 +00:00
Alexander Langer
8abdc2eb40
Sweep through the tree fixing mmap() usage:
...
- 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
1997-01-16 21:58:40 +00:00
Wolfram Schneider
ac8ef33789
.Os NetBSD -> .Os FreeBSD.
...
The pages are not NetBSD specific and FreeBSD is not a child of NetBSD.
1996-09-28 22:46:35 +00:00
Jordan K. Hubbard
526195ad0d
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
Alexander Langer
8a1e5ea8c6
Fix a couple of minor typos. Closes PR 1309.
...
Reviewed by: alex
Submitted by: jraynard
1996-06-11 23:17:03 +00:00
Poul-Henning Kamp
1d95dc910b
Backout yacc changes.
1996-06-02 17:22:01 +00:00
Bruce Evans
b68933975f
Finished yacc rules changes.
1996-06-01 13:39:23 +00:00
Poul-Henning Kamp
ff8830e331
yacc rules change.
1996-05-30 23:09:11 +00:00
Mike Pritchard
778413c81b
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.
1996-04-09 17:17:31 +00:00
Mike Pritchard
906c1e27fc
Correct some man page cross references and file location references.
1996-04-07 00:06:21 +00:00
Paul Richards
a5e0fef0f3
Don't build the special case lint libraries.
1996-03-31 22:18:46 +00:00
Paul Richards
215b228037
Move llib-lstdc to llib-lc since that's what lint expects.
1996-03-24 20:03:46 +00:00
Paul Richards
e2304a633b
Re-enable building of lint libraries.
1996-03-24 19:47:12 +00:00
Paul Richards
50359a8d3a
Build and install llib-lstdc.ln. Disable Posix version.
...
Change install mode from NONBINMODE to LIBMODE
1996-03-24 19:45:58 +00:00
Paul Richards
e7f9bd714d
Don't build lint libraries for the moment.
1996-03-24 13:58:27 +00:00
Wolfram Schneider
cb67c1dd54
replace 'install' with ${INSTALL}
1996-02-06 23:36:16 +00:00