summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source/subs.c
Commit message (Collapse)AuthorAgeFilesLines
* GC descr and helpm.joerg2013-09-131-15/+2
|
* Pass the move info around instead of using it as a global.dholland2012-10-131-12/+9
|
* Crack down on global variables with single-letter names.dholland2012-10-131-11/+14
|
* sprinkle staticdholland2009-08-121-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* KNF and WARNS=3 fixesjmc2005-07-011-31/+21
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* update after change to return value of tputs() third argumentlukem1999-10-041-3/+4
|
* Add `__noreturn__' and `__unused__' attributes where appropriate tojsm1999-09-081-3/+3
| | | | | | | | | | | | the games. This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at). Most noreturn attributes were previously added in bin/6144, with some others that were missed then in bin/8082. Previous `unused' attributes were covered in bin/6557, bin/8058 and other PRs (all these PRs have already been handled and closed).
* This patch makes backgammon(6) check that, if you use the -s option tohubertf1999-07-261-3/+7
| | | | | recover a saved game, then you specify a file name. Patch submitted in PR 8081 by Joseph Myers <jsm28@cam.ac.uk>
* The patch below makes the game backgammon(6) use `const' wherehubertf1999-02-101-8/+8
| | | | | | | | | | | | | | 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 unused function (PR#6076 by Joseph Myers <jsm28@cam.ac.uk>)hubertf1998-09-131-9/+2
|
* fix typo, as per PR#5867hubertf1998-09-111-3/+3
|
* KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)lukem1997-10-101-179/+210
|
* Use POSIX tty semantics.mycroft1995-04-291-7/+6
|
* Various changes to make games compile w/o warnings on the alpha:cgd1995-04-241-3/+3
| | | | Include appropriate includes, delete bogus function declarations, change sizes of variables and casts.
* clean up importcgd1995-03-211-4/+9
|
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+477