Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-03 | typo; from hyjial | Jason McIntyre | |
2008-12-02 | typos; | Jason McIntyre | |
2008-11-26 | typo; ok jmc@ | Otto Moerbeek | |
2008-07-30 | add missing quote; from yar@freebsd | Jason McIntyre | |
2008-07-30 | - fix spelling of Alan Shepard's name | Jason McIntyre | |
- note that he was the first american in space (not first man) from Derek Taylor, freebsd bin/125812 | |||
2008-04-13 | Use arc4random_buf() when requesting more than a single word of output | Damien Miller | |
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@ | |||
2008-03-17 | synchronization between usage and synopsis; add some missing "usage:"'s | Igor Sobrado | |
ok jmc@ | |||
2008-02-16 | typo; from he@netbsd, -r1.44 | Jason McIntyre | |
2008-01-26 | remove a bad space; from he@netbsd | Jason McIntyre | |
2008-01-04 | from 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 termed | Jason McIntyre | |
"offensive", it makes sense to remove it from fortunes-o.real. - fix a typo in limerick from dougb@freebsd | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-09-04 | Some more simple malloc(n * m) -> calloc(n, m) conversions. | Hans-Joerg Hoexer | |
ok deraadt@ | |||
2007-06-26 | Set shortest string count to 0 in strfile(8), if there a no strings found | Moritz 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-31 | convert to new .Dd format; | Jason McIntyre | |
2007-05-07 | brigader -> brigadier; | Jason McIntyre | |
2007-03-22 | typo; from Seth Hieronymus | Jason McIntyre | |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek | |
have multiple bits set, which lead to surprising results. Spotted by from Paul Stoeber, more to come. | |||
2006-07-19 | no more "wine gin"; confirmed by many | Jason McIntyre | |
2006-05-01 | "The Wall" was released in 1979. This is not 'recent' anymore. feedback | Matthieu Herrb | |
from krw@ and jsg@. | |||
2006-04-24 | bad space interrupted the flow of this morning's fortune; | Jason McIntyre | |
2006-04-16 | spelling fix, from gavin atkinson, and another found by myself; | Jason McIntyre | |
2006-03-14 | grammer; from mischa diehm | Michael Shalayeff | |
2006-01-03 | spelling; from michael knudsen; | Jason McIntyre | |
2005-12-20 | format according to Notes; | Jason McIntyre | |
diff from michael knudsen; | |||
2005-09-24 | fp->pos is int32 so do not print it as quad | Michael Shalayeff | |
2005-09-24 | check the file is worth scanning to avoid endless loops; from Matthias ↵ | Michael Shalayeff | |
Kilian <kili@outback.escape.de> in pr4219 | |||
2005-07-15 | some improvements from ray lai: mainly dealing with erroneous double | Jason McIntyre | |
spacing, but also some grammar, and a couple of dups removed; | |||
2005-06-11 | typo; from fabio olive leite; | Jason McIntyre | |
2005-04-01 | Fix 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-03 | remove duplicates already found in fortunes; | Jason McIntyre | |
from ray; | |||
2005-02-03 | missing full stops; | Jason McIntyre | |
from ray; | |||
2004-12-05 | rather then -> rather than | Jonathan Gray | |
2004-10-08 | Fix small typos and adjust punctuation. | Hans-Joerg Hoexer | |
ok jmc | |||
2004-09-28 | typos and fixes which make the databases follow the format specified | Jason McIntyre | |
in Notes; everything from ray at cyth net; closes pr #3933; ok deraadt@ pjanzen@ | |||
2004-08-20 | indent 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-20 | missing apostrophe; from ray (PR #3899); | Jason McIntyre | |
2004-07-09 | ansi; khalek@linuxgamers.net | Theo de Raadt | |
2004-06-23 | halve the rice; sick of throwing out a giant pot every year | Theo de Raadt | |
2004-04-30 | kill extra space at line start; | Jason McIntyre | |
from ray at cyth dot net (PR 3763); also punctuation fixes; ok tom@ | |||
2004-01-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2003-09-26 | spelling, from jolan, and ispell. | Bob Beck | |
2003-09-26 | Add recipes fortune file. Start with the Hackathon barbeque recipes | Bob Beck | |
ok deraadt@, mcbride@ (earlier version). | |||
2003-08-25 | pr3412: remove dups, from Morten Liebach. ok deraadt@ | Ted Unangst | |
2003-06-18 | return pointer from off_name() function as it's meant to be - this | Peter Valchev | |
was missed when copy() was changed; ok millert | |||
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2003-05-11 | Corrections from FreeBSD via NetBSD. | Paul Janzen | |
2003-04-07 | Make copy() take an extra suffix argument so we don't need to cat | Todd C. Miller | |
it on later. tdeval@ OK | |||
2003-04-06 | 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzen | Theo de Raadt | |
already, but he may have later changes to make still. |