Age | Commit message (Expand) | Author |
2000-09-26 | Improve handling of multiple commands on one line. Tidy fight parser. | Paul Janzen |
2000-09-26 | No shell escape | Paul Janzen |
2000-09-24 | hyphenate | Paul Janzen |
2000-09-24 | numerous changes from jsm@netbsd.org: | Paul Janzen |
2000-09-23 | drop adjectives in parse(), since they're never used. | Paul Janzen |
2000-09-23 | die() if stdin disappears, rather than just exiting; jsm@netbsd.org. | Paul Janzen |
2000-09-23 | off by one; jsm@netbsd.org | Paul Janzen |
2000-09-21 | formatting; from NetBSD | Paul Janzen |
2000-09-21 | Fix -W warnings and add room number comments; jsm@netbsd.org | Paul Janzen |
2000-09-17 | Fewer segfaults ("take all and all", "wear wear"), better parsing | Paul Janzen |
2000-09-08 | bools should only be TRUE or FALSE. Negative numbers are right out. | Paul Janzen |
2000-08-20 | correct Bloom County quote | Paul Janzen |
2000-08-05 | Remove a little redundant and slightly wrong code | Paul Janzen |
2000-08-05 | typo; cheddar@yakko.cs.wmich.edu | Theo de Raadt |
2000-08-02 | $HOME paranoia: never use getenv("HOME") w/o checking for NULL and non-zero | Todd C. Miller |
2000-07-24 | Rename move() to moveplayer() to avoid clashing with curses; | Paul Janzen |
2000-07-24 | printf() and %s pedantry, from itojun channelling kris@freebsd | Paul Janzen |
2000-07-23 | Handle EOF on stdin. | Paul Janzen |
2000-07-23 | curses.c is all ifdef'ed out, so there's no reason to compile it. | Paul Janzen |
2000-07-23 | oops | Paul Janzen |
2000-07-23 | Die more cleanly if stdin can't be read from. | Paul Janzen |
2000-07-23 | Code cleanups (some from NetBSD), typo fix. | Paul Janzen |
2000-07-23 | Avoid calling functions that can call the exit-on-error handler from the | Paul Janzen |
2000-07-05 | nanosleep() no longer returns early | Paul Janzen |
2000-07-03 | Remove duplicate and correct original: Anton Berezin <tobez@tobez.org> | Paul Janzen |
2000-07-03 | A little more select() reinitialization. | Paul Janzen |
2000-07-03 | Finding bugs in battlestar is like shooting fish in a barrel. | Paul Janzen |
2000-06-30 | re-initialize timeout before each invocation of select() | Paul Janzen |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-06-29 | Prune some obsolete defines, in particular VT100. Eventually curses will | Paul Janzen |
2000-06-29 | use SEEK_SET; improve an error message. | Paul Janzen |
2000-06-29 | use errx(), tabify, and add -o option for original, old dodecahedron play. | Paul Janzen |
2000-04-25 | Missing MLINKS | Marc Espie |
2000-04-21 | documentation: refer to terminfo, not termcap, where appropriate. | Paul Janzen |
2000-04-11 | tidying, accuracy, and duplicate removal | Paul Janzen |
2000-04-11 | the the; some occurrences found by soren@NetBSD.org | Paul Janzen |
2000-04-08 | Handle EOF more cleanly | Paul Janzen |
2000-04-08 | Fix the card shuffle/draw algorithm. Patch only slightly | Paul Janzen |
2000-04-07 | Missed a couple corrections from NetBSD last time | Paul Janzen |
2000-04-07 | Remove unused ifdef missed previously | Paul Janzen |
2000-04-07 | Typos and punctuation; most from FreeBSD, one from NetBSD, and a couple | Paul Janzen |
2000-04-07 | Alternate (valid) element names from Dan Koranyi | Paul Janzen |
2000-04-07 | typo | Paul Janzen |
2000-04-07 | Fix operator precedence errors: NetBSD PR 9698. | Paul Janzen |
2000-02-10 | stdc | David Leonard |
2000-01-25 | support arrow keys (cgd@netbsd.org); use select() rather than alarm() for | Paul Janzen |
2000-01-25 | use only non-deprecated curses (i.e., no termcap) and tidy a little; mostly | Paul Janzen |
2000-01-24 | parse command line more carefully; watch out for nanosleep() ending a | Paul Janzen |
2000-01-21 | Hide cursor if possible | Paul Janzen |
2000-01-21 | Improve score table formatting (partially from malcolm@bits.bris.ac.uk | Paul Janzen |