summaryrefslogtreecommitdiff
path: root/games/canfield
AgeCommit message (Expand)Author
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2014-03-22Use ssize_t for read() results. Don't use int for lseek() results.dholland
2014-03-22Use ssize_t for read() results. Don't use int for lseek() results.dholland
2014-03-22Use uid_t to hold getuid() results, and don't check getuid for failuredholland
2011-05-23Don't use strings from arrays as format string.joerg
2010-02-06When using -lcurses, you also need -lterminfo.he
2010-01-03Christos points out that usage should not use errx, but should usedholland
2010-01-01New sentence, new line.wiz
2010-01-01Adjust SYNOPSIS for cfscores to better match reality. Note in BUGSdholland
2010-01-01Split struct betinfo into its own header file so it can be shareddholland
2010-01-01Use NULL instead of 0 for pointer tests. Remove an unnecessary cast.dholland
2010-01-01Send error messages to stderr. Use errx/warnx, not printf.dholland
2010-01-01Correct usage message.dholland
2009-08-12sprinkle staticdholland
2008-08-08if initscr() fails, exit with a message rather than crash in thedrochner
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-01-28Work around gcc signedness warning: if you check for uid_t < 0, gcc warnsdholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-02-25Fix typo in the instructions.wiz
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-07-01KNF and WARNS=3jmc
2004-11-05Add (unsigned char) cast to ctype functionsdsl
2004-01-27Remove uses of __P.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-09-26Lots of minor fixes resulting from reading these man pages in detail.wiz
2002-09-18some makefile de-lintinglukem
2001-12-12MKfoo=no -> NOfoo=tv
2001-04-02Whitespace and/or punctuation fixes.wiz
2000-07-03More include additions for exit, abs, strcmp, etc.matt
2000-05-08Use setgid(), not setregid().mycroft
2000-04-27Fix arguments to *printw().jdc
1999-09-12Security improvements for games (largely from or inspired by OpenBSD).jsm
1999-09-09Include <time.h> in various places in the games where time() or time_tjsm
1999-09-08Add `__noreturn__' and `__unused__' attributes where appropriate tojsm
1999-09-08Add use of `const' where appropriate to the games.jsm
1999-03-10Fix .Bl/.El imbalance.erh
1999-02-13convert from NOxxx= to MKxxx=no.lukem
1998-09-13mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf
1998-09-11fix main() prototype, as per PR#5867hubertf
1998-08-29Use symbolic constants for seek(), open(). Fixed as per PR 6057 byhubertf
1998-02-18Simply include -lcurses instead of -lcurses -ltermcapjtc
1997-11-20install games that need it setgid.mrg
1997-10-22use CPPFLAGS instead of CFLAGSlukem
1997-10-11use err/warn instead of perrorlukem
1997-10-10WARNSifylukem
1995-05-13Clear the last char in input buffer when an erase or kill character isjtc
1995-04-24Various changes to make games compile w/o warnings on the alpha:cgd
1995-03-21clean up importcgd
1995-02-28change <sys/signal.h> to <signal.h>jtc
1994-12-22specify man pages the new way.cgd