History log of /netbsd-src/games/backgammon/common_source/save.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 4105daf3 13-Oct-2012 dholland <dholland@NetBSD.org>

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


# 8733c61f 13-Oct-2012 dholland <dholland@NetBSD.org>

Crack down on global variables with single-letter names.


# 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


# c873d1eb 18-Mar-2006 christos <christos@NetBSD.org>

Coverity CID 1230: Remove spurious close().


# fcb317ee 01-Jul-2005 jmc <jmc@NetBSD.org>

KNF and WARNS=3 fixes


# 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.


# d29d591c 28-Jul-1999 hubertf <hubertf@NetBSD.org>

This patch fixes a remaining relic of the backgammon(6) "execute
saved game to continue playing" problem described in bin/6077.

Patch contributed by Joseph Myers <jsm28@cam.ac.uk> in PR 8092.


# 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 ...


# 6f55e2e2 13-Sep-1998 hubertf <hubertf@NetBSD.org>

remove x bit from save files (PR#6077)


# 767fe0a0 29-Aug-1998 hubertf <hubertf@NetBSD.org>

Use symbolic names for signals(!), open(2)-constants, ...
Fix applied as per PR 6058 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)


# eab5a765 29-Apr-1995 mycroft <mycroft@NetBSD.org>

Use POSIX tty semantics.


# 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