summaryrefslogtreecommitdiffstats
path: root/games/fortune
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* A case of ninfo (non-info)wilko2001-12-201-0/+4
| | | | | Submitted by: Hans.VanSluis@compaq.com MFC after: 1 month
* FILES support for bsd.prog.mk. See bsd.README for details.ru2001-12-171-7/+2
| | | | Stolen from: NetBSD
* Modify tip that no longer applies for ftp(1).mikeh2001-12-171-2/+2
|
* Unix: Just Say No..wilko2001-12-121-0/+19
| | | | | Obtained from: Jan.Hendriks@Compaq.com MFC after: 3 days
* Be more specific in an example of fortune's -e option.keramida2001-12-081-1/+1
| | | | | PR: 32085 Submitted by: setantae@submonkey.net <setantae@submonkey.net>
* Trim yet another duplicate fortune.jhb2001-12-051-2/+0
|
* Properly sort the last two fortunes alphabetically.jhb2001-12-051-28/+28
|
* Add a short commentary on libdialog by jkh.jhb2001-12-051-0/+13
|
* Remove an incorrect duplicate Douglas Adam quote and properly format andjhb2001-12-051-10/+4
| | | | | the correct duplicate. Both versions also attributed the quote to the wrong book.
* Fix a typo and add a missing period.jhb2001-12-051-2/+2
|
* Remove some duplicate fortunes.jhb2001-12-051-21/+0
|
* s/Kenned y/Kennedy/phk2001-11-271-1/+1
| | | | Pointed out by: $a_lot_of_people
OpenPOWER on IntegriCloud