summaryrefslogtreecommitdiffstats
path: root/games/number/number.c
Commit message (Collapse)AuthorAgeFilesLines
* Add static keywords to variables and functions where possible in games/.ed2011-11-051-12/+11
| | | | | This allows us to detect unused functions and variables and allows the compiler to do a better job at optimisation.
* Remove the third clause for the Berkeley parts of games, per theimp2010-02-151-5/+1
| | | | letter in /COPYRIGHT.
* Use ANSI C function declarations.ed2009-12-291-11/+5
|
* Make number(6) build with WARNS=6.ed2009-10-131-4/+2
|
* Sync program's usage() with manpage's SYNOPSIS.ru2005-02-091-1/+1
|
* Fixed a mispelling of 0 as NULL.bde2004-03-141-1/+1
|
* Remove __Pimp2002-02-181-6/+6
| | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
* -Wall fixes.billf1999-12-121-2/+3
|
* copyright/sccsid/rcsid cleanup.billf1999-11-301-3/+5
|
* Fix breakage by previous commit.marcel1999-11-161-1/+1
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-161-7/+7
|
* Add $FreeBSD$billf1999-11-161-0/+2
|
* Wargh! Who went and changed all the getopt() comparisons from -1 tojkh1998-03-011-1/+1
| | | | | | | 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).
* Fix a core dump caused by negative numbers.steve1998-02-261-0/+1
| | | | | PR: 5858 Submitted by: Max Euston <meuston@jmrodgers.com>
* Remove so-called revoke, this game not installed sguidache1997-09-011-4/+0
|
* Change games from setuid games to setgid games.eivind1997-09-011-0/+4
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Merge from Lite2 (oops, nearly forgot these ones)peter1997-03-111-2/+3
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-041-0/+291
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
OpenPOWER on IntegriCloud