NetBSD/games
chuck f90603d08a Update my previous commit to better match the original code, including
the check for 'bs'...   my previous commit should have included the
following text:
  fixes problem introduced in 1.13 where the setting of "BC" (backspace char)
  was left to libterm rather than being done by hack itself.  the problem
  with this was that hack was directly setting BC to \b if there was no
  "bc" in the termcap entry, but libterm does not do this.   this resulted in
  the xputs(BC) calls in nocmov() and backsp() incorrectly doing nothing, thus
  messing up the display.  added new var BC_BS to provide the old behavior
  for nocmov() and backsp().
2007-01-17 02:35:28 +00:00
..
adventure don't try to switch a char and have a case of EOF - use an int. 2006-05-18 18:42:59 +00:00
arithmetic
atc s/exceded/exceeded/, from Zafer. 2006-11-24 21:14:55 +00:00
backgammon It's "its." 2006-04-24 18:00:53 +00:00
banner Bump date for previous. Use mdoc macros. 2006-12-23 09:47:30 +00:00
battlestar
bcd sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4. 2006-05-11 23:16:28 +00:00
boggle PR# 4305: [dM] boggle uses very incomplete wordlist. 2006-09-24 01:38:57 +00:00
caesar
canfield Fix typo in the instructions. 2006-02-25 02:06:08 +00:00
ching
countmail
cribbage remove duplicate #include <stdlib.h> 2006-03-20 12:32:21 +00:00
dab Add a virtual destructor to avoid "future ABI issues". I love c++. 2006-05-14 06:38:04 +00:00
dm read config more strictly, from Maximillian Dornseif 2006-05-25 07:11:54 +00:00
factor
fish
fortune Fix some typos in ENIAC quote. From Zafer Aydogan and myself. 2006-12-25 18:46:48 +00:00
gomoku avoid a pointer sign difference. 2006-05-11 00:17:07 +00:00
hack Update my previous commit to better match the original code, including 2007-01-17 02:35:28 +00:00
hangman
hunt PR/18906: roskens at elfin dot net: misc. select() to poll() updates. 2006-10-07 17:27:57 +00:00
larn s/existance/existence/, from Zafer. 2006-11-24 22:52:16 +00:00
mille Coverity CID 695: Remove impossible condition. This changes the scoring as 2006-03-19 00:29:27 +00:00
monop Coverity CID 998: Possible NULL pointer deref. Actually this was a bug 2006-03-19 00:19:31 +00:00
morse
number
phantasia Coverity CID 3508: Fix file leak. 2006-05-13 22:29:53 +00:00
pig
pom - ANSIfy 2007-01-12 22:43:05 +00:00
ppt
primes
quiz Replve duplicate #includes 2007-01-17 00:30:23 +00:00
rain
random
robots If getpwuid() returns null, its not usually a good idea to dereference 2006-03-17 23:11:47 +00:00
rogue XXX: GCC uninitialized 2006-05-14 03:15:50 +00:00
sail don't try to switch a char and have a case of EOF - use an int. 2006-05-18 18:42:59 +00:00
snake Replve duplicate #includes 2007-01-17 00:30:23 +00:00
tetris don't discard const. GCC 4.1-20061021 doesn't like that... 2006-10-22 08:09:24 +00:00
trek Coverity CID 1197: Don't pass -1 to close. 2006-03-19 01:00:35 +00:00
wargames
worm
worms
wtf Fix typo or mispelling. 2006-06-17 04:58:14 +00:00
wump Bump date for previous. 2006-01-22 21:22:30 +00:00
Makefile moduli utils moved from games to usr.bin. 2006-01-24 19:01:45 +00:00
Makefile.inc