..
adventure
Headers cleanup with and OK tb@
2016-03-08 10:48:39 +00:00
arithmetic
- optarg and optind are declared by unistd.h, so remove them...
2016-01-27 13:42:08 +00:00
atc
Prefer fseek(3) over rewind(3) since the latter although it also calls fseek
2016-03-16 15:00:35 +00:00
backgammon
add missing 'void'
2016-01-08 13:40:05 +00:00
banner
- General changes:
2016-03-07 12:07:55 +00:00
battlestar
don't declar main. from Michal Mazurek
2016-01-01 15:56:03 +00:00
bcd
- General changes:
2016-03-07 12:07:55 +00:00
boggle
- General changes:
2016-03-07 12:07:55 +00:00
bs
- General changes:
2016-03-07 12:07:55 +00:00
caesar
for some time now mandoc has not required MLINKS to function
2016-03-30 06:38:40 +00:00
canfield
for some time now mandoc has not required MLINKS to function
2016-03-30 06:38:40 +00:00
cribbage
- General changes:
2016-03-07 12:07:55 +00:00
factor
Instead of using the floating point square root, use an integer version
2016-07-11 18:30:21 +00:00
fish
- General changes:
2016-03-07 12:07:55 +00:00
fortune
eliminate do_malloc() and do_free().
2016-03-07 22:49:45 +00:00
gomoku
ANSIfy gomoku(6) and change a char* to u_char*
2016-01-08 21:38:33 +00:00
grdc
- General changes:
2016-03-07 12:07:55 +00:00
hack
Prefer fseek(3) over rewind(3) since the latter although it also calls fseek
2016-03-16 15:00:35 +00:00
hangman
Add back undocumented -h switch defaulting to usage().
2016-02-28 06:24:06 +00:00
hunt
remove unused variables
2016-03-28 11:49:45 +00:00
mille
ANSIfy mille(6)
2016-01-08 18:09:59 +00:00
monop
ANSIfy monop(6)
2016-01-08 18:20:33 +00:00
morse
- General changes:
2016-03-07 12:07:55 +00:00
number
- General changes:
2016-03-07 12:07:55 +00:00
phantasia
- General changes:
2016-03-07 12:07:55 +00:00
pig
- General changes:
2016-03-07 12:07:55 +00:00
pom
- General changes:
2016-03-07 12:07:55 +00:00
ppt
- General changes:
2016-03-07 12:07:55 +00:00
primes
- General changes:
2016-03-07 12:07:55 +00:00
quiz
- General changes:
2016-03-07 12:07:55 +00:00
rain
Some basic code maintenance in games/
2016-01-07 16:00:31 +00:00
random
- General changes:
2016-03-07 12:07:55 +00:00
robots
- General changes:
2016-03-07 12:07:55 +00:00
sail
Prefer fseek(3) over rewind(3) since the latter although it also calls fseek
2016-03-16 15:00:35 +00:00
snake
Prefer fseek(3) over rewind(3) since the latter although it also calls fseek
2016-03-16 15:00:35 +00:00
tetris
Clean up gcc -Wshadow warnings: 'numnames' is public in <term.h>.
2016-06-10 15:37:09 +00:00
trek
- ranf() and franf() are prototyped on trek.h but ranf.c doesn't include it so
2016-03-08 18:43:47 +00:00
wargames
worm
Some basic code maintenance in games/
2016-01-07 16:00:31 +00:00
worms
KNF: wrap three overly long lines. No binary change.
2016-03-05 07:47:15 +00:00
wump
- General changes:
2016-03-07 12:07:55 +00:00
Makefile
Makefile.inc
Build most of games/ with -Werror-implicit-function-declaration.
2015-12-28 20:55:55 +00:00