Commit Graph

638 Commits

Author SHA1 Message Date
Ruslan Ermilov
0b87f79976 s/${INSTALL} -c/${INSTALL} ${COPY}/ 2002-07-18 12:07:49 +00:00
David Malone
f895acf90f Fix a typo.
PR:		40539
Submitted by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-07-14 22:50:12 +00:00
David Malone
ffaa6f7c38 Fix a typo.
PR:		40523
Submitted by:	Andrew Stevenson <andrew@ugh.net.au>
2002-07-14 15:28:01 +00:00
Peter Wemm
744c5368b2 Fix whitespace botch in previous commit. 2002-07-09 06:47:29 +00:00
Peter Wemm
518b7839f2 Add C code that counts the bits in a 32 bit word, right next to the C code
that reverses the bits in a 32 bit word.  Who thinks up this stuff?
2002-07-09 02:56:10 +00:00
Mark Peek
a5499ad829 Paraphrase a quote to remove year specific references.
PR:		40291
Submitted by:	Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
2002-07-07 16:13:48 +00:00
Juli Mallett
38764bffcf Use varargs for syserr().
Pointed out by:	snapshots.jp.freebsd.org warnings log.
2002-06-23 18:30:29 +00:00
Juli Mallett
54f3395319 syserr()'s first argument is not exit status, avoid dereferencing (char *)0
in printf(3).
2002-06-23 18:29:52 +00:00
Mike Barcroft
cb263c3594 Use POSIX macros for wait(2)-style status information instead of the
deprecated 4.2/4.3BSD wait union.  Fix some nearby pid_t/int
confusion.
2002-06-03 23:13:11 +00:00
Jens Schweikhardt
8f53a66abc Backout recent typo "fix". I've been enlightened that it's an obsolete
and rare synonym for indomitable (from the French indomptable)

