summaryrefslogtreecommitdiffstats
path: root/games/fortune
Commit message (Collapse)AuthorAgeFilesLines
* Spell Ken Olsen's name the same way everywhere.dwmalone2002-08-312-3/+3
| | | | PR: 7434
* Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2.fanf2002-08-092-47/+14
| | | | | Move the single remaining one across to fortunes2 to join its friends. Spell his name consistently. Remove a couple of other duplicate fortunes.
* Re-sort.fanf2002-08-091-3/+3
|
* Remove spurious quotes.fanf2002-08-091-2/+2
|
* Correctly sort previous addition.fanf2002-08-091-5/+5
|
* Some more advice from Dijkstra.fanf2002-08-091-0/+5
|
* Fix a couple of typos in a Dijkstra quote.fanf2002-08-091-2/+2
|
* Fix a typo.dwmalone2002-07-141-1/+1
| | | | | PR: 40539 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca>
* Fix a typo.dwmalone2002-07-141-1/+1
| | | | | PR: 40523 Submitted by: Andrew Stevenson <andrew@ugh.net.au>
* 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>
* Add used include of <stdlib.h>, copying style bugs from adjacent lines.wollman2002-05-301-0/+1
|
* Correctly attribute a Douglas Adams quote, and remove a duplicate ofdougb2002-05-152-5/+1
| | | | the same quote.
* 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
* Add a few more tips, and tweak a couple.joe2002-04-011-2/+15
| | | | PR: misc/34039
* Augment the BLOCKSIZE tip. (Based on the PR with slight changes by myself).joe2002-04-011-1/+3
| | | | PR: misc/34039
* Add a new fortune seen in the sig of an e-mail.jhb2002-03-291-0/+2
| | | | | Submitted by: ue (indirectly) Approved by: eivind
* o remove __Pimp2002-03-242-39/+39
|
* Remove a duplicate with a typo.schweikh2002-03-231-6/+0
| | | | MFC after: 3 days
* Assorted mechanical fixes.dd2002-03-093-4/+4
| | | | | PR: 34790 Submitted by: Mike Makonnen <mike_makonnen@yahoo.com>
* Add one.phk2002-02-251-0/+4
| | | | | Submitted by: jedgar Reviewed by: The usual gang of idiots in that IRC channel.
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-183-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | deprecated in favor of the POSIX-defined lowercase variants. o Change all occurrences of NTOHL() and associated marcros in the source tree to use the lowercase function variants. o Add missing license bits to sparc64's <machine/endian.h>. Approved by: jake o Clean up <machine/endian.h> files. o Remove unused __uint16_swap_uint32() from i386's <machine/endian.h>. o Remove prototypes for non-existent bswapXX() functions. o Include <machine/endian.h> in <arpa/inet.h> to define the POSIX-required ntohl() family of functions. o Do similar things to expose the ntohl() family in libstand, <netinet/in.h>, and <sys/param.h>. o Prepend underscores to the ntohl() family to help deal with complexities associated with having MD (asm and inline) versions, and having to prevent exposure of these functions in other headers that happen to make use of endian-specific defines. o Create weak aliases to the canonical function name to help deal with third-party software forgetting to include an appropriate header. o Remove some now unneeded pollution from <sys/types.h>. o Add missing <arpa/inet.h> includes in userland. Tested on: alpha, i386 Reviewed by: bde, jake, tmm
* Add a tip about pkg_info and checking for multiple installed versionskeramida2002-02-111-0/+6
| | | | of a package/port.
* Clean up G. B. Shaw quotes:tg2002-01-072-65/+7
| | | | | | | | - fix missing punctuation, - remove duplicates in fortunes2, - don't abbreviate first names. Remove duplication of Shaw's principle in fortunes2.
* Correct typo.grog2002-01-011-1/+1
|
OpenPOWER on IntegriCloud