charnier
d46a4b84c3
err() on allocation failure. WARNS=9 compliant
...
use #if 0, #ifndef lint, #endif /* not lint */, #endif ordering
when a message is provided, use errx() instead of err().
2003-06-15 09:28:17 +00:00
schweikh
d3367c5f5d
Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,
...
especially in troff files.
2003-01-01 18:49:04 +00:00
charnier
1e67ecad50
Spelling
2002-10-16 13:58:39 +00:00
obrien
bc61fc95d8
Consistently use FBSDID
2002-06-30 05:25:07 +00:00
jmallett
a7ebe6f544
Remove deprecated register qualifier.
2002-06-24 17:40:27 +00:00
dwmalone
99e772806a
1) Const enough things to avoid warnings.
...
2) Cast ifdef_level to a size_t before comparing it to a ratio of size_ts.
Ifdef_level should always be positive.
3) Complete prototype for chfont.
4) Cast some ptrdiff_ts to ints before using as a field width.
5) Avoid shadowing a local variable p with another local variable p.
2002-03-30 17:10:20 +00:00
schweikh
ff38fb0e73
Make this compile cleanly when warnings are enabled:
...
- ANSIfy function declarations
- braces around initializers structs within structs
- add parens in complicated expressions
- disambiguate dangling elses
- no more implicit int
- make functions static where possible
- use prototypes
- don't use varargs hack for diag()
Requested by: joerg
MFC after: 2 weeks
2001-10-28 18:35:32 +00:00
obrien
30bb5dedca
Fix indent endless on garbage input (i.e., if it encountered EOF while
...
waiting for a '}' nesting terminator)
Obtained from: OpenBSD rev 1.8
2001-02-27 20:50:34 +00:00
asmodai
3065478332
Preceed/preceeding are not english words. Use precede and preceding.
2001-02-18 10:43:53 +00:00
obrien
2f37ea4d17
Don't abuse the SCCS `@(#)' for RCS.
...
Requested by: bde
2000-12-25 01:16:12 +00:00
obrien
e5081ac94e
Add or fix FreeBSD IDs.
2000-12-09 09:52:52 +00:00
obrien
ae466e022e
"Implement -[n]fcb (formatting of block comments) and attempt to implement
...
no-space=after-sizeof (not optional) and no-space-after 'struct foo *'
(not optional). Without these, indent unKNFizes even more perfectly KNF code."
Submitted by: bde
2000-12-09 09:45:09 +00:00
kris
74a1be3402
Don't call err() with no format string.
2000-07-10 09:14:15 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
billf
4822432874
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
thepish
2b6c28f287
PR: 7583
...
Submitted by: Dave Glowacki <dglo@SSEC.WISC.EDU>
Support input via stdin if no input file name specified explicitly
1998-10-18 04:46:24 +00:00
charnier
bc62cc22d4
Use err(3) instead of local redefinition. Add usage().
1997-07-15 09:50:59 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00