Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-30 | better use of curses | Paul Janzen | |
1999-09-30 | Disallow "Go" after "Right of Way" and change Battle Pile status to "Go" when | Paul Janzen | |
appropriate when playing "Right of Way". | |||
1999-09-26 | string.h | Theo de Raadt | |
1999-09-26 | Correct comment: rogoyski@cs.utexas.edu, PR 928. | Paul Janzen | |
1999-09-26 | Correct documentation: rogoyski@cs.utexas.edu in PR 927. | Paul Janzen | |
1999-09-25 | Merge NetBSD changes (use const where appropriate; allow alternate wordlists). | Paul Janzen | |
Add some code beyond that so the game doesn't hang if it gets a badly formatted alternate wordlist. | |||
1999-09-25 | Merge 4.4BSD-Lite2 and NetBSD, including improved save file handling of | Paul Janzen | |
jsm28@cam.ac.uk. Rename setbit() family of macros so as not to conflict with <sys/param.h>. | |||
1999-09-25 | gcc optimization bug appears gone since 2.8.1 became history. | Paul Janzen | |
1999-09-25 | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the | Paul Janzen | |
Linux bsd-games package and NetBSD. Mainly using 'const'. | |||
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-09-03 | unbreak brake | Hugh Graham | |
1999-09-01 | Make sure screen is big enough for the selected game; also a little tidying | Paul Janzen | |
1999-09-01 | List (some) confirmed standards; jsm28@cam.ac.uk | Paul Janzen | |
1999-08-30 | socklen_t | David Leonard | |
1999-08-30 | Mention that chance values are percentages. | David Leonard | |
Add my name to authors! (pjanzen@ thinks that I made sufficient changes) | |||
1999-08-30 | -Wall | David Leonard | |
1999-08-30 | Kill comment about driving up the load average. | David Leonard | |
Captilize statistics names to match program output. Mention that hunt historically started huntd, but that this is no longer the case. | |||
1999-08-30 | No need to have huntd in the .PATH any more | David Leonard | |
1999-08-30 | check malloc return | David Leonard | |
1999-08-30 | add semicolon to pacify gcc -Wall | David Leonard | |
1999-08-17 | More <sys/file.h> vs. <fcntl.h> and open() flags fixes. | Todd C. Miller | |
1999-08-16 | free later; tg@freebsd | Theo de Raadt | |
1999-08-16 | use O_* defines for open(2) flags and include fcntl.h | Todd C. Miller | |
1999-07-31 | use const where appropriate (jsm28@cam.ac.uk). Also some very minor tidying. | Paul Janzen | |
1999-07-31 | - make atc check for calloc() failure; correctly check for redefinition of | Paul Janzen | |
"width" in game definition files (jsm28@cam.ac.uk) - clean up man page some (based on work of dholland@eecs.harvard.edu) | |||
1999-07-31 | fix a -Wcast-qual warning: jsm28@cam.ac.uk | Paul Janzen | |
1999-07-31 | Use const where appropriate: jsm28@cam.ac.uk | Paul Janzen | |
1999-07-31 | 0 -> SEEK_SET; jsm28@cam.ac.uk. | Paul Janzen | |
1999-07-31 | spelling | Paul Janzen | |
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-07-08 | spurious words and misc fixes | Hugh Graham | |
1999-07-07 | The proper order of the ``introductory'' macros in a man page is .Dd/.Dt/.Os. | Aaron Campbell | |
Out of the approximately 1450 man pages, only about 90 of them were wrong. Thanks to kwesterback@home.com for coming up with a script and patch to repair this. The patch also inserted a .Os macro in the few man pages that were missing one. | |||
1999-07-03 | remove redundant .Pp macros | Aaron Campbell | |
1999-07-02 | consistent .Dd usage; proper format is: .Dd Month DD, YYYY | Aaron Campbell | |
1999-06-13 | Don't barf on ^D during initial questions | Paul Janzen | |
1999-06-10 | Fix a couple typos and remove a few duplications while I'm at it. | Paul Janzen | |
1999-06-10 | jsm28@cam.ac.uk : handle PAGER in a manner consistent with the | Paul Janzen | |
Single UNIX specification for mailx and man (http://www.opengroup.org/onlinepubs/7908799/xcu/mailx.html). | |||
1999-05-30 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-05-30 | use standard isalpha() and isdigit(); check that screen is big enough; | Paul Janzen | |
correct a typo, and fix up some man page paths. | |||
1999-05-26 | Tweak for egcs -fwrite-strings oddity | Marc Espie | |
1999-05-26 | need string.h | Theo de Raadt | |
1999-05-24 | your -> you're; d@ | Aaron Campbell | |
1999-05-23 | remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-common | Aaron Campbell | |
is used instead; kwesterback@home.com | |||
1999-04-20 | bcd, morse, and ppt are not playable games and so don't need to be run | Paul Janzen | |
via dm. | |||
1999-04-20 | jsm28@cam.ac.uk: place cursor on player, not one over. | Paul Janzen | |
1999-04-20 | Don't allow guessed letters to wrap; closes PR800. Based on fix from | Paul Janzen | |
krw@tcn.net. Also, check to make sure the screen is big enough. | |||
1999-04-20 | Spelling and accuracy | Paul Janzen | |
1999-03-27 | Fix rev 1.4 | Paul Janzen | |
1999-03-27 | use const where appropriate; jsm28@cam.ac.uk | Paul Janzen | |
1999-03-27 | Disable the log file by default (logging, as opposed to scoring, should be | Paul Janzen | |
done through dm). |