summaryrefslogtreecommitdiff
path: root/games/backgammon
AgeCommit message (Expand)Author
2022-04-04fix various typos, mainly in comments.andvar
2021-12-12fix various typos in comments.andvar
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2021-04-13no longer need -Wno-error=implicit-fallthrough.mrg
2020-12-06speed limit 80dholland
2020-04-22buffnum is shared between subs.c and fancy.cjoerg
2019-09-29convert HAVE_GCC == 7 to HAVE_GCC >= 7.mrg
2019-02-18add fallthroughchristos
2019-02-04apply -Wno-error=implicit-fallthrough on files that have fallthrumrg
2019-02-03- avoid multipling a boolean value, use &&.mrg
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2014-03-22don't declare ospeed; it's in <termcap.h>dholland
2013-10-19fix unused variable warningschristos
2013-09-13GC descr and helpm.joerg
2012-10-13Add strategic assertion, now passes -Wstrict-overflow.dholland
2012-10-13Remove ifdefs for V7 (as opposed to older) unix.dholland
2012-10-13Pass the move info around instead of using it as a global.dholland
2012-10-13Crack down on global variables with single-letter names.dholland
2012-04-21Add capfile(5) to describe the termcap format.roy
2011-08-26Use __dead and __printflike instead of __attribute__.dholland
2010-03-22rename text() to wrtext(), aligning it with most other output routines,mrg
2010-02-03Userland now builds and uses terminfo instead of termcap.roy
2009-08-12sprinkle staticdholland
2009-08-12looks as if "ospeed" here was meant to be extern.dholland
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-07-20Remove the \n and tabs from the __COPYRIGHT() strings.lukem
2008-05-03Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this islukem
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-01-31Pedanticism about time_t (not really a bug, but now it won't show up whendholland
2007-12-15convert __attribute__s to applicable cdefs.h macrosperry
2006-04-24It's "its."snj
2006-03-22Coverity CID 558: && should be obviously ||christos
2006-03-18Coverity CID 1230: Remove spurious close().christos
2006-03-18Coverity CID 1294: Avoid negative variable used as index.christos
2006-02-25Use MKPRIVATELIB instead of NOLINKLIB/NOMAN/NOPIC/NOLINT.simonb
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-07-01KNF and WARNS=3 fixesjmc
2005-02-15Cast last argument of execl to (char *).jsm
2004-04-23s/the the/the/ (only in sources that aren't regularly imported fromsimonb
2004-02-08Mark unused parameters, nonreturning functions and format functions injsm
2004-01-27Remove uses of __P.jsm
2004-01-01Only score as a Gammon or a Backgammon if the opponent hasn't removedjsm
2004-01-01Make tutorial text match actual moves. From FreeBSD via OpenBSD.jsm
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-04-26Grammar and punctuation fixes, from jmc@openbsd.wiz
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-09-18Give initiali[sz]e all the "i"s it deserves.wiz
2001-04-06Negative exit code cleanup: Replace exit(-x) with exit(x).wiz