Requested by:	"Jacques A. Vidrine" <nectar@FreeBSD.org>
2002-05-31 14:36:45 +00:00
Jens Schweikhardt
55847cbc30 Typo: s/Indomptable/Indomitable/
MFC after:	3 weeks
2002-05-31 13:26:56 +00:00
Garrett Wollman
7453f3df01 Add used include of <stdlib.h>, copying style bugs from adjacent lines. 2002-05-30 21:28:58 +00:00
Garrett Wollman
75aa1830f8 Fix preprocessor directive syntax (text after #endif). 2002-05-30 21:04:11 +00:00
Alfred Perlstein
14e5925796 Make almost WARNS=5 compliant:
ANSI'fy function declarations.
Constify some globals and function paramters.
Remove unsused arguments.
Fix (rename) shadowed variables.
2002-05-28 21:41:02 +00:00
Alfred Perlstein
064b20e506 Comment out comments after #endif directives 2002-05-28 21:06:03 +00:00
Alfred Perlstein
a82bbc730e Assume __STDC__, remove non-__STDC__ code.
Submitted by: keramida
2002-05-28 17:03:12 +00:00
Bruce Evans
6298150014 Fixed lossage of the prototype for usage() in previous commit.
Fixed higher WARNS levels while I was here (missing prototype for main(),
and missing const poisoning).
2002-05-28 12:20:15 +00:00
Kris Kennaway
556fc0b7e4 Quiet some format string warnings by marking prototypes with
__printflike()

MFC After:	1 week
2002-05-28 06:12:31 +00:00
Dag-Erling Smørgrav
656511fbfa Comment out extra tokens after #else and #endif. 2002-05-23 00:38:07 +00:00
Peter Wemm
1f777d8747 Do not guess what a bool is, just use it. 2002-05-21 08:34:18 +00:00
Doug Barton
99bb09292c Correctly attribute a Douglas Adams quote, and remove a duplicate of
the same quote.
2002-05-15 04:35:27 +00:00
Alfred Perlstein
ec3cd764a8 Fix warnings by commenting out text after #else/#endif. 2002-05-11 04:40:13 +00:00
David E. O'Brien
895567ca47 It is not clear if "#endif FOO" is allowed by ANSI. Gcc 3.1 complains
loudly, so don't do it.
2002-05-08 20:39:10 +00:00
David E. O'Brien
716c6e1fdd It is not clear if "#endif FOO" is allowed by ANSI.
Gcc 3.1 complains loudly, so don't do it.
2002-05-08 20:37:48 +00:00
Matthew Hunt
bff11a8c74 s/-300K/~300K/
This is an absolute (kelvin) temperature.  I expect that in the original
source it was typeset as $\sim 300~{\rm K}$ or similar, meaning
"approximately 300 K".  Changing it to a minus sign in the fortunes file
was clearly an error, as absolute temperatures are by definition positive.
2002-05-01 06:20:57 +00:00
Doug Barton
ab4b9024b8 More ispell fun 2002-04-30 10:13:42 +00:00
Doug Barton
9e70deb400 Fix a few more of my typos, a few others I noticed, and some ispell help. 2002-04-30 08:08:31 +00:00
Sheldon Hearn
c944cdca84 Correct typo (is -> us). 2002-04-30 07:36:44 +00:00
Juli Mallett
a85dfc0c55 Add something absurd I used one night as an example of CS overcomplication
of things most hackers take for granted.
2002-04-29 06:26:12 +00:00
Juli Mallett
b2d9070d05 Add one more here.
Submitted by:	Glen "Going to be a Daddy" Neff
2002-04-29 02:00:53 +00:00
Juli Mallett
6026955eaa Remove a Kurt Vonnegut quote that appears in fortunes. 2002-04-29 01:44:16 +00:00
Juli Mallett
d6eff954b4 Spell out the name of Hunter S. Thompson. 2002-04-29 01:38:43 +00:00
Juli Mallett
e7e84ede9c Sort one, remove some dupes. 2002-04-29 01:22:50 +00:00
Juli Mallett
6e769de197 Add something I found amusing when overheard, and a paraphrasal of it. 2002-04-29 01:05:23 +00:00
Doug Barton
c1ca1eec09 Move the Rush Limbaugh fortunes to the offensive file, right after the
Anti-Reagan section. :) Apparently, people find opinions contrary to
their own to be offensive.
2002-04-29 00:41:55 +00:00
Doug Barton
3028cb907b Sort according to ../tools/do_sort 2002-04-29 00:33:30 +00:00
Doug Barton
c1652fa4a1 * Add a quote about the differences between human and machine
understanding from Ellen Ullman.
* Add Rush Limbaugh's 35 Undeniable Truths of Life. The ordering
of the entries is due to the ../tools/do_sort script.
2002-04-28 23:34:25 +00:00
Doug Barton
b564d8acf1 * Add $FreeBSD$ to limerick and zippy
* Delete trailing white space in all its forms. In addition to being
bad style in general, it also causes formatting, and other problems
for various third party items (like xscreensaver) which use fortunes
for their own purposes.
2002-04-28 21:59:07 +00:00
Juli Mallett
3ee16cca88 Kill one version of a limerick here.
Approved by:	The usual suspects on that IRC channel.
2002-04-28 21:16:32 +00:00
Juli Mallett
382f76926f Kill some duplicates.
Kill an incorrectly duplicated Einstein limerick (thanks phk!)
2002-04-28 21:03:26 +00:00
Juli Mallett
4fa6dc65ed Kill one exact duplicate of a Hunter S. Thompson quote. Put on peril-sensitive
sunglasses for great evil, too.
2002-04-27 06:14:32 +00:00
Juli Mallett
8b3a5378a0 Death to duplicate fortunes. 2002-04-27 05:46:13 +00:00
Ceri Davies
bc219a1c8b There is no host called new.bbc.co.uk - fix url.
Reviewed by:	jkh
Approved by:	jkh, murray
MFC after:	3 days
2002-04-26 10:58:06 +00:00
Garrett Wollman
94223b38e8 Sort. 2002-04-25 19:31:43 +00:00
Garrett Wollman
cdc811cfca Spell Fred Brooks's name right. 2002-04-25 19:27:40 +00:00
Garrett Wollman
b84cde50fc Resort and suppress dupes. 2002-04-25 19:12:30 +00:00
Garrett Wollman
3cfabe1aef Add a few more aphorisms. 2002-04-25 18:53:41 +00:00
Garrett Wollman
461e39085c Add some of uncontroversial fortunes from my files. 2002-04-25 03:20:27 +00:00
Thomas Gellekum
7ad7cdff6f Add some fortunes and re-order the Feynman problem solving algorithm.
Thanks to gsutter for the quotes.

Reviewed by:	jkh
2002-04-24 12:15:00 +00:00
Dag-Erling Smørgrav
d397408818 Usage style sweep: spell "usage" with a small 'u'.
Also change one case of blatant __progname abuse (several more remain)
This commit does not touch anything in src/{contrib,crypto,gnu}/.
2002-04-22 13:44:47 +00:00