Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
1999-03-27 | Changes from FreeBSD: install score files, use random(), and be more careful | Paul Janzen | |
on exec. | |||
1999-03-26 | Buffer overflow fix (from FreeBSD) | Paul Janzen | |
1999-03-26 | fix sizeof/strlen typo and limit scanf length; from FreeBSD | Paul Janzen | |
1999-03-22 | Many fixes, most either from or based on NetBSD changes: | Paul Janzen | |
get rid of unused function improve output format allow previewing of next piece randomize initial rotation angle of falling blocks. | |||
1999-03-22 | use M_PI | Paul Janzen | |
1999-03-22 | cosmetic changes from soren@t.dk | Paul Janzen | |
1999-03-22 | More accurate man page; more informative logging; use random() instead of | Paul Janzen | |
old internal routine (seems to minimize instant death on re-entry). | |||
1999-03-21 | -lcurses, not termcap/termlib | Paul Janzen | |
1999-03-20 | Add some .El 's at the end of lists. From NetBSD | Paul Janzen | |
1999-03-20 | typo | Paul Janzen | |
1999-03-14 | Access control works now; also, some minor tidying and man page fixes. | Paul Janzen | |
1999-03-13 | Fix a few bugs (e.g. snake used to miss turns); use usleep() so display | Paul Janzen | |
speed is correct on xterms; put snscore functionality inside snake and make snscore a symbolic link (to be phased out); clean up formatting; install score file properly; disable the log file by default (logging should be done through dm). | |||
1999-03-12 | Bats shouldn't fall into pits. | Paul Janzen | |
1999-03-12 | Correct documentation, remove useless code, remove duplicate documentation, | Paul Janzen | |
don't compile with xTRACE defined, and trim things. | |||
1999-03-10 | spelling | Paul Janzen | |
1999-02-12 | kill old mips compiler hack; simonb@netbsd | Theo de Raadt | |
1999-02-01 | enable hunt | David Leonard | |
1999-02-01 | avoid denial of service attacks on server port; extra conf vars; fix otto | David Leonard | |
1999-01-29 | major changes: security, curses, config | David Leonard | |
1999-01-24 | disable hunt until all its security problems have been fixed | David Leonard | |
1999-01-21 | enable hunt | David Leonard | |
1999-01-21 | ident | David Leonard | |
1999-01-21 | ident for OpenBSD | David Leonard | |
mandoc-ify manual pages use -locurses | |||
1999-01-21 | hunt (from NetBSD) | David Leonard | |
1999-01-18 | Only use __attribute__ if __GNUC__ is defined | Paul Janzen | |
1999-01-18 | Whoops, this should be in there too | Paul Janzen | |
1999-01-18 | NetBSD merge with additional fixes from jsm28@cam.ac.uk. This game still | Paul Janzen | |
needs much more work. | |||
1999-01-08 | Fix a display bug that popped up in the termcap/curses switchover. | Paul Janzen | |
1999-01-01 | typo | Todd C. Miller | |