summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* More include additions for exit, abs, strcmp, etc.matt2000-07-0320-39/+60
|
* Offered horse brutality to a previously incorrect RHPS quote.mason2000-06-301-2/+2
|
* Make this produce local objects with .lo suffix.matt2000-06-201-8/+8
|
* NetBSD: Ports to * boards.scw2000-06-141-0/+3
|
* Don't make /var/games/sail here.mycroft2000-06-111-8/+1
|
* Remove one of mine that really wasn't very good, and add:jwise2000-06-071-3/+2
| | | NetBSD: abandon all hype, oh ye who enter here.
* Fix core dump.blymn2000-05-241-2/+2
|
* Fix coredump on start.blymn2000-05-241-3/+3
|
* Converted games to use the new termcap interface.blymn2000-05-224-32/+70
|
* * Fix termcap handling to use the new interface to avoid bufferblymn2000-05-201-62/+43
| | | | overflows with extended termcap entries. * Made delay_output use usleep instead of the grungy tgoto hack it had.
* Fix typo, pointed out by seebs@plethora.net in PR bin/10131.hubertf2000-05-171-1/+1
|
* Use setgid(), not setregid().mycroft2000-05-0826-78/+78
|
* NetBSD - because Unix isn't just #include <linux.h>, i386, ELF, ...!pooka2000-05-021-0/+4
|
* Cast pointer diffs to long for printing with %ld.thorpej2000-04-271-3/+3
|
* Cast pointer difference to long when printing w/ %ld.thorpej2000-04-271-3/+3
|
* Clear to end of line on the correct window.jdc2000-04-271-3/+3
|
* Fix arguments to *printw().jdc2000-04-275-21/+22
|
* While everyone's beating up on rot13 - use 'exec' to loose the shellsimonb2000-04-241-2/+2
| | | process.
* $* -> "$@", not that it does anything. yet.perry2000-04-241-2/+2
|
* keep it simple.perry2000-04-241-4/+2
|
* HOST_CC -> HOST_LINK.cpk2000-04-242-4/+4
|
* Don't rely upon /usr/games being in PATH, include it explicitly.hubertf2000-04-241-1/+3
| | | Fixes PR 9968 by yyrkoo@imrryr.org.
* Don't declare 'extern opt*' getopt variables.simonb2000-04-144-16/+8
|
* Greatly simplify these by using <bsd.hostprog.mk>. Should do the samesimonb2000-04-143-50/+14
| | | | for games/hack and games/monop and a few other places, but that requires making subdirs for the tools. One day...
* Curses works - define USE_CURSES for BSD44 and don't try to do our ownsimonb2000-04-131-2/+2
| | | thing (using curses internal data structures anyway!).
* Missing word. From Paul Janzen.soren2000-04-111-4/+4
|
* Don't insert leading 0s in the score display. (HI CHRISTOS!)mycroft2000-04-091-4/+4
|
* Correct capital of the Philippines, allow usual spelling of Jakartajsm2000-04-091-3/+3
| | | | | and prefer the usual name of Cambodia to Khmer. Problems reported by Robert Vollmert <rvollmert@gmx.net>.
* Tyop fix.jwise2000-04-061-1/+1
|
* Fix two ubiquitous operator precedence error of typejdolecek2000-03-301-3/+3
| | | | bar = foo + (cond) ? x : y. Patch sent by John Darrow in bin/9698.
* Use an equal probability single draw algorithm to get card from deck.tron2000-03-281-17/+19
| | | Patch supplied by John Darrow in PR bin/9651.
* Fix doubled 'the'.soren2000-03-131-3/+3
|
* Fix doubled 'the's.soren2000-03-133-10/+10
|
* Fix doubled 'the'.soren2000-03-131-2/+2
|
* Fix doubled 'the' in comment.soren2000-03-131-3/+3
|
* Include <sys/param.h> for MAXHOSTNAMELEN.kleink2000-03-021-2/+3
|
* POSIX.2: Ignore a null PAGER as well.kleink2000-03-021-3/+5
|
* Fix .Nm usage.enami2000-03-021-2/+2
|
* Fix wrong reference to trek documentationhubertf2000-03-011-2/+2
| | | Submitted in PR bin/9514 by Thilo.Manske@HEH.Uni-Oldenburg.DE
* fix tyopjwise2000-02-271-2/+2
|
* NetBSD: We come in peace. We offer reliability.pooka2000-02-151-1/+4
| | | + correct a typo
* NetBSD: We don't negotiate with terrorists.pooka2000-02-121-0/+3
|
* avoid failure on "make install" when /var/games/sail already exists.itojun2000-02-121-2/+2
|
* Add Chris Baird's email address per his requestpooka2000-02-101-1/+1
|
* Fix insecure /tmp usage in sail.jsm2000-02-098-29/+72
| | | | | Essentially concludes the merge into NetBSD of those changes in the Linux port of the NetBSD games which it is fairly clear to me should be so merged.
* Add NetBSD slogans for fortune database.pooka2000-02-062-4/+540
|
* Don't initialise curses until after the initial non-curses setup (thejsm2000-01-312-8/+8
| | | choice of scenario uses puts() rather than curses functions).
* need an ${.OBJDIR} nowdrochner2000-01-251-2/+1
|
* More .mk file fallout. *sigh*mycroft2000-01-232-4/+4
|
* Get the build ordering right for dependall.mycroft2000-01-231-1/+2
|