summaryrefslogtreecommitdiff
path: root/games/fortune
AgeCommit message (Collapse)Author
2008-12-03typo; from hyjialJason McIntyre
2008-12-02typos;Jason McIntyre
2008-11-26typo; ok jmc@Otto Moerbeek
2008-07-30add missing quote; from yar@freebsdJason McIntyre
2008-07-30- fix spelling of Alan Shepard's nameJason McIntyre
- note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@
2008-03-17synchronization between usage and synopsis; add some missing "usage:"'sIgor Sobrado
ok jmc@
2008-02-16typo; from he@netbsd, -r1.44Jason McIntyre
2008-01-26remove a bad space; from he@netbsdJason McIntyre
2008-01-04from dholland@netbsd:Jason McIntyre
"stupid" is an adjective (in this context), not a noun;
2007-10-22- remove a duplicate entry. since the fortune can hardly be termedJason McIntyre
"offensive", it makes sense to remove it from fortunes-o.real. - fix a typo in limerick from dougb@freebsd
2007-09-10Proper use of fseek/fseeko macros.Tobias Stoeckmann
OK joris@, otto@
2007-09-04Some more simple malloc(n * m) -> calloc(n, m) conversions.Hans-Joerg Hoexer
ok deraadt@
2007-06-26Set shortest string count to 0 in strfile(8), if there a no strings foundMoritz Jodeit
and check the number of strings in fortune(6) to prevent empty fortune files to cause division by zero. Fixes PR 5514. OK miod@ ray@ deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-07brigader -> brigadier;Jason McIntyre
2007-03-22typo; from Seth HieronymusJason McIntyre
2006-09-25Use S_IS* macros insted of masking with S_IF* flags. The latter mayOtto Moerbeek
have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come.
2006-07-19no more "wine gin"; confirmed by manyJason McIntyre
2006-05-01"The Wall" was released in 1979. This is not 'recent' anymore. feedbackMatthieu Herrb
from krw@ and jsg@.
2006-04-24bad space interrupted the flow of this morning's fortune;Jason McIntyre
2006-04-16spelling fix, from gavin atkinson, and another found by myself;Jason McIntyre
2006-03-14grammer; from mischa diehmMichael Shalayeff
2006-01-03spelling; from michael knudsen;Jason McIntyre
2005-12-20format according to Notes;Jason McIntyre
diff from michael knudsen;
2005-09-24fp->pos is int32 so do not print it as quadMichael Shalayeff
2005-09-24check the file is worth scanning to avoid endless loops; from Matthias ↵Michael Shalayeff
Kilian <kili@outback.escape.de> in pr4219
2005-07-15some improvements from ray lai: mainly dealing with erroneous doubleJason McIntyre
spacing, but also some grammar, and a couple of dups removed;
2005-06-11typo; from fabio olive leite;Jason McIntyre
2005-04-01Fix ze german spelling errors and Betty-Sue Bach spelled her name with a hyphen.Claudio Jeker
Thank's to Lloyd Peterson webmeister at schickele.com to compare it with the source. OK deraadt@ hshoexer@ plus a missing ',' from naddy@
2005-02-03remove duplicates already found in fortunes;Jason McIntyre
from ray;
2005-02-03missing full stops;Jason McIntyre
from ray;
2004-12-05rather then -> rather thanJonathan Gray
2004-10-08Fix small typos and adjust punctuation.Hans-Joerg Hoexer
ok jmc
2004-09-28typos and fixes which make the databases follow the format specifiedJason McIntyre
in Notes; everything from ray at cyth net; closes pr #3933; ok deraadt@ pjanzen@
2004-08-20indent a display;Jason McIntyre
2004-08-20- improve SYNOPSIS (mark down punctuation)Jason McIntyre
- put `-i' description in correct place - -m takes an argument - use `$' for command line examples - document strfile(8), and note it is not installed by default - improve FILES and SEE ALSO - a few other tweaks
2004-08-20missing apostrophe; from ray (PR #3899);Jason McIntyre
2004-07-09ansi; khalek@linuxgamers.netTheo de Raadt
2004-06-23halve the rice; sick of throwing out a giant pot every yearTheo de Raadt
2004-04-30kill extra space at line start;Jason McIntyre
from ray at cyth dot net (PR 3763); also punctuation fixes; ok tom@
2004-01-02typo from Daniel Cavanagh;Jason McIntyre
2003-09-26spelling, from jolan, and ispell.Bob Beck
2003-09-26Add recipes fortune file. Start with the Hackathon barbeque recipesBob Beck
ok deraadt@, mcbride@ (earlier version).
2003-08-25pr3412: remove dups, from Morten Liebach. ok deraadt@Ted Unangst
2003-06-18return pointer from off_name() function as it's meant to be - thisPeter Valchev
was missed when copy() was changed; ok millert
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-05-11Corrections from FreeBSD via NetBSD.Paul Janzen
2003-04-07Make copy() take an extra suffix argument so we don't need to catTodd C. Miller
it on later. tdeval@ OK
2003-04-062451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenTheo de Raadt
already, but he may have later changes to make still.