summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source
Commit message (Collapse)AuthorAgeFilesLines
* set MKLINT=no. noted by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>lukem1999-03-131-2/+3
|
* convert from NOxxx= to MKxxx=no.lukem1999-02-131-3/+3
| | | include <bsd.own.mk> if testing a MKxxx variable.
* tgetent() handles const correctly in currenthubertf1999-02-101-3/+3
|
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-107-53/+52
| | | | | | | | | | | | | | appropriate. It also removes some obsolete, unused code to check the number of users on the system (obsoleted by dm); removes a prototype for an unused function that was removed earlier; and removes a control character from one message that was I think intended to clear the screen on some particular terminal (though I can't find the comment to that effect in any of the BSD source trees I have handy) but no longer serves any useful purpose. From PR 6580 by Joseph Myers <jsm28@cam.ac.uk>. Also contains two more patches, one in teachgammon/tutor.h (by Joseph) and one in common_source/fancy.c (by me).
* Fix args processing of backgammon and teachgammon, closes pr 5345 byfrueauf1998-09-151-3/+3
| | | David Brownlee.
* 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 ↵hubertf1998-09-131-3/+2
| | | | Myers <jsm28@cam.ac.uk>)
* 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-291-6/+6
| | | Fix applied as per PR 6058 by Joseph Myers <jsm28@cam.ac.uk>
* define global vars with `extern' in "back.h", and only define once inlukem1997-10-142-50/+84
| | | init.c... backgammon works again...
* use <termcap.h>lukem1997-10-142-9/+4
|
* common_source -> common, and GC some garbage variables.mycroft1997-10-111-4/+2
|
* Don't install this library, we only need this during the build.veego1997-10-111-1/+4
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-1013-1858/+1206
|
* Use POSIX tty semantics.mycroft1995-04-296-29/+25
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-243-6/+9
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up importcgd1995-03-2112-48/+104
|
* Add RCS identifiers.mycroft1993-08-0112-12/+24
|
* initial import of 386bsd-0.1 sourcescgd1993-03-2112-0/+3381