summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* typo fix; from pgoyette, netbsd -r1.15 and -r1.11, respectively;jmc2013-02-182-2/+2
* typo; fix from patrick keshishianjmc2013-02-101-1/+1
* macro fixes;jmc2013-01-172-8/+8
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-055-12/+5
* grammar fix; from Chris Petrik, freebsd pr 173868jmc2012-11-241-1/+1
* pjanzen spotted that my previous commit mistakenly omitted anotherjmc2012-11-171-1/+1
* two spelling fixes; from John-Mark Gurney (freebsd -r243048);jmc2012-11-161-2/+2
* typo; netbsd -r1.10jmc2012-06-201-1/+1
* make both -d options format the same, and zap that annoying full stopjmc2012-05-272-4/+5
* Use an en-dash for 20-200, escape - used as arithmetic symbol.sthen2012-05-271-4/+4
* Update for new -d default; tweaks+ok jmc@sthen2012-05-271-6/+9
* Teach rain(6) to calculate terminal delays in the same way as worms(6),sthen2012-05-271-7/+21
* typosmiod2012-05-241-2/+2
* In preparation for getline and getdelim additions to libc, rename getline()fgsch2012-03-049-27/+27
* Add HISTORY section and more information regarding AUTHORS.schwarze2011-12-281-3/+14
* Fix grammar and spelling in a Latin fortune.pascal2011-12-041-1/+1
* grammar fix, from jnemeth@netbsd (-r1.48);jmc2011-11-201-1/+1
* +Cn:112:(285):Coperniciumjmc2011-11-191-0/+1
* union wait is dead, ancient history; stop using itguenther2011-11-061-3/+3
* some presidential updates, from pjanzen;jmc2011-10-061-6/+10
* make -column lists pretty again;jmc2011-09-031-5/+5
* no more rogue(6);jmc2011-07-031-4/+2
* Remove rogue. Its license is not acceptable for our tree; beenmartynas2011-07-0329-13158/+0
* switch to installing source manuals (base part)schwarze2011-06-231-2/+5
* delete unused stupid code; Daniel Dickmanderaadt2011-06-231-37/+1
* Do not compare a `char' variable to EOF, which does not fit if `char' defaultsmiod2011-06-201-5/+7
* typo; from Doug Barton (freebsd r222890)jmc2011-06-101-1/+1
* some spelling fixes from Lucas De Marchi, via freebsd;jmc2011-05-162-6/+6
* Fix "-d delay" option and convert to use strtonum()millert2011-04-251-8/+13
* Hide the cursor during game. From NetBSD.dcoppa2011-04-031-2/+10
* Use the help pager code, but repair it in various ways.deraadt2011-03-163-6/+9
* In roff, the escape sequence \: is an optional line break,schwarze2011-01-241-3/+3
* - plug mem leak.jasper2011-01-031-1/+3
* as of 1989, fread/fwrite take void *, so there's no need to cast to char *.tedu2010-12-156-38/+38
* fix errx() usage.dcoppa2010-11-031-2/+3
* remove the "-*- nroff -*-" lines;jmc2010-10-291-3/+3
* put HISTORY in the right place;jmc2010-09-191-8/+8
* Update 'Fastest Defeat In Chess' fortune, trying to dispel Gibaudkrw2010-09-041-14/+11
* fix a capitalisation error;jmc2010-07-311-1/+1
* fix the Cecil Beaton quote; from Rob Farmer, freebsd pr #148916jmc2010-07-261-1/+1
* sub-function needs const, tooderaadt2010-07-201-3/+3
* More delimiters that need quoting inside macros, hunted down by jmc@,schwarze2010-07-151-4/+4
* update to modern regex code and remove libcompat. ok deraadt phesslertedu2010-07-022-27/+6
* Rename use of some builtins that makes gcc4 warn.nicm2010-05-106-12/+12
* shuffle some things around to deal with incomplete typesjsg2010-04-302-5/+5
* some minor repair, from kristaps;jmc2010-04-081-15/+15
* dispense with some wacky escape sequences;jmc2010-03-262-14/+14
* compute intermediate results in double precision; from pjanzen@, okotto2010-02-221-3/+4
* fix display formatting; ok schwarze sobradojmc2010-02-211-6/+5
* drop nested display, fixing the build with mandoc(1);schwarze2010-02-201-4/+2