summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2014-02-22fix typo, from Henning Petersen in PR misc/48613dholland
2013-12-11remove duplicatedholland
2013-12-11another minor fixdholland
2013-12-11Reinstate typo since kre claims it's by purpose.wiz
2013-12-11Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz
2013-12-11Error and typo fixes from OpenBSD and FreeBSD via Henning Petersenwiz
2013-12-07WARNS=5dholland
2013-11-12hals_end(6) outputs the last words of the supercomputer HAL 9000 aboardmbalmer
2013-10-19fix unused variable warningschristos
2013-09-19Untabify the header definition to avoid misaligned comment onuwe
2013-09-19Use .Fa instead of .Ar to refer to header fields.uwe
2013-09-19Now that we use "nbtool_config.h" we can use __dead again and dropuwe
2013-09-19Don't define TRUE/FALSE, which may conflict with host headers.uwe
2013-09-18#include "nbtool_config.h" to pull in getprogname() declaration.uwe
2013-09-13GC descr and helpm.joerg
2013-09-01hook cgram to the builddholland
2013-08-11WARNS=5dholland
2013-08-11typo in commentdholland
2013-08-11this already passes WARNS=5dholland
2013-08-04Add RCS Id.wiz
2013-08-04Add a curses gizmo for solving Sunday-paper-type cryptograms based ondholland
2013-07-24Fix typo.wiz
2013-07-24add an Oscar Wilde quotejnemeth
2013-07-20Use Mt for email addresses.wiz
2013-07-09Fix sendmail section (8 -> 1) in xrefs.njoly
2013-05-12Don't expect fairings.dholland
2013-02-17Fix same typo in the other file in which it occurspgoyette
2013-02-17Fix minor typopgoyette
2013-02-17rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!jmcneill
2013-02-16Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to...jmcneill
2013-02-16Workaround a toolchain issue by renaming the 'setup' host tool to 'mkdata' to...jmcneill
2012-12-08Add some quotes by Henry Ford, found at:jnemeth
2012-12-01Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').mbalmer
2012-11-22Fix two quotes from "The Tao of Programming". From FreeBSD.mbalmer
2012-11-20PR/47178 from Bug Huntingabs
2012-10-22Attribute "The STAR WARS Song" to "Weird Al" Yankovic under the proper title,jakllsch
2012-10-13Pass -Wstrict-overflowdholland
2012-10-13Pass -Wstrict-overflow; while here, use curses TRUE and FALSE only withdholland
2012-10-13Pass -Wstrict-overflow... mostly.dholland
2012-10-13Pass -Wstrict-overflow.dholland
2012-10-13Pass -Wstrict-overflow, and while here, don't read from index -1 ofdholland
2012-10-13Factor out some common code; pass -Wstrict-overflow.dholland
2012-10-13Pass -Wstrict-overflow.dholland
2012-10-13Move scratch variables of main to main, instead of having them bedholland
2012-10-13Add strategic assertion, now passes -Wstrict-overflow.dholland
2012-10-13Remove ifdefs for V7 (as opposed to older) unix.dholland
2012-10-13Pass the move info around instead of using it as a global.dholland
2012-10-13Crack down on global variables with single-letter names.dholland
2012-10-12fix previous, thanks asau@dholland
2012-10-12Don't use ++ to set flags to true. Now passes -Wstrict-overflow.dholland