summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* More .mk file fallout. *sigh*mycroft2000-01-231-2/+2
|
* Add manpage wargames(6), contributed by Joey Hess <joeyh@kitenet.net>.jsm2000-01-232-1/+51
| | | | | No special formatting used for the movie name for now, following discussion on tech-userlevel suggesting that at present there's nothing really appropriate.
* Nuke `extern int errno;' in code we compile with -Wstrict-prototypes. We getmycroft2000-01-212-6/+4
| | | the correct definition from errno.h.
* Clean up error reporting in tetris.jsm2000-01-212-11/+7
|
* Fix high score table formatting bug.jsm2000-01-211-3/+2
| | | Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Improve snscore error handling.jsm2000-01-211-4/+7
|
* Report scores as auto-bot or not correctly.jsm2000-01-201-3/+3
| | | Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Ensure correct prompt asking about another game is given at the end ofjsm2000-01-191-2/+3
| | | | | each game. Bug report and fix from Malcolm Parsons <malcolm@bits.bris.ac.uk>.
* Typo fix in unknown option message (from Malcolm Parsonsjsm2000-01-191-3/+3
| | | <malcolm@bits.bris.ac.uk>).
* Remove definition of __cputchar.jsm2000-01-191-9/+2
|
* Define and use MAXRANDOM instead of LONG_MAX.jsm2000-01-181-5/+7
|
* Remove unnecessary casts, and add necessary ones for printf arguments.jsm2000-01-131-6/+6
|
* Change __GCC__ to __GNUC__.jsm2000-01-131-3/+3
|
* Remove obsolete NO_VOID conditional.jsm2000-01-131-6/+2
|