summaryrefslogtreecommitdiffstats
path: root/backgammon
Commit message (Expand)AuthorAgeFilesLines
* games: remove trailing whitespace in *.c and *.hrillig2021-05-053-24/+24
* no longer need -Wno-error=implicit-fallthrough. don't provide common symbols ...mrg2021-04-131-2/+6
* Use PREFIX nowCameron Katri2021-03-282-3/+3
* Get all the games compiling for iOSCameron Katri2021-02-225-27/+71
* speed limit 80dholland2020-12-061-3/+8
* buffnum is shared between subs.c and fancy.cjoerg2020-04-222-5/+5
* convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg2019-09-291-2/+2
* add fallthroughchristos2019-02-181-2/+3
* apply -Wno-error=implicit-fallthrough on files that have fallthrumrg2019-02-041-1/+8
* - avoid multipling a boolean value, use &&.mrg2019-02-031-3/+3
* - add or adjust /* FALLTHROUGH */ where appropriatemrg2019-02-031-2/+10
* don't declare ospeed; it's in <termcap.h>dholland2014-03-221-3/+2
* fix unused variable warningschristos2013-10-191-5/+2
* GC descr and helpm.joerg2013-09-132-25/+4
* Add strategic assertion, now passes -Wstrict-overflow.dholland2012-10-131-2/+10
* Remove ifdefs for V7 (as opposed to older) unix.dholland2012-10-133-14/+6
* Pass the move info around instead of using it as a global.dholland2012-10-1314-161/+163
* Crack down on global variables with single-letter names.dholland2012-10-1311-216/+241
* Add capfile(5) to describe the termcap format.roy2012-04-211-7/+7
* Use __dead and __printflike instead of __attribute__.dholland2011-08-263-9/+9
* rename text() to wrtext(), aligning it with most other output routines,mrg2010-03-227-38/+38
* Userland now builds and uses terminfo instead of termcap.roy2010-02-031-3/+3
* sprinkle staticdholland2009-08-1215-110/+124
* looks as if "ospeed" here was meant to be extern.dholland2009-08-121-3/+3
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-211-4/+4
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
* Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem2008-05-031-2/+2
* Remove clause 3 and 4 from TNF licensesmartin2008-04-281-8/+1
* Pedanticism about time_t (not really a bug, but now it won't show up whendholland2008-01-311-3/+3
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-153-9/+9
* It's "its."snj2006-04-241-3/+3
* Coverity CID 558: && should be obviously ||christos2006-03-221-3/+3
* Coverity CID 1230: Remove spurious close().christos2006-03-181-3/+2
* Coverity CID 1294: Avoid negative variable used as index.christos2006-03-181-3/+4
* Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.simonb2006-02-251-5/+2
* Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz2005-09-151-3/+3
* KNF and WARNS=3 fixesjmc2005-07-0118-222/+192
* Cast last argument of execl to (char *).jsm2005-02-152-6/+7
* s/the the/the/ (only in sources that aren't regularly imported fromsimonb2004-04-231-3/+3
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-082-6/+6
* Remove uses of __P.jsm2004-01-274-80/+80
* Only score as a Gammon or a Backgammon if the opponent hasn't removedjsm2004-01-011-3/+3
* Make tutorial text match actual moves. From FreeBSD via OpenBSD.jsm2004-01-011-4/+4
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-0723-158/+66
* Grammar and punctuation fixes, from jmc@openbsd.wiz2003-04-261-5/+5
* Lots of minor fixes resulting from reading these man pages in detail.wiz2002-09-261-6/+4
* some makefile de-lintinglukem2002-09-182-7/+8
* MKfoo=no -> NOfoo=tv2001-12-122-14/+12
* Give initiali[sz]e all the "i"s it deserves.wiz2001-09-181-3/+3
* Negative exit code cleanup: Replace exit(-x) with exit(x).wiz2001-04-061-3/+3