Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2003-11-21 | printf(prompt) -> printf("%s", prompt) | Otto Moerbeek | |
From Alf Schlichting <leopold-bloom at foni dot net> | |||
2003-11-08 | typos from Jonathon Gray; | Jason McIntyre | |
2003-10-01 | Correct off-by-one. | Chad Loder | |
OK deraadt@ | |||
2003-09-26 | check strdup for error. based on report from Jared Yanovich. ok deraadt@ | Ted Unangst | |
2003-09-26 | correct scanf sizes; anil aaron ok | Theo de Raadt | |
2003-09-26 | off by one in fscanf; from aaron@ | Anil Madhavapeddy | |
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-09-25 | Fix a couple obvious off-by-one writes. No objections from anyone. | Aaron Campbell | |
2003-09-05 | add some spacing after displays; | Jason McIntyre | |
2003-09-04 | put escapes in the right place; | Jason McIntyre | |
(i.e. stuff I got wrong the first time, or missed) this includes some .Cd's with missing quotes and .Nm abuse in man4; | |||
2003-09-02 | escape punctuation; | Jason McIntyre | |
ok deraadt@ | |||
2003-08-25 | pr3412: remove dups, from Morten Liebach. ok deraadt@ | Ted Unangst | |
2003-08-07 | unknwown->unknown, spotted by miod@. now that we have an otto@, theo.c | Jolan Luff | |
has competition. | |||
2003-08-06 | Remove some double semicolons (hmm, do two semis equal a maxi?). | Todd C. Miller | |
I've skipped the GNU stuff for now. From Patrick Latifi. | |||
2003-07-10 | add missing includes | David Krause | |
ok deraadt@ tedu@ | |||
2003-07-06 | convert a bunch of strn{cpy,cat}->strl{cpy,cat} | Anil Madhavapeddy | |
pjanzen@ ok | |||
2003-07-06 | add a comment that an strncpy should not be converted to an strlcpy; | Anil Madhavapeddy | |
noted by pjanzen@ | |||
2003-07-06 | convert some strncpy->strlcpy | Anil Madhavapeddy | |
pjanzen@ ok | |||
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-17 | Give this header file, which was split off by d@, the same (BSD) license as | Paul Janzen | |
the functions it's prototyping and the variables it's declaring extern. d@ has no objection. This is the last of the hunt source to be clearly licensed. | |||
2003-06-17 | d@ has asked me to put in an explicit "Public domain" on header files for code | Paul Janzen | |
he's written here. The code itself is clearly licensed already. | |||
2003-06-11 | Number 43. | Paul Janzen | |
2003-06-11 | spelling | Paul Janzen | |
2003-06-11 | Licensing issues resolved on bs and hunt, so build them again. | Paul Janzen | |