..
adventure
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
arithmetic
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
atc
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
backgammon
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
banner
- use strtonum(3) instead of atoi(3)
2015-12-25 23:41:43 +00:00
battlestar
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
bcd
include err.h for err() calls added with recent pledge commits.
2015-10-23 02:01:15 +00:00
boggle
remove unused variables
2015-12-27 01:28:02 +00:00
bs
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
caesar
Use __progname instead of hand-rolled parsing of argv[0].
2015-12-16 14:21:50 +00:00
canfield
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
cribbage
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
factor
Michal Mazurek pointed out on tech@ that the factor.6 manual needs a bit
2015-12-30 14:07:53 +00:00
fish
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
fortune
update the us army democracy excerpt to more closely
2015-12-28 12:32:12 +00:00
gomoku
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
grdc
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
hack
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
hangman
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
hunt
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
mille
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
monop
pledge "stdio rpath wpath cpath"
2015-11-21 03:20:30 +00:00
morse
include err.h for err() calls added with recent pledge commits.
2015-10-23 02:01:15 +00:00
number
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
phantasia
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
pig
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
pom
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
ppt
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
primes
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
quiz
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
rain
pledge "getpw" is not needed here.
2015-12-06 11:22:37 +00:00
random
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
robots
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
sail
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
snake
KNF: I forgot to join two lines.
2015-12-02 18:52:23 +00:00
tetris
remove unused variable
2015-12-27 01:24:27 +00:00
trek
pledge "stdio rpath wpath cpath" for this one.
2015-11-30 08:55:26 +00:00
wargames
worm
Set as __dead a few more functions, that don't return, on games/
2015-12-26 00:26:39 +00:00
worms
pledge the wyrms
2015-11-21 05:29:42 +00:00
wump
Declare usage() functions as __dead void, if they don't return, on games section.
2015-12-25 20:59:09 +00:00
Makefile
Makefile.inc
Build most of games/ with -Werror-implicit-function-declaration.
2015-12-28 20:55:55 +00:00