Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-31 | de-register | Paul Janzen | |
2002-05-31 | No dm -> games with high score files etc. must explicitly be setgid games. | Paul Janzen | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ↵ | Todd C. Miller | |
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | |||
2001-11-19 | mark signal race, fix half of it | Theo de Raadt | |
2001-09-27 | missing header | Theo de Raadt | |
2001-09-05 | use select() better | Theo de Raadt | |
2001-09-04 | Replace the deprecated BSD sigsetmask/sigblock/sigpause functions with their ↵ | Todd C. Miller | |
POSIX counterparts. | |||
2001-08-18 | Formatting | Paul Janzen | |
2001-06-06 | reorder sections, minor tidying; mpech@prosoft.org.lv | 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 | |
it from two columns to one column with leaders printed every third score to guide the eye across the vast whitespace that's left with the traditional 8-char usernames. | |||
2000-01-21 | Improve score table formatting (partially from malcolm@bits.bris.ac.uk | Paul Janzen | |
via jsm@netbsd.org); remove a terminating \n from a warnx() (jsm@netbsd) and tidy a bit; check score file for corruption to avoid segfault. | |||
2000-01-03 | extern rather than linker commons; jsm@netbsd.org | Paul Janzen | |
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-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 | cosmetic changes from soren@t.dk | Paul Janzen | |
1999-02-12 | kill old mips compiler hack; simonb@netbsd | Theo de Raadt | |
1999-01-08 | Fix a display bug that popped up in the termcap/curses switchover. | Paul Janzen | |
1998-12-15 | Always provide an argument to .Nm in SYNOPSIS section | Paul Janzen | |
1998-09-24 | NetBSD changes and a few obvious fixes | Paul Janzen | |
1998-07-24 | -lcurses, not termcap/termlib | Todd C. Miller | |
1997-09-21 | $OpenBSD$ | Theo de Raadt | |
1997-08-31 | fix man; noted by hubert.feyrer@rz.uni-regensburg.de | Theo de Raadt | |
1997-05-30 | for i in `find . -name \*.[123456789] -exec grep '^.Dd ' {} /dev/null \; | \ | Theo de Raadt | |
grep '"' | cut -d':' -f1`; do sed -e '/^.Dd /s/"//g' -e '/^.Dd /s/\(^.Dd [A-Za-z]*\) \(.*\)$/\1, \2/' <$i >x cat x > $i done | |||
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller | |
1996-12-21 | Relinguish SGID games, restore it only when opening the score file | Thorsten Lockert | |
1996-06-02 | Always use -ltermlib when linking with -lcurses | Thorsten Lockert | |
Depend on LIBTERMCAP and LIBTERMLIB as appropriate | |||
1996-02-17 | From netbsd: | Niklas Hallqvist | |
Removed "extern int errno"; Added #include <errno.h> if not already present. | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |