summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2015-10-25just dump the help on stdout with messing about with a pager.Ted Unangst
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isprint()'s argument to unsigned char.mmcc
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isalpha()'s argument to unsigned char.mmcc
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
2015-10-24Cast isdigit()'s argument to unsigned char.mmcc
2015-10-24Cast isblank()'s argument to unsigned char.mmcc
2015-10-24Cast toupper()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast islower()'s argument to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-24Cast ctype functions' arguments to unsigned char.mmcc
2015-10-23include err.h for err() calls added with recent pledge commits.Jonathan Gray
2015-10-22Pledge "stdio rpath tty" for hangman(6).Doug Hogan
2015-10-16Disable !-command to escape to a shell. You are supposed to play, pressTobias Stoeckmann
2015-10-14Pledge "stdio" for simple games.Doug Hogan
2015-10-14enable pledge(2) in rain(6)Sebastien Marie
2015-10-10Pledge that arithmetic only takes "stdio".Doug Hogan
2015-09-27Delete pointless NOSTRICT commentsPhilip Guenther
2015-09-27Make prompt() properly printf-like, eliminating empty dummy argsPhilip Guenther
2015-09-27Annotate funcs with __attribute__((printf(...))) and clean up the fallout:Philip Guenther
2015-09-27Delete obsolete lint commentsPhilip Guenther
2015-09-27Make -Wformat=2 happier with a few foo(str) -> foo("%s", str) fixesPhilip Guenther
2015-09-25Fix -D in the synopsis line:Ingo Schwarze
2015-09-25use | rather than / for alternatives and some macro fixesIngo Schwarze
2015-09-16big blocks need braces for supportTed Unangst
2015-09-12use .Cm rather than .Ar for fixed string argumentsIngo Schwarze
2015-09-10reduce .Nd to one line and kill .Tn while hereIngo Schwarze
2015-09-07cosmetic fixesTed Unangst
2015-08-26remove #ifdef OK_TO_WRITE_DISK which isn't used by default.Sebastien Marie