summaryrefslogtreecommitdiffstats
path: root/games/fortune
Commit message (Collapse)AuthorAgeFilesLines
* Consistently credit President Truman as Harry S. Truman.des2004-06-012-9/+9
|
* Update the "All I really need to know I learned in kindergarten" entrydougb2004-06-011-25/+36
| | | | | by using the text from the Villard Books edition (1989, pages 6 through 8) and formatting to fit in 72 columns.
* * Reformat several attributions according to ../Notes (mostly whitespace)dougb2004-06-012-445/+420
| | | | | | | | * Spell out some names that were pointlessly abbreviated * Remove a couple of incidental duplicates * Harry Truman had no actual middle name. The initial "S" was added to his name to make him appear more statesmanlike. Therefore it's not usually punctuated. * Format a couple of actual fortunes to fit into 72 columns
* Remove duplicates of the "wherever you go, there you are" fortune,dougb2004-06-012-8/+5
| | | | | quote directly from the movie, and give a better attribution (with correct spelling) for Buckaroo Banzai.
* Definition of recursion.wollman2004-05-251-0/+6
|
* Added forgotten quotes for citations.schweikh2004-05-201-6/+6
|
* I *knew* it would be a bad idea to touch the fortunes. *sigh*fanf2004-05-111-1/+1
| | | | | Submitted by: Kevin Oberman <oberman@es.net> Pointy hat to: me, again
* Pedantry.fanf2004-05-112-3/+3
| | | | Submitted by: njl@
* On the signs of network congestion.fanf2004-05-112-0/+8
| | | | Submitted by: Simon Tatham <anakin@pobox.com>
* Re-sortfanf2004-05-101-3/+3
|
* Moore's law vs. Nethackfanf2004-05-101-0/+2
| | | | Submitted by: Simon Tatham <anakin@pobox.com>
* Fix grammar to make it correctly wrong.cperciva2004-04-291-1/+1
|
* Add a new fortune from petef.smkelly2004-04-291-0/+2
| | | | Obtained from: petef
* Add jerk city commentary on C++.imp2004-04-271-0/+4
|
* Add a Dijkstra comment on programming languages.grog2004-04-211-0/+20
|
* Don peril-sensitive sunglasses and correct the spelling of ukulele.ceri2004-04-203-3/+3
| | | | | | | | | | "Ukulele" is the canonical term, with "ukelele" being a derivation. Also there is some evidence that the original appearance of the quote had the spelling "ukulele", although anyone who has a copy of Esquire from March 1967 is welcome to prove me wrong. PR: bin/65626 Submitted by: Gavin Atkinson <gavin@ury.york.ac.uk>
* Add an observation by Dijkstra software engineering.grog2004-03-221-0/+17
|
* Fix misspellings in the freebsd-tips fortunes. The same PR hascperciva2004-02-181-4/+4
| | | | | | | | | a patch to mention portupgrade in freebsd-tips as well; I'm not sure if that belongs here, so I'll leave it for someone else. PR: misc/37073 Submitted by: Sean Chittenden <sean@chittenden.org> Approved by: rwatson (mentor)
* Too good to miss.wes2004-02-091-0/+3
| | | | Wisdumb by: Danno Coppock <danno@ipinc.com>
* "The Aged Aged Man" was not a word doubling.schweikh2004-01-192-2/+2
| | | | Spotted by: grog
* typo, duh!phk2004-01-131-1/+1
|
* This is simply too true to not become a fortune.phk2004-01-131-0/+3
| | | | Wisdom by: wes
* Add a tip on how to print a manual page.blackend2004-01-071-0/+7
| | | | | PR: docs/61033 Submitted by: mi@
* Stop "fortune -l" from looping forever.ceri2003-12-271-1/+1
| | | | | PR: bin/58730 Submitted by: pak <pak@cns.utoronto.ca>
* Fix all cases of unintended word doublings (the the, and and, ...) and aschweikh2003-12-265-32/+32
| | | | few typos.
* Use WARNS level 2 instead of setting CFLAGS explicitly to -Wall.des2003-12-072-22/+22
|
* A too good Feynman quote to pass up.phk2003-12-071-0/+4
|
* Add a card carryring member of the Pointless Comparison Collection.phk2003-11-121-0/+11
|
* reformat HP eng. mgr quotewilko2003-11-101-4/+5
| | | | Requested by: nate
* Fix a typo: 'in cloud' -> 'in a cloud'.roam2003-11-041-1/+2
| | | | | | PR: 58909 Submitted by: Chris Pepper <pepper@rockefeller.edu> MFC after: 1 week
* Addition.phk2003-10-201-0/+3
|
* A comment about spam and cockroaches.fanf2003-10-161-0/+7
| | | | Suggested by: dwmalone
* Fix typo.tg2003-10-151-1/+1
|
* Correct a typo (s/And/An/)schweikh2003-10-121-1/+1
|
* Removed "Gerat" which is a typo of "Great".schweikh2003-10-081-1/+1
| | | | Added FreeBSD ID.
* Retrocomputing alternate history....wollman2003-10-071-0/+20
|
* Polish last fortune.wilko2003-10-061-2/+2
| | | | Suggested by: nate
* 'Upon the release of the second version'wilko2003-10-061-0/+12
| | | | | Suggested that this is fortune material: rene@tunix.nl MFC after: 2 weeks
* Fix spelling/grammar errors and remove a duplicateeivind2003-09-131-6/+3
|
* * Fix a duplicate "how how"dougb2003-08-311-2/+2
| | | | * Fix pedstals -> pedestals
* Correct a grammatical error.ceri2003-08-251-1/+1
| | | | | | PR: misc/54967 Submitted by: Paul A. Scott <pscott@the-frontier.org> MFC After: 4 weeks
* LANG->LC_ALLache2003-08-041-1/+1
| | | | Pointed by: ru
* Use LANG=C before tr to be shure that ranges are correctache2003-08-041-1/+1
|
* Rename collate_range_cmp() to stable_collate_range_cmp() to indicateache2003-08-031-11/+7
| | | | | that it is not the common variant. Remove doubtful microoptimization there.
* Fix a tip about how to create an empty file[1].schweikh2003-08-021-6/+2
| | | | | | | | | Remove tip about retired kget(8). Fix a typo. PR: conf/54334 Submitted by: Mark Huizer <xaa+sendpr@timewasters.nl> MFC after: 3 days
* Remove a duplicate entry.mux2003-07-251-4/+0
|
* Eliminate a duplicate.mph2003-07-141-4/+0
|
* Add a quote of wpaul@ explaining the importance of including requestedjhb2003-07-141-0/+7
| | | | content when replying to an e-mail.
* Correct some typos.kris2003-07-131-2/+2
| | | | | | Submitted by: pscott@the-frontier.org PR: misc/51909 MFC After: The average lifetime of a Star Trek redshirt
* Remove near-duplicate entry, keeping the better attributed one.gsutter2003-06-191-12/+0
|
OpenPOWER on IntegriCloud