summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2015-12-28Build most of games/ with -Werror-implicit-function-declaration.tb
2015-12-28update the us army democracy excerpt to more closelyJason McIntyre
2015-12-28andy finkel confimed himself as the originator of the rigged demo quote;Jason McIntyre
2015-12-27remove unused variablesCharles Longeau
2015-12-27remove unused variableCharles Longeau
2015-12-26Set as __dead a few more functions, that don't return, on games/mestre
2015-12-25- use strtonum(3) instead of atoi(3)Gleydson Soares
2015-12-25Declare usage() functions as __dead void, if they don't return, on games sect...mestre
2015-12-25Apply some more KNF to the declaration of functions, but keep style to the re...mestre
2015-12-24Function prototypes and a little bit of KNF.tb
2015-12-18KNF: add a missing space after an 'if'.tb
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-16Use __progname instead of hand-rolled parsing of argv[0].tb
2015-12-15Cleanup: pwd.h is no longer needed.tb
2015-12-15Replace 'arc4random() % range' by 'arc4random_uniform(range)'.tb
2015-12-09include err.h for err()Jonathan Gray
2015-12-06Use __progname instead of manually handling argv[0].Tobias Stoeckmann
2015-12-06pledge "getpw" is not needed here.tb
2015-12-06Treat quiz the same way as the other games and try to preserve the looktb
2015-12-05add missing #include "hack.h"tb
2015-12-04Tweak alignment of ENVIRONMENT and FILES.tb
2015-12-04put FILES into a similar format as ENVIRONMENT;Jason McIntyre
2015-12-04cleanup: remove pwd.h, delete a stray comment and a const qualifiertb
2015-12-04Drop pledge("getpw") and pwd.h and use the now usualtb
2015-12-04assume modern curses and unifdef ancient feature testsTed Unangst
2015-12-02Drop the argument passing between backgammon and teachgammon.tb
2015-12-02KNF: I forgot to join two lines.tb
2015-12-02treat getenv("HOME") safely also when LOGGING is defined. from mestre.tb
2015-12-02add const and remove unused variable.tb
2015-12-01Make sure "exec" rights are dropped asap in all code paths.tb
2015-12-01Answering "yes" to the question "Do you want to see the rules of the game?"tb
2015-11-30delete useless BUGS section; patch from Jan Stary <hans at stare dot cz>Ingo Schwarze
2015-11-30last but not least: add pledge for wump(6)tb
2015-11-30pledge "stdio rpath wpath cpath" for this one.tb
2015-11-30primes only needs pledge "stdio".tb
2015-11-30The usual deal for a curses game with the possibility of saving a game:tb
2015-11-30unspectacular pledge "stdio rpath tty" for grdctb
2015-11-30straightforward pledge "stdio rpath wpath cpath tty" for gomokutb
2015-11-30slightly interesting pledge for fish:tb
2015-11-30pledge "stdio rpath wpath cpath tty" for canfieldtb
2015-11-30pledge "stdio rpath tty" for bstb
2015-11-30pledge "stdio rpath tty" for boggle.tb
2015-11-30Pledge for backgammon and teachgammon.tb
2015-11-30Straightforward pledge "stdio rpath wpath cpath" for adventure.tb
2015-11-29tidy here too;Jason McIntyre
2015-11-29adjust width list: Ds is unfortunate here;Jason McIntyre
2015-11-29tidy up ENVIRONMENT and FILES;Jason McIntyre
2015-11-29Move score file to $HOME and add pledge "stdio rpath wpath cpath".tb
2015-11-29Add pledge support and move score file to $HOME.tb
2015-11-29Move scorefile to $HOME. The nice implementation of the score filetb