summaryrefslogtreecommitdiffstats
path: root/worm/worm.c
Commit message (Expand)AuthorAgeFilesLines
* remove cpp abusedholland2015-08-171-9/+14
* ANSIfyjoerg2011-05-231-22/+13
* sprinkle staticdholland2009-08-121-34/+36
* 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
* Remove uses of __P.jsm2004-01-271-13/+13
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* Change deprecated curses function to new equivalent.blymn2001-12-061-3/+3
* Keep track of visible worm length. If nowhere is available for thejsm2001-08-311-2/+13
* Check for screen sizes that are too small. Fix off-by-one error injsm2001-08-301-4/+13
* Remove documented bug with long worm lengths, and improve handling ofjsm2001-08-291-11/+17
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Use err(1, NULL) and warn(NULL) for `out of memory' error messages.jsm2000-01-091-5/+5
* support arrow keys.cgd1999-10-261-14/+40
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+5
* Check for failure of malloc() and calloc() at various places in the games.jsm1999-09-091-2/+9
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-4/+4
* Leave ^Z-handling to the system (curses? no idea, at least it works :-),hubertf1999-08-101-24/+2
* Print score after endwin() so it isn't deleted immediately afterward.hubertf1999-08-081-4/+7
* This patch makes worm(6) keep the cursor on the head of the worm.hubertf1999-07-281-2/+5
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-4/+4
* WARNSifylukem1997-10-121-20/+44
* Remove incorrect (but unused) definition of baudrate().mycroft1995-04-291-5/+2
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-2/+3
* clean up import, fix up Idscgd1995-04-221-7/+13
* Restructure a switch to eliminate a compiler warning.mycroft1993-12-031-16/+14
* Compare baudrate() with 1200, not B1200.mycroft1993-08-101-2/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+301