summaryrefslogtreecommitdiff
path: root/games/tetris/scores.c
AgeCommit message (Collapse)Author
2002-05-31de-registerPaul Janzen
2002-02-16Part 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-02-04Long usernames. This really messes up the scoreboard printout, so changePaul 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-21Improve score table formatting (partially from malcolm@bits.bris.ac.ukPaul 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.
1998-09-24NetBSD changes and a few obvious fixesPaul Janzen
1996-12-21Relinguish SGID games, restore it only when opening the score fileThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt