summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* When a game ends that makes the top 10, the function insert_score inphk2001-05-231-1/+1
| | | | | | | | | | score.c is called to make the new score file. But the case for KFIRE (killed by fire) incorrectly uses strcpy instead of strcat (all the other cases use strcat). This puts the string in the wrong place and corrupts the score file. PR: 13278 Submitted by: Mark W. Krentel krentel@dreamscape.com
* s/Cthulu/Cthulhu/dcs2001-05-211-2/+2
| | | | | | | | Alas, the first one is a repeat in a slightly different format and ought to be removed (or the other copy). I'll leave that to more enterprising souls, though (Cthulhu loves enterprising souls). MFC after: 3 days
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-204-5/+8
| | | | MFC after: 1 week
* Silence WARNS=2 and BDECFLAGS on alpha and i386kris2001-05-203-1/+4
| | | | MFC after: 1 week
* %DCL-I-FORMATRIGHT, Format VMS error messages pedantically correct.imp2001-04-231-2/+2
|
* beforeinstall -> SCRIPTS.ru2001-04-072-8/+2
|
* Axe out duplicate.phk2001-03-281-15/+0
| | | | | | | Not to submitter: (I don't let Jordan use my axe) PR: 24782 Submitted by: Szilveszter Adam <sziszi@petra.hos.u-szeged.hu>
* Spelling fixes.phk2001-03-281-3/+3
| | | | | PR: 20474 Submitted by: Christian Weisgerber <naddy@mips.inka.de>
* Remove duplicate.phk2001-03-281-12/+0
| | | | | PR: 19670 Submitted by: Anton Berezin <tobez@tobez.org>
* Remove a duplicate piece of chalk.phk2001-03-282-4/+0
| | | | | PR: 23132 Submitted by: Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
* - Backout botched attempt to intoduce MANSECT feature.ru2001-03-2639-5/+40
| | | | - MAN[1-9] -> MAN.
* Lets spell the guys name correctly: s/Avogardo/Avogadro/wilko2001-03-231-1/+1
|
* Set the default manual section for games/ to 6.ru2001-03-2037-37/+16
|
* Compare initscr to NULL not ERR. Add FreeBSD tag.dwmalone2001-03-051-2/+3
| | | | PR: 19044
* setlocale(3) has been fixed to match POSIX standard:ru2001-03-022-4/+4
| | | | LC_ALL takes precedence over other LC_* envariables.
* Prepare for mdocNG.ru2001-02-261-1/+1
|
* Don't include "${.CURDIR}/../../Makefile.inc" explicitly. Doing so wasbde2001-02-213-3/+3
| | | | | | | | | | | a bogus no-op in the usual case where fortune/ is a subdir of games/ (since <bsd.prog.mk> does an equivalent include automatically if possible), but breaks building fortune when fortune/ is outside of the games/ tree (since the include was unconditional here). This fix depends on a previous fix for non-recursiveness of ../Makefile.inc (it didn't exist). PR: 25232
* Fixed style bug (bloat of a line length past 80 columns) in previous commit.bde2001-02-181-2/+2
|
* Correct typo.grog2001-02-151-1/+2
| | | | | | | | Submitted by: "James and Amanda" <jhar2gthr@yahoo.com> (well, ~James, anyway). Of necessity add $FreeBSD$. Required by: Precommit checks.
* Remove spurious '"'.phk2001-02-101-1/+1
| | | | | PR: 24979 Submitted by: Joseph Scott <joseph@randomnetworks.com>
* mdoc(7) police: Change -filled displays (which just happenru2001-02-072-4/+4
| | | | | | to be the same as -ragged in the current implementation) to -ragged. With mdocNG, -filled displays produce the correct output, formatted and justified to both margins.
* mdoc(7) police: correct .Dd, add missing .El.ru2001-02-061-1/+2
|
* mdoc(7) police: .Xr name -> .Nmru2001-02-061-1/+1
|
* mdoc(7) police: correct .Dd format.ru2001-02-061-1/+1
|
* Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
| | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* Fix typo: seperate -> separate.asmodai2001-02-061-1/+2
| | | | | | | | Seperate does not exist in the english language. Also add $FreeBSD$ Submitted to look at by: kris
* Unfortunately low-altitude overflights is not enough to make penguins crash.phk2001-02-022-0/+36
|
* Correct spelling of foresight.dwmalone2001-01-251-1/+1
| | | | | PR: 24637 Submitted by: Christopher Rued <christor@ug.cs.sunysb.edu>
* mdoc(7) police: fixed a few bogons.ru2001-01-251-12/+12
|
* man(7) -> mdoc(7)phantom2001-01-251-62/+63
|
* Give morse(6) own manual page since common manpage for bcd(6), ppt(6) andphantom2001-01-254-136/+180
| | | | morse(6) was mostly dedicated to morse(6)
* Remove never used home-born implementation of curses library from sourcephantom2001-01-254-846/+5
| | | | tree.
* Prepare for mdoc(7)NG.ru2000-12-195-7/+12
|
* Remove a duplicate fortune.phk2000-12-181-3/+0
| | | | | PR: 21629 Submitted by: Sean C. Farley <sean-freebsd@farley.org>
* mdoc(7) police: added missing .Os call.ru2000-12-141-0/+1
|
* mdoc(7) police: use canonical form of .Dd macro.ru2000-12-111-1/+1
|
* Eliminate groff(1) and tbl(1) warnings.ru2000-11-281-35/+18
|
* Constifykris2000-11-261-1/+1
|
* Format string auditingkris2000-11-263-4/+4
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-2014-35/+37
|
* mdoc(7) police: Nm is a must in the NAME section.ru2000-11-171-4/+5
|
* mdoc(7) police: use certified section headers wherever possible.ru2000-11-171-1/+1
|
* Avoid use of direct troff requests in mdoc(7) manual pages.ru2000-11-102-3/+2
|
* Correct a bignum.grog2000-10-311-1/+1
| | | | | Detected-by: lang/clisp Approved-by: jkh
* Make the -d option actually work.alex2000-10-281-0/+2
| | | | | | | Today fast terminals are usually the default. PR: 21634 Submitted by: Eric S. Van Gyzen <eric@vangyzen.net>
* Remove one other dup.dwmalone2000-10-121-4/+0
|
* Remove some duplicated Dijkstra quotes and add a new one.dwmalone2000-10-121-14/+4
| | | | Approved by: jkh
* Add an amusing spoonerism.kris2000-10-101-0/+2
| | | | | Submitted by: Benno Rice <benno@hiro.netizen.com.au> Approved by: jkh
* Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and therebywollman2000-10-101-0/+2
| | | | <time.h>).
* Format string paranoia.kris2000-10-081-3/+3
|
OpenPOWER on IntegriCloud