summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2021-12-12fix various typos in comments.andvar
2021-12-08fix typo, pointed out by Andras Farkassnj
2021-12-05dab: fix typo in commentrillig
2021-12-05dab.6: fix URL reference to the bookrillig
2021-12-05dab: clean up introductory commentsrillig
2021-11-26describe screenblank(1)nia
2021-11-16games/caesar: fix error handling for I/Orillig
2021-11-13Better display in monochrome.nat
2021-11-07fix various typos, mainly s/prefered/preferred/andvar
2021-10-29cgram(6): realloc(x * y) -> reallocarrnia
2021-10-29atc(6): simplify reallocation logicnia
2021-10-29sail(6): convert realloc(x * y) to reallocarrnia
2021-10-29huntd(6): convert malloc(x * y) and realloc(x * y) to reallocarrnia
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-18Ken Thompson on the i960.uwe
2021-09-07person on internet is confused by how to list disks because there'snia
2021-08-19moar tipsnia
2021-08-15Capitalization police.nia
2021-07-25Flush input to EOL correctly in games/fish.dholland
2021-07-11add somethingdholland
2021-06-04SIGINFO is a useful tipnia
2021-06-04add some tipsnia
2021-05-28I don't see any code I wrote left in here.dholland
2021-05-28Restore return value of main, arbitrarily thrown away in -r1.4.dholland
2021-05-12Adapt to recent change to ../snake/pathnames.hkre
2021-05-12snake: Avoid creating definitions prefixed with _ inside a programnia
2021-05-02countmail: remove outdated commentsrillig
2021-05-02games: remove trailing whitespace in *.c and *.hrillig
2021-05-02fish: remove trailing whitespacerillig
2021-05-02fish: use arc4random_uniform for drawing random numbersrillig
2021-05-01fish: remove modulo bias from random number generationrillig
2021-05-01cgram: rename local functionsrillig
2021-05-01caesar: WARNS=6, strict bool moderillig
2021-04-29cgram: in hinting mode, show all correct characters in bold facerillig
2021-04-25cgram: use ASCII-only implementation of <ctype.h> functionsrillig
2021-04-25cgram: provide usage on incorrect invocationrillig
2021-04-25cgram: conform to lint's strict bool mode, KNFrillig
2021-04-22cgram: allow providing an input file instead of the random fortunewiz
2021-04-15one port complains about string overflow here that i can't see.mrg
2021-04-13avoid duplicating symbols in libterminfo.mrg
2021-04-13no longer need -Wno-error=implicit-fallthrough.mrg
2021-04-13properly terminate after using strncpy().mrg
2021-04-12avoid leaving off the trailing nul in a literal string.mrg
2021-04-12include bsd.own.mk to be sure NETBSDSRCDIR is set.mrg
2021-04-12add some new uses of existing GCC_NO_* variables for warning issues.mrg
2021-02-26cgram: don't beep if the window is resizedrillig
2021-02-26cgram: place the 'solved' marker nearer to the textrillig
2021-02-26cgram: make the 'solved' stand out morerillig
2021-02-22cgram: fix assertion when substituting at the end of the longest linerillig
2021-02-22cgram: add advanced cursor movement with tab, shift+tab, returnrillig