summaryrefslogtreecommitdiffstats
path: root/canfield/canfield
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-051-26/+26
* Use PREFIX nowCameron Katri2021-03-282-4/+6
* Get all the games compiling for iOSCameron Katri2021-02-221-6/+14
* Use ssize_t for read() results. Don't use int for lseek() results.dholland2014-03-221-6/+5
* Use uid_t to hold getuid() results, and don't check getuid for failuredholland2014-03-221-5/+3
* Don't use strings from arrays as format string.joerg2011-05-231-4/+4
* When using -lcurses, you also need -lterminfo.he2010-02-061-3/+3
* New sentence, new line.wiz2010-01-011-11/+13
* Adjust SYNOPSIS for cfscores to better match reality. Note in BUGSdholland2010-01-011-3/+6
* Split struct betinfo into its own header file so it can be shareddholland2010-01-012-12/+47
* sprinkle staticdholland2009-08-121-118/+117
* if initscr() fails, exit with a message rather than crash in thedrochner2008-08-081-3/+6
* 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
* Fix typo in the instructions.wiz2006-02-251-3/+3
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-3/+3
* KNF and WARNS=3jmc2005-07-011-89/+63
* Add (unsigned char) cast to ctype functionsdsl2004-11-051-3/+3
* Remove uses of __P.jsm2004-01-271-49/+49
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-073-19/+7
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-18/+12
* Whitespace and/or punctuation fixes.wiz2001-04-021-11/+11
* Use setgid(), not setregid().mycroft2000-05-081-3/+3
* Fix arguments to *printw().jdc2000-04-271-11/+12
* Security improvements for games (largely from or inspired by OpenBSD).jsm1999-09-121-2/+8
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-3/+3
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-4/+4
* Add use of `const' where appropriate to the games.jsm1999-09-081-23/+23
* Fix .Bl/.El imbalance.erh1999-03-101-1/+2
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* fix main() prototype, as per PR#5867hubertf1998-09-111-6/+4
* Use symbolic constants for seek(), open(). Fixed as per PR 6057 byhubertf1998-08-291-6/+6
* Simply include -lcurses instead of -lcurses -ltermcapjtc1998-02-181-3/+3
* install games that need it setgid.mrg1997-11-201-1/+2
* WARNSifylukem1997-10-102-23/+128
* Clear the last char in input buffer when an erase or kill character isjtc1995-05-131-5/+5
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-2/+3
* clean up importcgd1995-03-214-19/+29
* change <sys/signal.h> to <signal.h>jtc1995-02-281-2/+2
* specify man pages the new way.cgd1994-12-221-2/+2
* Changes for new Curses.mycroft1993-08-101-4/+5
* Update to -mandoc macrosjtc1993-08-051-32/+43
* Add RCS identifiers.mycroft1993-08-012-2/+4
* Add RCS indentifiers.mycroft1993-08-011-1/+2
* Add RCS identifiers.mycroft1993-08-011-1/+2
* got rid of unnecessary -lcompat and associated dependencycgd1993-03-231-2/+2
* initial import of 386bsd-0.1 sourcescgd1993-03-214-0/+1871