.. |
adventure
|
fix previous, thanks asau@
|
2012-10-12 15:41:10 +00:00 |
arithmetic
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
atc
|
Don't use ++ to set flags to true. Now passes -Wstrict-overflow.
|
2012-10-12 10:44:20 +00:00 |
backgammon
|
Add strategic assertion, now passes -Wstrict-overflow.
|
2012-10-13 19:39:57 +00:00 |
banner
|
Move scratch variables of main to main, instead of having them be
|
2012-10-13 19:44:36 +00:00 |
battlestar
|
Pass -Wstrict-overflow.
|
2012-10-13 19:58:53 +00:00 |
bcd
|
sprinkle static
|
2009-08-12 05:17:57 +00:00 |
boggle
|
Factor out some common code; pass -Wstrict-overflow.
|
2012-10-13 20:12:18 +00:00 |
caesar
|
…
|
|
canfield
|
Don't use strings from arrays as format string.
|
2011-05-23 22:46:35 +00:00 |
ching
|
NULL does not need a cast
|
2011-08-31 16:24:54 +00:00 |
colorbars
|
Consistently use major/minor for NetBSD version.
|
2012-06-09 23:15:13 +00:00 |
countmail
|
…
|
|
cribbage
|
Pass -Wstrict-overflow, and while here, don't read from index -1 of
|
2012-10-13 20:36:06 +00:00 |
dab
|
if 0 is used for the dimensions, compute the maximum size.
|
2012-10-06 19:39:51 +00:00 |
dm
|
remove unnecessary cast
|
2009-08-27 00:22:28 +00:00 |
factor
|
remove duplicated #defines (in a usually unused part of the code)
|
2011-11-09 20:17:44 +00:00 |
fish
|
reinstate NULL cast by request, where the NULL was being passed as a vararg
|
2011-09-01 07:18:50 +00:00 |
fortune
|
Add some quotes by Henry Ford, found at:
|
2012-12-08 22:38:09 +00:00 |
gomoku
|
Pass -Wstrict-overflow... mostly.
|
2012-10-13 20:57:35 +00:00 |
hack
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
hangman
|
Pass -Wstrict-overflow
|
2012-10-13 21:03:09 +00:00 |
hunt
|
reinstate NULL cast by request, where the NULL was being passed as a vararg
|
2011-09-01 07:18:50 +00:00 |
larn
|
WARNS=5
|
2012-06-19 05:30:43 +00:00 |
mille
|
NULL does not need a cast
|
2011-08-31 16:24:54 +00:00 |
monop
|
WARNS=5
|
2012-06-19 05:30:43 +00:00 |
morse
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
number
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
phantasia
|
reinstate NULL cast by request, where the NULL was being passed as a vararg
|
2011-09-01 07:18:50 +00:00 |
pig
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
pom
|
Fix a few of the games to use getprogname() in their usage() functions.
|
2010-12-05 04:34:22 +00:00 |
ppt
|
Use __dead
|
2011-08-29 20:30:36 +00:00 |
primes
|
No need to cast double to ubig (aka uintmax_t) through int.
|
2011-08-30 02:58:04 +00:00 |
quiz
|
ANSIfy function definitions
|
2009-08-27 00:31:12 +00:00 |
rain
|
When using -lcurses, you also need -lterminfo.
|
2010-02-06 23:45:24 +00:00 |
random
|
sprinkle static
|
2009-08-12 08:21:41 +00:00 |
robots
|
When using -lcurses, you also need -lterminfo.
|
2010-02-06 23:45:24 +00:00 |
rogue
|
Fix misspelling of acceptible (it's only acceptable with an 'a', not an 'i').
|
2012-12-01 11:37:26 +00:00 |
sail
|
Use __dead
|
2011-08-29 20:30:36 +00:00 |
snake
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
tetris
|
Use tiparm instead of vtparm.
|
2011-10-03 12:32:15 +00:00 |
trek
|
Use __dead
|
2011-08-29 20:30:36 +00:00 |
wargames
|
…
|
|
worm
|
ANSIfy
|
2011-05-23 23:03:38 +00:00 |
worms
|
- improve wording
|
2012-08-12 17:30:03 +00:00 |
wtf
|
PR/47178 from Bug Hunting
|
2012-11-20 12:40:54 +00:00 |
wump
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |
Makefile
|
add colorbars
|
2012-06-06 00:16:01 +00:00 |
Makefile.inc
|
WARNS=5, and make WARNS=5 the default for src/games.
|
2012-06-19 05:46:08 +00:00 |