| History log of /src/games/arithmetic |
| Revision | Date | Author | Comments |
| 1.4 | 21-Mar-1995 |
cgd | clean up import.
|
| 1.3 | 22-Dec-1994 |
cgd | specify man pages the new way.
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 21-Mar-1995 |
cgd | from Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.12 | 11-Mar-2009 |
joerg | Fix markup
|
| 1.11 | 07-Aug-2003 |
agc | branches: 1.11.40; Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22269, verified by myself.
|
| 1.10 | 26-Apr-2003 |
wiz | Use .Nm instead of "arithmetic" in one place. From jmc@openbsd.
|
| 1.9 | 26-Sep-2002 |
wiz | Lots of minor fixes resulting from reading these man pages in detail.
|
| 1.8 | 02-Apr-2001 |
wiz | Whitespace and/or punctuation fixes.
|
| 1.7 | 22-Mar-1999 |
garbled | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, so we shouldn't override it with versions in the manpages. Many more to come.
|
| 1.6 | 28-Apr-1998 |
fair | Fix man to mdoc conversion mistakes, mostly of the form ^\.[A-Z][A-Z]
|
| 1.5 | 09-Oct-1997 |
lukem | KNFify, WARNSify, use errx(), clean up .Nm in manpage
|
| 1.4 | 21-Mar-1995 |
cgd | clean up import.
|
| 1.3 | 05-Aug-1993 |
jtc | Update to use new -mandoc macros.
|
| 1.2 | 01-Aug-1993 |
mycroft | Add RCS indentifiers.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 21-Mar-1995 |
cgd | from Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.11.40.1 | 13-May-2009 |
jym | Sync with HEAD.
Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
|
| 1.27 | 19-Jun-2012 |
dholland | WARNS=5, and make WARNS=5 the default for src/games.
|
| 1.26 | 31-Aug-2011 |
plunky | branches: 1.26.2; NULL does not need a cast
|
| 1.25 | 27-Aug-2009 |
dholland | remove unnecessary casts
|
| 1.24 | 12-Aug-2009 |
dholland | sprinkle static
|
| 1.23 | 20-Jul-2008 |
lukem | Remove the \n and tabs from the __COPYRIGHT() strings.
|
| 1.22 | 15-Dec-2007 |
perry | branches: 1.22.6; convert __attribute__s to applicable cdefs.h macros
|
| 1.21 | 05-Nov-2004 |
dsl | branches: 1.21.16; Add (unsigned char) cast to ctype functions
|
| 1.20 | 27-Jan-2004 |
jsm | Remove uses of __P.
|
| 1.19 | 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22269, verified by myself.
|
| 1.18 | 31-Mar-2002 |
hubertf | 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
|
| 1.17 | 19-Feb-2001 |
cgd | convert to use getprogname()
|
| 1.16 | 05-Feb-2001 |
christos | fix nested extern
|
| 1.15 | 08-May-2000 |
mycroft | Use setgid(), not setregid().
|
| 1.14 | 14-Apr-2000 |
simonb | Don't declare 'extern opt*' getopt variables.
|
| 1.13 | 17-Jul-1999 |
hubertf | 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>
|
| 1.12 | 14-Sep-1998 |
hubertf | constify, as per PR#6136 by Joseph Myers <jsm28@cam.ac.uk>
|
| 1.11 | 13-Sep-1998 |
hubertf | mark non-returning functions (PR#6144 by Joseph Myers <jsm28@cam.ac.uk>)
|
| 1.10 | 03-Feb-1998 |
perry | change includes to fix compiler warning
|
| 1.9 | 15-Oct-1997 |
is | Make compiler happy.
|
| 1.8 | 10-Oct-1997 |
lukem | getopt returns -1 not EOF
|
| 1.7 | 09-Oct-1997 |
lukem | KNFify, WARNSify, use errx(), clean up .Nm in manpage
|
| 1.6 | 21-Mar-1996 |
jtc | Be pedantic, main() returns int in Standard C.
|
| 1.5 | 21-Mar-1995 |
cgd | clean up import.
|
| 1.4 | 28-Feb-1995 |
jtc | change <sys/signal.h> to <signal.h>
|
| 1.3 | 01-Aug-1993 |
mycroft | Add RCS identifiers.
|
| 1.2 | 18-Apr-1993 |
mycroft | Cleanup for GCC 2.
|
| 1.1 | 21-Mar-1993 |
cgd | branches: 1.1.1; Initial revision
|
| 1.1.1.2 | 21-Mar-1995 |
cgd | from Lite
|
| 1.1.1.1 | 21-Mar-1993 |
cgd | initial import of 386bsd-0.1 sources
|
| 1.21.16.1 | 09-Jan-2008 |
matt | sync with HEAD
|
| 1.22.6.1 | 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
| 1.26.2.1 | 30-Oct-2012 |
yamt | sync with head
|