Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-11 | typo; from fabio olive leite; | Jason McIntyre | |
2005-05-04 | - synchronise synopsis w/ usage(), which is clearer i think | Jason McIntyre | |
- sort options - .sp -> .Pp - all uppercase for .Sh headings | |||
2005-05-01 | use setresgid() to drop privs, it is simply a better and less ambiguous API; | Damien Miller | |
ok deraadt@ and millert@ a while ago, more to come | |||
2005-04-21 | vsnprintf careful handling of -1; ok beck | Theo de Raadt | |
2005-04-16 | use vprintf, as obvious; frederik.deweerdt@laposte.net | Theo de Raadt | |
2005-04-13 | use STD{IN,OUT,ERR}_FILENO | Theo de Raadt | |
2005-04-10 | sort options + sync usage(); | 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-03-12 | escape `.' at eol to avoid double spacing issue; | Jason McIntyre | |
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-17 | fix an off-by-one and a case of snprintf() misuse. | Moritz Jodeit | |
ok pjanzen@, henning@ | |||
2004-12-06 | typo from pjanzen@ | Jason McIntyre | |
2004-12-05 | rather then -> rather than | Jonathan Gray | |
2004-11-29 | Use volatile sig_atomic_t rather than int for sigtermed, from pjanzen@ | Jonathan Gray | |
ok miod@, otto@ | |||
2004-11-29 | ansi. ok deraadt@ | Jonathan Gray | |
2004-11-11 | this needs to be sgid games | Jolan Luff | |
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-09-17 | dothrow() calls bhit() w/ both null hit functions thus have to check before ↵ | Michael Shalayeff | |
calling those; from Juha Erkkila <erkkila@cc.jyu.fi>; pr3923 | |||
2004-08-21 | tweaks to sync w/ trek usd; | Jason McIntyre | |
2004-08-21 | - add margin when formatting w/ -Tascii | Jason McIntyre | |
- various tweaks and syncs w/ trek(6) | |||
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-13 | replace bad macro; | Jason McIntyre | |
2004-07-10 | more ansi; khalek@linuxgamers.net | Theo de Raadt | |
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-06-01 | missing apostrophe; | Jason McIntyre | |
from ray at raylai dot org (PR #3803); | |||
2004-05-23 | cats ld showed that there was a common size mismatch... | 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-04-27 | typo and remove some Ns hacks no longer needed; | Jason McIntyre | |
2004-04-07 | Remove those option letters from the getopt string which do not have a case | Aaron Campbell | |
handler below. millert@ ok | |||
2004-04-05 | Don't init curses until after option processing. pjanzen@ ok | Aaron Campbell | |
2004-04-04 | .br workaround no longer necessary; | Jason McIntyre | |
2004-02-20 | uppercase CRT; | Jason McIntyre | |
2004-02-18 | document rot13; | Jason McIntyre | |
based on a PR from Free/Net, which for the life of me i cannot find. thanks, whoever submitted it. | |||
2004-02-03 | ourtime should match prototype in extern.h 'change globals.h' deraad@ | Dale Rahn | |
2004-02-01 | add paper.txt target; | Jason McIntyre | |
2004-01-21 | make rogue const-correct, and fix one write-strings issue. | Marc Espie | |
ok miod@ | |||
2004-01-16 | ISO C police: log and expl are reserved for the C library. | Marc Espie | |
expl -> expl_string log -> logit | |||
2004-01-12 | sort options; add args to options description; | Jason McIntyre | |
2004-01-10 | bonus points for completing rows, like most variants. | Ted Unangst | |
ok deraadt mcbride millert nick otto pjanzen | |||
2004-01-08 | Adjust delay based on terminal speed; ok tedu@ | Todd C. Miller | |
2004-01-02 | standard order for options; | Jason McIntyre | |
kill a .Pp before a list; move AUTHORS to a more logical place; | |||
2004-01-02 | Document that pressing return allows you to "fast forward" the game clock. | Jason McIntyre | |
From Peter Maydell (Debian bug 216980) via NetBSD; | |||
2004-01-02 | typo from Daniel Cavanagh; | Jason McIntyre | |
2003-12-28 | Fix two obvious thinkos in va_end() usage. | Marc Espie | |
Caught by gcc3. | |||
2003-12-16 | bad printf; leopold-bloom@foni.net | Theo de Raadt | |