History log of /netbsd-src/games/backgammon/teachgammon/tutor.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 4105daf3 13-Oct-2012 dholland <dholland@NetBSD.org>

Pass the move info around instead of using it as a global.


# ae56ae8f 26-Aug-2011 dholland <dholland@NetBSD.org>

Use __dead and __printflike instead of __attribute__.


# 9795f61a 12-Aug-2009 dholland <dholland@NetBSD.org>

sprinkle static


# cb5fd834 27-Jan-2004 jsm <jsm@NetBSD.org>

Remove uses of __P.


# e5aeb4ea 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22269, verified by myself.


# 92932dfc 10-Feb-1999 hubertf <hubertf@NetBSD.org>

The patch below makes the game backgammon(6) use `const' where
appropriate. It also removes some obsolete, unused code to check the
number of users on the system (obsoleted by dm); removes a prototy

The patch below makes the game backgammon(6) use `const' where
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).

show more ...


# 1c9494f6 13-Sep-1998 hubertf <hubertf@NetBSD.org>

mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)


# 16641b76 10-Oct-1997 lukem <lukem@NetBSD.org>

KNF & WARNSify, and only compile common_source once/* (compiles 25% faster)


# 101657d1 21-Mar-1995 cgd <cgd@NetBSD.org>

clean up import


# 8542364e 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS identifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources