summaryrefslogtreecommitdiffstats
path: root/backgammon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Whitespace and/or punctuation fixes.wiz2001-04-021-6/+6
* remove redundant declchristos2001-02-051-4/+2
* convert to using .WAITlukem2001-01-091-4/+2
* ${PRINTOBJDIR}ifysommerfeld2000-12-301-3/+3
* Use setgid(), not setregid().mycroft2000-05-082-6/+6
* update after change to return value of tputs() third argumentlukem1999-10-042-5/+6
* Fix some uses of NULL as non-pointer and 0 for null pointer.jsm1999-09-171-3/+3
* Include <time.h> in various places in the games where time() or time_tjsm1999-09-091-2/+4
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
* Adapt to change of "termcap.h".tron1999-08-142-6/+6
* This is a trivial fix to backgammon(6): '\a' is cleaner than '\007'.hubertf1999-07-281-3/+3
* This patch fixes a remaining relic of the backgammon(6) "executehubertf1999-07-281-3/+3
* This patch adds to backgammon(6) a couple of noreturn attributeshubertf1999-07-261-3/+3
* This patch makes backgammon(6) check that, if you use the -s option tohubertf1999-07-261-3/+7
* This adds a check for memory allocation failure to one place inhubertf1999-07-261-2/+6
* Hardcore const poisoninghubertf1999-07-251-4/+4
* As in previously sent patches: backgammon(6) does not need setgidhubertf1999-07-192-4/+10
* Fix scoring, submitted in PR 7992 by Joseph Myers <jsm28@cam.ac.uk>hubertf1999-07-141-8/+7
* set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem1999-03-131-2/+3
* convert from NOxxx= to MKxxx=no.lukem1999-02-132-5/+5
* tgetent() handles const correctly in currenthubertf1999-02-101-3/+3
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-1016-195/+162
* Fix args processing of backgammon and teachgammon, closes pr 5345 byfrueauf1998-09-153-9/+9
* remove x bit from save files (PR#6077)hubertf1998-09-131-3/+3
* Remove unused function and mark non-returning ones(PR#6076, #6144 by Joseph M...hubertf1998-09-131-3/+2
* mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-3/+3
* Saved games can NOT be restored by executing the save file (PR#6077)hubertf1998-09-131-3/+1
* Remove unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-132-18/+4
* fix typo, as per PR#5867hubertf1998-09-111-3/+3
* Use symbolic names for signals(!), open(2)-constants, ...hubertf1998-08-293-13/+13
* - really make extern char's extern.mrg1998-03-291-4/+4
* Does not need -lcompatchristos1998-02-021-3/+3
* Must have the correct library link order to be able to linkragge1997-11-051-2/+2
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
* fix race condition when building libcommon with make -jlukem1997-10-161-1/+3
* define global vars with `extern' in "back.h", and only define once inlukem1997-10-142-50/+84
* use <termcap.h>lukem1997-10-142-9/+4
* common_source -> common, and GC some garbage variables.mycroft1997-10-112-7/+5