summaryrefslogtreecommitdiffstats
path: root/games/cribbage
Commit message (Collapse)AuthorAgeFilesLines
* -Wall fixes.billf1999-12-123-6/+5
|
* 1. Don't overwrite scorefiles if they already exist.billf1999-12-101-0/+3
| | | | | | | PR: bin/13068 Submitted by: Dominic Mitchell <Dom.Mitchell@palmerharvey.co.uk> 2. Sprinkle $FreeBSD$ around.
* copyright/sccsid/rcsid cleanup.billf1999-11-307-11/+29
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-165-52/+52
|
* Add $FreeBSD$billf1999-11-165-0/+10
|
* Avoid ambigious if() if() else().billf1999-09-072-3/+6
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-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
* 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).
* Convert to random()ache1997-09-242-8/+6
|
* Remove setuid, priveledges already revoked early in the right wayache1997-09-241-4/+0
|
* Do not swap uids on log writting but open it first, then revokeache1997-09-241-6/+6
| | | | Simplify revoke
* Beforeinstall scorefile to prevent it owned by first user whoache1997-09-241-0/+2
| | | | run the game
* Many places in the code NULL is used in integer context, wherephk1997-09-182-15/+15
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Change games from setuid games to setgid games.eivind1997-09-011-0/+6
| | | | | Reviewed by: maybe@yes.no Obtained from: OpenBSD (mostly deraadt@openbsd.org)
* Add setuid() before running the pager - from the code audit.eivind1997-02-231-0/+4
| | | | Submitted by: Mark Huizer <xaa@stack.nl>
* 444 -> ${NOBINMODE}wosch1997-02-091-2/+2
| | | | | /usr/share -> ${SHAREDIR} /usr/games -> ${BINDIR}
* Change `install' to `${INSTALL}' so that default install flags can bebde1995-07-251-1/+1
| | | | specified in the top level Makefiles.
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* Change all references to LIBTERM and -ltermlib to LIBTERMCAP and -ltermcaprgrimes1994-09-111-2/+2
|
* Bring in the 4.4 Lite games directory, modulo man page changes and segregationjkh1994-09-0414-0/+2936
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