summaryrefslogtreecommitdiffstats
path: root/games
Commit message (Collapse)AuthorAgeFilesLines
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-147-7/+7
| | | | | | | | 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.
* Fix some typos and remove a couple of duplicatempp1997-01-082-24/+2
| | | | | | fortunes. Closes PR#s 2358 and 2402. Submitted by: John-Mark Gurney <gurney_j@efn.org>
* Use ${COPY} instead of -c for installing non-source files.bde1997-01-011-8/+8
|
* comma police for section SEE ALSOwosch1996-12-221-1/+2
| | | | Sponsored by: Vin de Pays de l'Aude
* Correct the location of the trek documentation in thempp1996-12-141-1/+1
| | | | SEE ALSO section of the man page. Closes PR# 2009.
* Fixed extra columns in output for input lines with leading spaces.bde1996-12-131-1/+3
|
* Made `setup' depend on libraries.bde1996-12-131-1/+1
|
* Fixed missing declaration of malloc().bde1996-12-131-1/+2
|
* Hack around misuse of reserved names `clock' and and `time' in a differentbde1996-12-131-4/+6
| | | | | | way. Defining KERNEL before including <sys/time.h> broke when "opt_cpu.h" was included in a deeply nested header, except in -current where the problem is masked by a namespace pollution bug in <stdio.h>.
* Remove bogus declaration of malloc(). Closes PR#2197jkh1996-12-131-1/+0
|
* Fix minor typo/grammatical errorgpalmer1996-11-221-1/+1
| | | | Submitted by: John-Mark Gurney <jmg@nike.efn.org> in PR 2085
* If not on a tty, don't do "--more--" processing. Someday, I will getjkh1996-11-071-0/+2
| | | | rogomatic to work with this version. :)
* Uncomment static from collate_range_cmp, no more in locale.hache1996-10-311-1/+1
|
* Replace collate_range_cmp call with its codeache1996-10-311-0/+17
|
* Install the rumors file.jkh1996-10-191-0/+2
| | | | | Submitted-By: koshy@india.hp.com Closes-PR#: 1883
* Set the effective user id to that of the real user id whenalex1996-10-151-0/+13
| | | | saving/restoring a game (necessary when adventure is invoked via dm).
* delete doubled words, e.g.: "the the" -> "the"wosch1996-10-052-2/+5
|
* Eliminated includes of the "temporary" backwards compatibility headerbde1996-09-241-6/+2
| | | | | | <sys/dir.h> in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones.
* Fixed annoying non-null output for `make depend'. SRCS should onlybde1996-09-221-4/+4
| | | | | | | | be used for C, C++ and assembler sources if <bsd.prog.mk> is included. It was used for general files. This caused the __depend_* lists in <bsd.dep.mk> to be empty, so mkdep was never run, so .depend never existed, so it was always out of date, so `rm -f .depend' was always executed to update it.
* Fixed DPADD.bde1996-09-052-2/+2
|
* Convert to newly aded collate compare functionache1996-08-121-32/+3
|
* Pick collate info tooache1996-08-121-1/+1
|
* Correctly declare main() as `int'.joerg1996-07-171-6/+10
| | | | | | Closes PR # bin/1385: /usr/games/pom, invalid de... Submitted by: zach@freebsd.gaffaneys.com (Zach Heilig)
* Bring in my changes for removing the pestilent obj links (unless youjkh1996-06-241-4/+4
| | | | | really want them) from /usr/src. This is the final version of the patches, incorporating the feedback I've received from -current.
* Handle sorting in better wayache1996-06-091-16/+34
|
* Activate collateache1996-06-051-1/+1
|
* Backed out yacc changes.bde1996-06-032-3/+3
|
* Use new yacc rule.phk1996-05-302-3/+3
|
* Fix -f modeache1996-05-281-14/+27
| | | | Fix freeing of wrong pointer
* -Wall cleanupache1996-05-272-17/+13
| | | | Remove unneded function
* Localize it.ache1996-05-279-130/+130
| | | | | | | off_t -> long. Install strfile & unstr -Wall cleanup Fix matching bug with offensive database
* Find caesar and strfile properly.ache1996-05-272-12/+23
| | | | Generate .dat files on build state
* Use valid ctype range now.ache1996-05-274-16/+24
| | | | | | Includes cleanup Misc. cleanup Use absolute path in rot13 wrapper.
* Applied patch to close PR#bin/199scrappy1996-05-261-2/+5
| | | | Submitted by: Toshihiro Kanda <candy@kgc.co.jp>
* The Makefile assumed that builder had '.' in it's path, which is anate1996-05-152-229/+6
| | | | | | | | | security hole for root. Fix this oversight and clean up the build of 'hack.onames.h' which should be built everytime. Tested with/without obj directories and .depend files. Noticed by: "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
* Correct some man page cross references and file location references.mpp1996-04-071-1/+1
|
* add missing include fileswosch1996-03-138-0/+10
|
* Correct man page section number references (e.g. don't use thempp1996-02-111-1/+1
| | | | | old 1M, 3X and 3S section numbers) and make some minor formatting changes to silence manck.
* Correct some man page cross references and some filempp1996-02-052-5/+5
| | | | locations.
* Add some missing manual page links.mpp1996-02-022-0/+2
|
* Fix even more spelling errors in some more man pages.mpp1996-01-302-3/+3
|
* This commit was generated by cvs2svn to compensate for changes in r13122,peter1995-12-3099-5894/+0
| | | | which included commits to RCS files with non-trunk default branches.
* recording cvs-1.6 file deathpeter1995-12-305-2394/+0
|
* Truncate the fgets() return properly.jkh1995-12-281-1/+2
|
* gets -> fgetsdima1995-12-271-1/+1
| | | | Submitted by: fn@@pain.csrv.uidaho.edu
* Spell a German fortune correctly.joerg1995-12-273-9/+9
|
* 1) Remove the subdir x11/ from the build. xneko and xroach are ports now.markm1995-12-221-4/+1
| | | | 2) Add $Id$
* gets() -> fgets()jkh1995-12-011-1/+1
|
* gets() -> fgets(). I'm tired of looking at the compiler messages!jkh1995-12-011-6/+6
|
* Prototype atof() so that the -speed option works. Closes bin/733.asami1995-09-231-1/+4
| | | | Submitted by: candy@fct.kgc.co.jp (Toshihiro Kanda)
OpenPOWER on IntegriCloud