summaryrefslogtreecommitdiffstats
path: root/mille/mille.c
Commit message (Expand)AuthorAgeFilesLines
* NULL does not need a castplunky2011-08-311-3/+3
* Use the time to call srandom(), not getpid().dholland2009-05-251-3/+4
* KNF/whitespace: format preprocessor directives correctly.dholland2009-05-251-7/+7
* ANSIfy function declarations. Object file diffs checked.dholland2009-05-251-9/+5
* 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-3/+3
* 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
* Negative exit code cleanup: Replace exit(-x) with exit(x).wiz2001-04-061-3/+3
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-4/+4
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* defined(attron) does not mean there is a <term.h>mrg1999-03-291-5/+2
* WARNSifylukem1997-10-121-13/+15
* Change "reg" to "register"jtc1997-05-231-6/+6
* rcs id conventionscgd1995-03-241-2/+7
* sync with 44lite, seems to fix bug #224jtc1994-05-121-18/+11
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+170