summaryrefslogtreecommitdiffstats
path: root/games/tetris (follow)
Commit message (Expand)AuthorAgeFilesLines
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-282-5/+5
* Remove unused variables; no binary change.lteo2019-05-201-3/+3
* Unveil tetris.rob2019-05-183-14/+27
* Use a NUMKEYS macro instead of magic and use a more familiar idiomtb2018-04-251-6/+7
* replace gettimeofday with monotonic gettime. from Scott Chelohatedu2017-08-134-59/+45
* No need for a conditional to choose between nroff and troff.bentley2017-06-191-4/+3
* According to termcap(3), char PC, *BC, *UP need to be extern. Fixes antb2017-04-161-2/+2
* Pull in <sys/time.h> for struct timespec, gettimeofday(), clock_gettime(),guenther2016-08-271-1/+2
* Pull in <time.h> for time() and perhaps other functionsguenther2016-08-271-1/+2
* Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.tb2016-06-102-8/+7
* When eliding a row, clear the invisible row zero, so that no columnstb2016-06-101-1/+2
* Prefer fseek(3) over rewind(3) since the latter although it also calls fseekmestre2016-03-161-2/+3
* - General changes:mestre2016-03-071-2/+3
* As per style(9), remove remaining lint-style comments from games/mestre2016-01-101-2/+1
* Some basic code maintenance in games/tb2016-01-071-3/+3
* More cleanup and sorting on header sectionmestre2016-01-045-22/+12
* About 13 years ago when the idiom srandom(time()), and sometimesmestre2016-01-031-5/+4
* remove unused variablechl2015-12-271-2/+2
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-251-2/+2
* Tweak alignment of ENVIRONMENT and FILES.tb2015-12-041-4/+4
* Prefer $LOGNAME over $USER, since the latter is deprecated,tb2015-11-292-6/+14
* Fix copy-paste error in scorefile nametb2015-11-261-2/+2
* Add missing checks for getenv() and snprintf()tb2015-11-261-6/+12
* The scorefile is hidden.tb2015-11-251-4/+4
* pledge "stdio rpath wpath cpath tty"tb2015-11-203-12/+9
* remove setgid flag.tedu2015-11-173-81/+16
* use file system path (.Pa) semantic markup macros where appropriate.sobrado2015-07-271-3/+3
* simplify poll() conversion. from patrick keshishiantedu2014-12-311-8/+6
* we do not use pcc on the vaxderaadt2014-12-071-5/+1
* Eliminate pointless use of <sys/param.h>, <sys/file.h>, <sys/sockio.h>,guenther2014-11-163-11/+12
* don't deref timeout if null. from theo buehler.tedu2014-11-051-6/+7
* select() to poll() conversionsderaadt2014-11-031-10/+6
* obvious cases of missing .An;schwarze2014-09-081-6/+12
* replace srandomdev()+random() with the arc4random*() familynaddy2013-08-291-4/+3
* Hide the cursor during game. From NetBSD.dcoppa2011-04-031-2/+10
* sub-function needs const, tooderaadt2010-07-201-3/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-281-7/+1
* 'coordiates' -> 'coordinates' from Dawe via tech@.krw2008-08-101-2/+2
* synchronization between usage and synopsis; add some missing "usage:"'ssobrado2008-03-171-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* Replace magic numbers with sizeof(array).ray2006-04-202-5/+5
* Clean up getopt stuff and use strtonum instead of atoi.ray2006-04-201-6/+6
* use STD{IN,OUT,ERR}_FILENOderaadt2005-04-131-3/+3
* more ansi; khalek@linuxgamers.netderaadt2004-07-105-57/+33
* bonus points for completing rows, like most variants.tedu2004-01-102-2/+22
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-0311-66/+22
* string cleaning; ok pjanzenderaadt2003-04-081-2/+2
* 2451 lines of strdup/sprintf/strcpy whacking. mostly ok'd by pjanzenderaadt2003-04-062-4/+4
* Replace things like srandom(time(NULL)) with srandomdev(3). random(3)millert2002-12-061-2/+2
* give it some healthy dosage of vitamin constmickey2002-07-264-21/+21