summaryrefslogtreecommitdiffstats
path: root/snake/snake
Commit message (Expand)AuthorAgeFilesLines
* Use PREFIX nowCameron Katri2021-03-282-6/+8
* Get all the games compiling for iOSCameron Katri2021-02-221-6/+15
* Remove extra semicolon.msaitoh2020-05-141-3/+3
* Do not pass usleep() values >= 1 million. From Henning Petersen in PR 51286dholland2016-06-271-3/+5
* snake(6) supports LCD displays too. (noted by tnn)dholland2016-03-121-2/+2
* WARNS=5, and make WARNS=5 the default for src/games.dholland2012-06-191-41/+23
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-051-4/+8
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
* sprinkle staticdholland2009-08-121-62/+61
* Remove redundant .brjoerg2009-03-111-2/+1
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+4
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-5/+5
* Replve duplicate #includeshubertf2007-01-171-3/+2
* if getpwuid() returns null, print out the uid rather than dereferencingabs2006-03-171-7/+15
* Control -d by #ifdef DEBUG; adjust usage message accordingly. Bugjsm2004-02-081-3/+7
* Remove uses of __P.jsm2004-01-271-25/+25
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-073-19/+7
* New sentences begin on new lines.wiz2002-09-261-5/+9
* Always lseek back to the beginning of the file in post(), which may bejsm2001-08-311-3/+5
* Whitespace and/or punctuation fixes.wiz2001-04-021-4/+4
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* fix handling of '-t' flag, and pause for a little bit after drawing happysnakecgd1999-10-261-2/+5
* correct description of representation of snakecgd1999-10-261-2/+2
* Convert snake to use curses, and generally clean it up somewhat.jsm1999-09-145-1009/+213
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-9/+24
* Use the symbolic names `SEEK_SET' and `O_RDONLY' where appropriate injsm1999-09-081-5/+5
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-082-5/+5
* Add use of `const' where appropriate to the games.jsm1999-09-083-28/+26
* Adapt to change of "termcap.h".tron1999-08-142-5/+5
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* Remove -lcompat; not needed.christos1998-02-041-3/+3
* install games that need it setgid.mrg1997-11-201-1/+2
* use <termcap.h>lukem1997-10-142-10/+4
* WARNSify, KNFifylukem1997-10-124-537/+659
* BS was using obsolete 'bs' and 'bc' capabilities. Now tries 'le' first.chopps1996-07-032-10/+13
* Avoid NULL-pointer deref and for now, simply exit if required terminalpk1996-05-191-5/+14
* Fix usages of ospeed.mycroft1995-04-292-6/+6
* Use POSIX tty semantics.mycroft1995-04-293-51/+21
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-242-5/+6
* fix up botched includecgd1995-04-221-3/+3
* oops; delete duplicated functions.cgd1995-04-221-23/+2
* clean up import, NetBSD RCS Ids, etc.cgd1995-04-226-37/+106
* specify man pages the new way.cgd1994-12-221-2/+2
* need -lcompatcgd1994-05-231-3/+3
* TIOCGWINSZderaadt1994-04-051-3/+15
* evil lseek casts...cgd1994-04-011-4/+4
* Eliminate a compiler warning.mycroft1993-12-081-22/+22
* Snake scores, etc. are stored in /var/games, not /usr/games/lib.jtc1993-08-091-4/+4
* Update to use new -mandoc macros.jtc1993-08-051-45/+54