summaryrefslogtreecommitdiffstats
path: root/tetris/scores.c
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-2/+2
* Get all the games compiling for iOSCameron Katri2021-02-221-5/+7
* avoid uninit memory and use memmove vs strncpy for a will bemrg2020-09-071-3/+3
* fix the previous. the code was right, just badly formatted before.mrg2018-06-241-4/+3
* fix issues found by GCC 6.4:mrg2018-02-041-2/+3
* Revert part of previous -r1.21 and fix the errno-handling bug instead.dholland2014-03-221-1/+4
* fix unused variable warningschristos2013-10-191-5/+2
* Fix fd leak in error cases. Found by cppcheck.wiz2011-01-051-12/+12
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-5/+5
* Disable writing scores when built for /rescue. PR 42009dholland2009-09-081-2/+18
* Don't use a variable-size array here. There's not really that much point.dholland2009-06-011-2/+2
* Clean up scorefile handling.dholland2009-05-251-35/+520
* ANSIfy function declarations.dholland2009-05-251-18/+8
* Better check data read from tetris.scores before use as array indices etc.drochner2006-06-011-9/+12
* Remove uses of __P.jsm2004-01-271-6/+6
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-6/+2
* de-registerwiz2002-06-021-17/+17
* Clean up error reporting in tetris.jsm2000-01-211-2/+2
* Fix high score table formatting bug.jsm2000-01-211-3/+2
* Fix -Wsign-compare warnings.jsm1999-09-181-2/+2
* Convert tetris to use <err.h> functions.jsm1999-09-171-15/+8
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-1/+8
* Add use of `const' where appropriate to the games.jsm1999-09-081-2/+2
* use <termcap.h>lukem1997-10-141-6/+2
* bfunctions -> memfunctionstls1997-01-131-2/+2
* NetBSD RCS Idscgd1995-04-221-0/+2
* ascii tetris!cgd1994-05-061-0/+472