History log of /netbsd-src/games/arithmetic/arithmetic.c (Results 1 – 25 of 27)
Revision Date Author Comments
# 277bd075 19-Jun-2012 dholland <dholland@NetBSD.org>

WARNS=5, and make WARNS=5 the default for src/games.


# 9f61b804 31-Aug-2011 plunky <plunky@NetBSD.org>

NULL does not need a cast


# fe142521 27-Aug-2009 dholland <dholland@NetBSD.org>

remove unnecessary casts


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

sprinkle static


# 2fe2731d 20-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# 49f7d8a9 05-Nov-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


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


# 8b821e52 31-Mar-2002 hubertf <hubertf@NetBSD.org>

The game would show the statistic info and immediately prompt you with a new
question, so you lose time, etc. Added a few lines so that it prompts to
press the RETURN key to continue.

Code contribut

The game would show the statistic info and immediately prompt you with a new
question, so you lose time, etc. Added a few lines so that it prompts to
press the RETURN key to continue.

Code contributed by Vic Hari <vkhr@rawsocket.net> in PR 16135

show more ...


# 668a4dd9 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 57bae045 05-Feb-2001 christos <christos@NetBSD.org>

fix nested extern


# f9eca697 08-May-2000 mycroft <mycroft@NetBSD.org>

Use setgid(), not setregid().


# 48a5c3ef 14-Apr-2000 simonb <simonb@NetBSD.org>

Don't declare 'extern opt*' getopt variables.


# dceb2464 17-Jul-1999 hubertf <hubertf@NetBSD.org>

This patch (a) makes arithmetic(6) revoke any setgid privileges it got
from dm; (b) marks an unused parameter as such.

Submitted in PR 8014 by Joseph Myers <jsm28@cam.ac.uk>


# 4e418728 14-Sep-1998 hubertf <hubertf@NetBSD.org>

constify, as per PR#6136 by Joseph Myers <jsm28@cam.ac.uk>


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

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


# 75a6e035 03-Feb-1998 perry <perry@NetBSD.org>

change includes to fix compiler warning


# 2aac8873 15-Oct-1997 is <is@NetBSD.org>

Make compiler happy.


# 3e66e415 10-Oct-1997 lukem <lukem@NetBSD.org>

getopt returns -1 not EOF


# ff14dd5a 09-Oct-1997 lukem <lukem@NetBSD.org>

KNFify, WARNSify, use errx(), clean up .Nm in manpage


# 04b0ab53 21-Mar-1996 jtc <jtc@NetBSD.org>

Be pedantic, main() returns int in Standard C.


# 1d8bbe81 21-Mar-1995 cgd <cgd@NetBSD.org>

clean up import.


# e6371e01 28-Feb-1995 jtc <jtc@NetBSD.org>

change <sys/signal.h> to <signal.h>


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

Add RCS identifiers.


12