aboutsummaryrefslogtreecommitdiff
path: root/games/number
Commit message (Collapse)AuthorAgeFilesLines
* -Wall fixes.Bill Fumerola1999-12-121-2/+3
| | | | Notes: svn path=/head/; revision=54468
* copyright/sccsid/rcsid cleanup.Bill Fumerola1999-11-301-3/+5
| | | | Notes: svn path=/head/; revision=53920
* Fix breakage by previous commit.Marcel Moolenaar1999-11-161-1/+1
| | | | Notes: svn path=/head/; revision=53215
* Sync our register usage with NetBSD's (non-)usage.Bill Fumerola1999-11-161-7/+7
| | | | Notes: svn path=/head/; revision=53210
* Add $FreeBSD$Bill Fumerola1999-11-161-0/+2
| | | | Notes: svn path=/head/; revision=53209
* $Id$ -> $FreeBSD$Peter Wemm1999-08-271-1/+1
| | | | Notes: svn path=/head/; revision=50472
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
| | | | | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde Notes: svn path=/head/; revision=48793
* Wargh! Who went and changed all the getopt() comparisons from -1 toJordan K. Hubbard1998-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). Notes: svn path=/head/; revision=33937
* Fix a core dump caused by negative numbers.Steve Price1998-02-261-0/+1
| | | | | | | | PR: 5858 Submitted by: Max Euston <meuston@jmrodgers.com> Notes: svn path=/head/; revision=33856
* Remove so-called revoke, this game not installed sguidAndrey A. Chernov1997-09-011-4/+0
| | | | Notes: svn path=/head/; revision=29015
* Change games from setuid games to setgid games.Eivind Eklund1997-09-011-0/+4
| | | | | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org) Notes: svn path=/head/; revision=28979
* Man page is .6, not .0 - crept in from Lite2Peter Wemm1997-03-121-1/+1
| | | | Notes: svn path=/head/; revision=23759
* Merge from Lite2 (oops, nearly forgot these ones)Peter Wemm1997-03-111-2/+3
| | | | Notes: svn path=/head/; revision=23726
* Import some CSRG 4.4BSD-Lite2 gamesPeter Wemm1997-03-111-1/+1
| | | | Notes: svn path=/vendor/games/dist/; revision=23704
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8856
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationJordan K. Hubbard1994-09-043-0/+357
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 Notes: svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=2490