summaryrefslogtreecommitdiffstats
path: root/games (follow)
Commit message (Expand)AuthorAgeFilesLines
* Build most of games/ with -Werror-implicit-function-declaration.tb2015-12-281-1/+2
* update the us army democracy excerpt to more closelyjmc2015-12-281-8/+11
* andy finkel confimed himself as the originator of the rigged demo quote;jmc2015-12-281-0/+1
* remove unused variableschl2015-12-271-2/+2
* remove unused variablechl2015-12-271-2/+2
* Set as __dead a few more functions, that don't return, on games/mestre2015-12-2619-42/+42
* - use strtonum(3) instead of atoi(3)gsoares2015-12-251-5/+6
* Declare usage() functions as __dead void, if they don't return, on games section.mestre2015-12-2517-36/+35
* Apply some more KNF to the declaration of functions, but keep style to the rest of code for now.mestre2015-12-251-29/+49
* Function prototypes and a little bit of KNF.tb2015-12-241-28/+48
* KNF: add a missing space after an 'if'.tb2015-12-181-2/+2
* Use __progname instead of hand-rolled parsing of argv[0].tb2015-12-164-19/+13
* Use __progname instead of hand-rolled parsing of argv[0].tb2015-12-161-5/+3
* Cleanup: pwd.h is no longer needed.tb2015-12-151-2/+1
* Replace 'arc4random() % range' by 'arc4random_uniform(range)'.tb2015-12-151-5/+14
* include err.h for err()jsg2015-12-091-1/+2
* Use __progname instead of manually handling argv[0].tobias2015-12-061-14/+9
* pledge "getpw" is not needed here.tb2015-12-061-2/+2
* Treat quiz the same way as the other games and try to preserve the looktb2015-12-061-6/+17
* add missing #include "hack.h"tb2015-12-051-1/+2
* Tweak alignment of ENVIRONMENT and FILES.tb2015-12-041-4/+4
* put FILES into a similar format as ENVIRONMENT;jmc2015-12-041-2/+2
* cleanup: remove pwd.h, delete a stray comment and a const qualifiertb2015-12-043-7/+4
* Drop pledge("getpw") and pwd.h and use the now usualtb2015-12-044-12/+22
* assume modern curses and unifdef ancient feature teststedu2015-12-041-50/+1
* Drop the argument passing between backgammon and teachgammon.tb2015-12-026-27/+19
* KNF: I forgot to join two lines.tb2015-12-021-3/+2
* treat getenv("HOME") safely also when LOGGING is defined. from mestre.tb2015-12-021-4/+10
* add const and remove unused variable.tb2015-12-022-4/+4
* Make sure "exec" rights are dropped asap in all code paths.tb2015-12-011-3/+6
* Answering "yes" to the question "Do you want to see the rules of the game?"tb2015-12-011-2/+6
* delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>schwarze2015-11-301-6/+2
* last but not least: add pledge for wump(6)tb2015-11-301-1/+8
* pledge "stdio rpath wpath cpath" for this one.tb2015-11-301-1/+4
* primes only needs pledge "stdio".tb2015-11-301-1/+4
* The usual deal for a curses game with the possibility of saving a game:tb2015-11-301-1/+4
* unspectacular pledge "stdio rpath tty" for grdctb2015-11-301-1/+4
* straightforward pledge "stdio rpath wpath cpath tty" for gomokutb2015-11-301-1/+4
* slightly interesting pledge for fish:tb2015-11-301-1/+8
* pledge "stdio rpath wpath cpath tty" for canfieldtb2015-11-302-2/+8
* pledge "stdio rpath tty" for bstb2015-11-301-1/+4
* pledge "stdio rpath tty" for boggle.tb2015-11-301-1/+4
* Pledge for backgammon and teachgammon.tb2015-11-3017-121/+85
* Straightforward pledge "stdio rpath wpath cpath" for adventure.tb2015-11-301-1/+4
* tidy here too;jmc2015-11-291-3/+3
* adjust width list: Ds is unfortunate here;jmc2015-11-291-2/+2
* tidy up ENVIRONMENT and FILES;jmc2015-11-291-5/+5
* Move score file to $HOME and add pledge "stdio rpath wpath cpath".tb2015-11-294-16/+41
* Add pledge support and move score file to $HOME.tb2015-11-294-33/+40
* Move scorefile to $HOME. The nice implementation of the score filetb2015-11-295-56/+29