..
adventure
Remove unused confirm() and datime() functions.
2017-06-23 12:56:25 +00:00
arithmetic
convert to unsigned variables to avoid some overflows.
2018-12-27 17:27:23 +00:00
atc
fix unmarked/ignored descriptive mix up;
2020-12-13 15:47:32 +00:00
backgammon
User count checks have been compiled out since 1998, get rid of them.
2017-07-11 14:32:16 +00:00
banner
More fixes from David Fifield:
2018-10-16 20:06:42 +00:00
battlestar
the names com1 to com9 are reserved filenames on windows
2020-12-15 00:38:18 +00:00
bcd
Be more specific regarding which encoding this simulator generates:
2019-09-08 22:43:46 +00:00
boggle
bs
Remove a few too early pledge(2)s on games/ and apply them a little bit later
2018-08-24 11:14:49 +00:00
caesar
patch from <tleguern at bouledef dot eu> to support backward rotation,
2019-05-15 15:59:24 +00:00
canfield
During our refactor with tedu@ tb@ and myself we moved the score file to the
2018-08-24 11:31:17 +00:00
cribbage
factor
fish
fortune
no need to declare "extern optarg" and "extern optind"
2020-02-14 19:17:33 +00:00
gomoku
grdc
grdc(6): implement timeout with alarm(3)
2020-06-06 17:03:16 +00:00
hack
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
hangman
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
hunt
no need to declare "extern optarg" and "extern optind"
2020-02-14 19:17:33 +00:00
mille
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
monop
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
morse
number
phantasia
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
pig
eaktway eviouspray;
2019-05-12 06:07:36 +00:00
pom
Consolidate printf(3) calls at the end of main().
2017-12-24 22:12:49 +00:00
ppt
primes
Straightforward conversion to strtonum. Slight change of behavior in that
2017-11-02 10:37:11 +00:00
quiz
Remove a few too early pledge(2)s on games/ and apply them a little bit later
2018-08-24 11:14:49 +00:00
rain
random
robots
no need to declare "extern optarg" and "extern optind"
2020-02-14 19:17:33 +00:00
sail
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
snake
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
tetris
When system calls indicate an error they return -1, not some arbitrary
2019-06-28 13:32:41 +00:00
trek
The game is playable without the need to access any files therefore we can
2018-08-09 17:51:22 +00:00
wargames
a few depend:-related thingies that were still in.
2019-12-21 21:39:59 +00:00
worm
Remove a few too early pledge(2)s on games/ and apply them a little bit later
2018-08-24 11:14:49 +00:00
worms
Drop "rpath" from pledge(2) after ncurses initialization.
2018-08-06 06:27:32 +00:00
wump
Move a badly positioned parenthesis that caused nonsensical movement
2018-12-20 09:55:44 +00:00
Makefile
Makefile.inc