summaryrefslogtreecommitdiffstats
path: root/games/sail
Commit message (Collapse)AuthorAgeFilesLines
* Drop support for COPY, -c has been the default mode of install(1)ru2002-07-291-1/+1
| | | | | | for a long time now. Approved by: bde
* s/${INSTALL} -c/${INSTALL} ${COPY}/ru2002-07-181-1/+1
|
* Use POSIX macros for wait(2)-style status information instead of themike2002-06-031-2/+2
| | | | | deprecated 4.2/4.3BSD wait union. Fix some nearby pid_t/int confusion.
* Backout recent typo "fix". I've been enlightened that it's an obsoleteschweikh2002-05-311-1/+1
| | | | | | and rare synonym for indomitable (from the French indomptable) Requested by: "Jacques A. Vidrine" <nectar@FreeBSD.org>
* Typo: s/Indomptable/Indomitable/schweikh2002-05-311-1/+1
| | | | MFC after: 3 weeks
* Remove __Pimp2002-02-181-3/+3
| | | | | | Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
* Remove whitespace at EOL.dd2001-07-151-31/+31
|
* Eliminate troff(1) warnings.ru2001-07-121-1/+1
|
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-261-0/+1
| | | | - MAN[1-9] -> MAN.
* Set the default manual section for games/ to 6.ru2001-03-201-1/+0
|
* Compare initscr to NULL not ERR. Add FreeBSD tag.dwmalone2001-03-051-2/+3
| | | | PR: 19044
* Remove unneded -ltermcap or -lmytinfoache2000-09-161-2/+2
|
* 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-3023-37/+93
|
* Fix breakage in previous commit.marcel1999-11-169-17/+17
|
* Sync our register usage with NetBSD's (non-)usage.billf1999-11-1618-131/+131
|
* Add $FreeBSD$billf1999-11-1618-0/+36
|
* Avoid ambigious if() if() else().billf1999-09-074-12/+24
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Forgot to remove these files with the NetBSD games cleanups.steve1999-04-204-20/+0
|
* Merge a bunch of cleanups from NetBSD.steve1999-04-192-3/+4
| | | | | | PR: 8083 Submitted by: Stephen J. Roznowski <sjr@home.net> Obtained from: a whole slew of NetBSD PRs
* Fixed printf format errors. Didn't fix gross homemade varargs functionbde1998-06-301-1/+1
| | | | | Write(). Pointers are passed to it as longs, but it expects them to be passed as ints. The alpha non-fixes made this worse.
* Cast pointers to long instead of int.jb1998-05-094-9/+9
|
* Add #include string.h to get prototypes.jb1998-05-093-0/+3
|
* *** empty log message ***peter1998-04-273-11/+11
|
* Remove bogus declaration of calloc() that broke the build. Test, folks,jkh1997-09-261-1/+0
| | | | test!
* Use srandomdevache1997-09-242-2/+3
|
* Beforeinstall logfile to prevent it owned by first user who run the gameache1997-09-241-0/+4
|
* Fix sizeof/strlen typo and limit scanf length.eivind1997-02-231-2/+2
| | | | scanf spotted by: Aarn Bornstein <aaronb@j51.com>
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Buffer overflow from OpenBSDimp1997-02-091-10/+10
| | | | | | | | 1.3 deraadt: buf oflow, felix@mamba.pond.sub.org Obtained from: OpenBSD Not sure how to exploit this, but may be a backmerge candidate.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-051-1/+2
|
* Truncate the fgets() return properly.jkh1995-12-281-1/+2
|
* gets -> fgetsdima1995-12-271-1/+1
| | | | Submitted by: fn@@pain.csrv.uidaho.edu
* Remove trailing whitespace.rgrimes1995-05-305-7/+7
|
* 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-0434-0/+6513
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