History log of /freebsd-10.1-release/games/number/number.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 227101 05-Nov-2011 ed

Add static keywords to variables and functions where possible in games/.

This allows us to detect unused functions and variables and allows the
compiler to do a better job at optimisation.


# 203932 15-Feb-2010 imp

Remove the third clause for the Berkeley parts of games, per the
letter in /COPYRIGHT.


# 201176 29-Dec-2009 ed

Use ANSI C function declarations.


# 198021 13-Oct-2009 ed

Make number(6) build with WARNS=6.


# 141581 09-Feb-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 126954 14-Mar-2004 bde

Fixed a mispelling of 0 as NULL.


# 90828 18-Feb-2002 imp

Remove __P
Remove __STDC__ (which means we now use stdarg rather than vararg)
Remove register
Remove main prototype


# 54468 12-Dec-1999 billf

-Wall fixes.


# 53920 30-Nov-1999 billf

copyright/sccsid/rcsid cleanup.


# 53215 16-Nov-1999 marcel

Fix breakage by previous commit.


# 53210 16-Nov-1999 billf

Sync our register usage with NetBSD's (non-)usage.


# 53209 16-Nov-1999 billf

Add $FreeBSD$


# 33937 01-Mar-1998 jkh

Wargh! Who went and changed all the getopt() comparisons from -1 to
EOF? The getopt(3) manpage clearly states that the return value is *-1*,
not EOF! Besides, getopt(3) isn't reading from a file. :)

Noticed-while: merging to 2.2 (where this is correct).


# 33856 26-Feb-1998 steve

Fix a core dump caused by negative numbers.

PR: 5858
Submitted by: Max Euston <meuston@jmrodgers.com>


# 29015 01-Sep-1997 ache

Remove so-called revoke, this game not installed sguid


# 28979 31-Aug-1997 eivind

Change games from setuid games to setgid games.

Reviewed by: maybe@yes.no
Obtained from: OpenBSD (mostly deraadt@openbsd.org)


# 23726 11-Mar-1997 peter

Merge from Lite2 (oops, nearly forgot these ones)


# 8856 30-May-1995 rgrimes

Remove trailing whitespace.


# 2491 04-Sep-1994 jkh

This commit was generated by cvs2svn to compensate for changes in r2490,
which included commits to RCS files with non-trunk default branches.


# 2490 04-Sep-1994 jkh

Bring in the 4.4 Lite games directory, modulo man page changes and segregation
of the x11 based games. I'm not going to tag the originals with bsd_44_lite
and do this in two stages since it's just not worth it for this collection,
and I've got directory renames to deal with that way. Bleah.
Submitted by: jkh