Age | Commit message (Expand) | Author |
2001-07-09 | Remove .Pp next to .Sh; mpech@prosoft.org.lv | Paul Janzen |
2001-07-09 | Fixes, mainly from Thomas Nordin <nordin@cse.ogi.edu> | Paul Janzen |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-26 | correct usage(); pointed out by pvalchev@ | Paul Janzen |
2001-06-25 | sync usage message with reality, alphabetize option order; ok pjanzen | Peter Valchev |
2001-06-25 | People here are writing packet filters, and I... well, I just corrected a | Paul Janzen |
2001-06-25 | typo | Paul Janzen |
2001-06-24 | typo; mason | Theo de Raadt |
2001-06-23 | termios -> curses | Paul Janzen |
2001-06-23 | Make sure screen is big enough to play. | Paul Janzen |
2001-06-23 | ok, tmac is now fixed | Theo de Raadt |
2001-06-23 | join .%A entries; most by bk@rt.fm | Theo de Raadt |
2001-06-06 | Reorder and tidy; partly from mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | Better formatting; removed extraneous right parenthesis. | Paul Janzen |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | Paul Janzen |
2001-06-06 | remove unnecessary quotes; mpech@prosoft.org.lv | Paul Janzen |
2001-06-04 | my licence now permits modification. plus some tiny style cleanup | David Leonard |
2001-06-03 | List FILES | Paul Janzen |
2001-06-03 | clean up and fix some; based on change of wiz@netbsd.org | Paul Janzen |
2001-06-03 | make '++' work. | Paul Janzen |
2001-05-02 | Minor fixes (one from norm@sandbox.org.uk via NetBSD) and one attribution. | Paul Janzen |
2001-05-02 | Ensure caves are connected; afghan@afghanhound.org.uk | Paul Janzen |
2001-03-30 | Add prototypes, de-register, do better error checking, -Wall some, fix strcat() | Paul Janzen |
2001-03-30 | filename length fix from ianm@cit.uws.edu.au; also, don't overflow the buffer. | Paul Janzen |
2001-03-30 | filename length fix: ianm@cit.uws.edu.au | Paul Janzen |
2001-03-22 | Don't change case of command | Paul Janzen |
2001-03-22 | Don't FLUSHLINE unnecessarily | Paul Janzen |
2001-03-22 | File name buffer should be MAXPATHLEN; ianm@cit.uws.edu.au. Also avoid | Paul Janzen |
2001-03-22 | Don't free what wasn't alloced. Found by niels. | Paul Janzen |
2001-03-09 | resize a buffer for long usernames; ianm@cit.uws.edu.au | Paul Janzen |
2001-03-08 | whack exit(-#) | Theo de Raadt |
2001-03-08 | better synopsis line | Paul Janzen |
2001-02-18 | include <string.h> | Paul Janzen |
2001-02-18 | include <string.h> | Paul Janzen |
2001-02-18 | Convert to curses and tidy some. Generally based on NetBSD changes. | Paul Janzen |
2001-02-18 | rename variable raw->traw as to not conflict with raw() | Eric Jackson |
2001-02-18 | Get this not to segfault on startup on alpha. | Paul Janzen |
2001-02-17 | clrtoeol() is bad if there's stuff to the right you want to keep. | Paul Janzen |
2001-02-17 | display username when playing restored games | Paul Janzen |
2001-02-17 | long usernames, and some -Wall-age | Paul Janzen |
2001-02-17 | Handle long usernames better | Paul Janzen |
2001-02-17 | Use err() rather than errx() immediately after alloc failure. | Paul Janzen |
2001-02-13 | Try to keep formatting pretty for long usernames | Paul Janzen |
2001-02-13 | Quiet alpha warnings, principally with correct includes | Paul Janzen |
2001-02-13 | No need to know anything about ospeed. | Paul Janzen |
2001-02-04 | Long usernames. This really messes up the scoreboard printout, so change | Paul Janzen |
2001-02-04 | Be a little more careful with scanf() on the score file | Paul Janzen |
2001-02-04 | Remove -traditional-cpp and do some -Wall cleanups; from Chris K. Young | Paul Janzen |
2001-02-04 | Tidy, avoid segfaults on unknown users, and deal with long usernames | Paul Janzen |
2001-02-04 | Format for long usernames | Paul Janzen |