summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Fix whitespace botch in previous commit.peter2002-07-091-0/+1
|
* Add C code that counts the bits in a 32 bit word, right next to the C codepeter2002-07-092-0/+15
| | | | that reverses the bits in a 32 bit word. Who thinks up this stuff?
* Paraphrase a quote to remove year specific references.mp2002-07-071-1/+1
| | | | | PR: 40291 Submitted by: Pierre-Paul Lavoie <ppl@nbnet.nb.ca>
* Use varargs for syserr().jmallett2002-06-231-2/+9
| | | | Pointed out by: snapshots.jp.freebsd.org warnings log.
* syserr()'s first argument is not exit status, avoid dereferencing (char *)0jmallett2002-06-231-1/+1
| | | | in printf(3).
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-032-4/+4
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Backout recent typo "fix". I've been enlightened that it's an obsoleteschweikh2002-05-311-1/+1
| | | | | | and rare synonym for indomitable (from the French indomptable) Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org>
* Typo: s/Indomptable/Indomitable/schweikh2002-05-311-1/+1
| | | | MFC after: 3 weeks
* Add used include of <stdlib.h>, copying style bugs from adjacent lines.wollman2002-05-301-0/+1
|
* Fix preprocessor directive syntax (text after #endif).wollman2002-05-301-1/+1
|
* Make almost WARNS=5 compliant:alfred2002-05-2813-101/+83
| | | | | | | ANSI'fy function declarations. Constify some globals and function paramters. Remove unsused arguments. Fix (rename) shadowed variables.
* Comment out comments after #endif directivesalfred2002-05-285-5/+5
|
* Assume __STDC__, remove non-__STDC__ code.alfred2002-05-282-30/+0
| | | | Submitted by: keramida
* Fixed lossage of the prototype for usage() in previous commit.bde2002-05-281-3/+5
| | | | | Fixed higher WARNS levels while I was here (missing prototype for main(), and missing const poisoning).
* Quiet some format string warnings by marking prototypes withkris2002-05-283-6/+5
| | | | | | __printflike() MFC After: 1 week
* Comment out extra tokens after #else and #endif.des2002-05-2339-154/+161
|
* Do not guess what a bool is, just use it.peter2002-05-211-1/+2
|
* Correctly attribute a Douglas Adams quote, and remove a duplicate ofdougb2002-05-152-5/+1
| | | | the same quote.
* Fix warnings by commenting out text after #else/#endif.alfred2002-05-113-5/+5
|
* It is not clear if "#endif FOO" is allowed by ANSI. Gcc 3.1 complainsobrien2002-05-0810-58/+62
| | | | loudly, so don't do it.
* It is not clear if "#endif FOO" is allowed by ANSI.obrien2002-05-083-3/+3
| | | | Gcc 3.1 complains loudly, so don't do it.
* s/-300K/~300K/mph2002-05-012-2/+2
| | | | | | | 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.
* More ispell fundougb2002-04-301-3/+3
|
* Fix a few more of my typos, a few others I noticed, and some ispell help.dougb2002-04-301-5/+5
|
* Correct typo (is -> us).sheldonh2002-04-301-1/+1
|
* Add something absurd I used one night as an example of CS overcomplicationjmallett2002-04-291-0/+19
| | | | of things most hackers take for granted.
* Add one more here.jmallett2002-04-291-0/+10
| | | | Submitted by: Glen "Going to be a Daddy" Neff
* Remove a Kurt Vonnegut quote that appears in fortunes.jmallett2002-04-291-18/+0
|
* Spell out the name of Hunter S. Thompson.jmallett2002-04-293-6/+6
|
* Sort one, remove some dupes.jmallett2002-04-291-17/+3
|
* Add something I found amusing when overheard, and a paraphrasal of it.jmallett2002-04-291-0/+4
|
* Move the Rush Limbaugh fortunes to the offensive file, right after thedougb2002-04-292-227/+227
| | | | | Anti-Reagan section. :) Apparently, people find opinions contrary to their own to be offensive.
* Sort according to ../tools/do_sortdougb2002-04-291-263/+264
|
* * Add a quote about the differences between human and machinedougb2002-04-281-1/+239
| | | | | | 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.
* * Add $FreeBSD$ to limerick and zippydougb2002-04-288-752/+754
| | | | | | | * 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.
* Kill one version of a limerick here.jmallett2002-04-281-6/+0
| | | | Approved by: The usual suspects on that IRC channel.
* Kill some duplicates.jmallett2002-04-281-24/+0
| | | | Kill an incorrectly duplicated Einstein limerick (thanks phk!)
* Kill one exact duplicate of a Hunter S. Thompson quote. Put on peril-sensitivejmallett2002-04-271-4/+3
| | | | sunglasses for great evil, too.
* Death to duplicate fortunes.jmallett2002-04-271-6/+0
|
* There is no host called new.bbc.co.uk - fix url.ceri2002-04-262-2/+2
| | | | | | Reviewed by: jkh Approved by: jkh, murray MFC after: 3 days
* Sort.wollman2002-04-251-2205/+2183
|
* Spell Fred Brooks's name right.wollman2002-04-251-1/+1
|
* Resort and suppress dupes.wollman2002-04-251-152/+126
|
* Add a few more aphorisms.wollman2002-04-252-0/+23
|
* Add some of uncontroversial fortunes from my files.wollman2002-04-253-0/+47
|
* Add some fortunes and re-order the Feynman problem solving algorithm.tg2002-04-241-10/+32
| | | | | | Thanks to gsutter for the quotes. Reviewed by: jkh
* Usage style sweep: spell "usage" with a small 'u'.des2002-04-225-5/+5
| | | | | Also change one case of blatant __progname abuse (several more remain) This commit does not touch anything in src/{contrib,crypto,gnu}/.
* Fix a segfault if 'wear' is used without an argument or withroam2002-04-151-5/+4
| | | | | | | | | | an argument that is not a valid word from the battlestar dictionary. PR: 36992 Submitted by: Ceri Davies <ceri@FreeBSD.org> Reviewed by: dd Approved by: dd, silence on -audit MFC after: 2 weeks
* End of comment was missing at FreeBSD Id line. Switch to FBSDID.charnier2002-04-121-1/+4
|
* Add a few more tips, and tweak a couple.joe2002-04-011-2/+15
| | | | PR: misc/34039
OpenPOWER on IntegriCloud