summaryrefslogtreecommitdiffstats
path: root/monop/execute.c
Commit message (Expand)AuthorAgeFilesLines
* WARNS=5dholland2012-06-191-9/+7
* Don't crash if we're asked to restore from /dev/null. (woops)dholland2008-02-241-2/+13
* Fix some more lint. (There's plenty to go around.)dholland2008-02-241-17/+19
* fix some lintchristos2008-02-241-4/+4
* Abolish the initdeck program and the weird little binary file it generates.dholland2008-02-241-7/+12
* Source files should be named *.c or *.h, not random other things.dholland2008-02-241-3/+5
* Remove last traces of old save/load code. We no longer need a privatedholland2008-02-241-3/+2
* New save/load code. Related to (but not the same as) the new save/loaddholland2008-02-241-33/+501
* KNF/whitespace nits. No functional changes.dholland2008-02-191-18/+23
* Don't use perror(); use err/warn instead.dholland2008-02-191-6/+5
* Make this build with WARNS=4.dholland2008-01-281-6/+6
* Remove uses of __P.jsm2004-01-271-3/+3
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
* PR/8247: Simon Burge: monop(6) save/restore doesn't work.christos2003-04-211-4/+5
* Include <time.h> for declarations the Single Unix Specification saysjsm2001-08-291-2/+3
* Add use of `const' where appropriate to the games.jsm1999-09-081-3/+3
* Convert to something resembling KNF.simonb1999-08-211-28/+27
* use symbolic constants for signals & open(2), as per PR#5867hubertf1998-09-111-3/+3
* WARNSifychristos1997-10-121-40/+47
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-4/+9
* Add RCS identifiers.mycroft1993-08-011-1/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+262