summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)Author
2013-06-02Correct obviously exchanged labels in the "computer warpcost" output andIngo Schwarze
fix a typo in a comment; from <Ted dot Roby at gmail dot com> on tech@.
2013-05-09teenagers from *outer* space ("they blast the flesh off hunmans!");Jason McIntyre
2013-04-05this doesn't need to be time_t ok deraadtTed Unangst
2013-02-18typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively;Jason McIntyre
2013-02-10typo; fix from patrick keshishianJason McIntyre
2013-01-17macro fixes;Jason McIntyre
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2012-11-24grammar fix; from Chris Petrik, freebsd pr 173868Jason McIntyre
2012-11-17pjanzen spotted that my previous commit mistakenly omitted anotherJason McIntyre
spelling fix;
2012-11-16two spelling fixes; from John-Mark Gurney (freebsd -r243048);Jason McIntyre
2012-06-20typo; netbsd -r1.10Jason McIntyre
2012-05-27make both -d options format the same, and zap that annoying full stopJason McIntyre
2012-05-27Use an en-dash for 20-200, escape - used as arithmetic symbol.Stuart Henderson
Same as jmc's tweaks for rain(6).
2012-05-27Update for new -d default; tweaks+ok jmc@Stuart Henderson
2012-05-27Teach rain(6) to calculate terminal delays in the same way as worms(6),Stuart Henderson
rather than use a default which totally floods the network if run over ssh. Discussed with matthieu@ martynas@, ok matthieu@
2012-05-24typosMiod Vallat
2012-03-04In preparation for getline and getdelim additions to libc, rename getline()Federico G. Schwindt
occurrences to get_line(). Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
2011-12-28Add HISTORY section and more information regarding AUTHORS.Ingo Schwarze
Feedback and ok Eric Allman (via Kirk McKusick, thanks!), ok jmc@ sobrado@.
2011-12-04Fix grammar and spelling in a Latin fortune.Pascal Stumpf
ok jmc@
2011-11-20grammar fix, from jnemeth@netbsd (-r1.48);Jason McIntyre
2011-11-19+Cn:112:(285):CoperniciumJason McIntyre
from pjanzen
2011-11-06union wait is dead, ancient history; stop using itPhilip Guenthe
ok deraadt@
2011-10-06some presidential updates, from pjanzen;Jason McIntyre
2011-09-03make -column lists pretty again;Jason McIntyre
specifically, rewrite them to permit some markup in the column headers, and use "Ta" instead of literal tabs; mandoc does not currently match groff 100%, but a mandoc fix may be some time off, and we've gone enough releases with poorly formatting column lists. in some cases i have rewritten the lists as -tag, where -column made little sense.
2011-07-03no more rogue(6);Jason McIntyre
2011-07-03Remove rogue. Its license is not acceptable for our tree; beenMartynas Venckus
unlinked from the builds for 8 years. I've been talking with the author 2 years ago, he didn't release a proper license. It's clear that the issue won't be resolved. OK tedu@.
2011-06-23switch to installing source manuals (base part)Ingo Schwarze
discussed with lots of people, tested by naddy@, "move fast" deraadt@
2011-06-23delete unused stupid code; Daniel DickmanTheo de Raadt
2011-06-20Do not compare a `char' variable to EOF, which does not fit if `char' defaultsMiod Vallat
to unsigned (e.g. arm, powerpc); ok guenther@ matthew@ looks good deraadt@
2011-06-10typo; from Doug Barton (freebsd r222890)Jason McIntyre
2011-05-16some spelling fixes from Lucas De Marchi, via freebsd;Jason McIntyre
2011-04-25Fix "-d delay" option and convert to use strtonum()Todd C. Miller
OK martynas@ a while ago.
2011-04-03Hide the cursor during game. From NetBSD.David Coppa
OK nicm@
2011-03-16Use the help pager code, but repair it in various ways.Theo de Raadt
(I had to fix the $PAGER support beyond the patch supplied by Simon) from Simon.Nicolussi@student.uibk.ac.at
2011-01-24In roff, the escape sequence \: is an optional line break,Ingo Schwarze
so escape a literal non-punctuation colon correctly as \&:. Required for correct formatting with groff-1.20.1 and Heirloom troff; strangely, groff-1.15 and mandoc have the same bug here, hiding the error. "fine" jmc@ While here, change .Dq to .Sq which looks better for single-character quoting, as suggested by jmc@.
2011-01-03- plug mem leak.Jasper Lievisse Adriaanse
ok chl@
2010-12-15as of 1989, fread/fwrite take void *, so there's no need to cast to char *.Ted Unangst
2010-11-03fix errx() usage.David Coppa
OK henning@
2010-10-29remove the "-*- nroff -*-" lines;Jason McIntyre
2010-09-19put HISTORY in the right place;Jason McIntyre
2010-09-04Update 'Fastest Defeat In Chess' fortune, trying to dispel GibaudKenneth R Westerback
- Lazard 1924 myth. prompted by and ok jmc@
2010-07-31fix a capitalisation error;Jason McIntyre
2010-07-26fix the Cecil Beaton quote; from Rob Farmer, freebsd pr #148916Jason McIntyre
2010-07-20sub-function needs const, tooTheo de Raadt
2010-07-15More delimiters that need quoting inside macros, hunted down by jmc@,Ingo Schwarze
who asked me to commit because he is just running out of the door.
2010-07-02update to modern regex code and remove libcompat. ok deraadt phesslerTed Unangst
2010-05-10Rename use of some builtins that makes gcc4 warn.Nicholas Marriott
ok millert
2010-04-30shuffle some things around to deal with incomplete typesJonathan Gray
gcc4 gets upset about. based on suggestions from miod@, ok millert@
2010-04-08some minor repair, from kristaps;Jason McIntyre
2010-03-26dispense with some wacky escape sequences;Jason McIntyre