1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-12 09:58:36 +00:00
freebsd/games
Bruce Evans 5d34c3e0f1 Fixed printf format errors. Didn't fix gross homemade varargs function
Write().  Pointers are passed to it as longs, but it expects them to
be passed as ints.  The alpha non-fixes made this worse.
1998-06-30 18:58:28 +00:00
..
adventure Add #include string.h to get prototypes. 1998-05-09 08:46:53 +00:00
arithmetic Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
atc Fixed the type of yyerror() (1970's style). 1998-06-30 18:31:17 +00:00
backgammon Add 'extern' to arrays that are declared and initialised in other files. 1998-05-09 09:27:33 +00:00
battlestar tv_sec in timeval is a long, and a time_t is not necessarily a long. 1998-05-09 09:41:30 +00:00
bcd Add #include string.h to get prototypes. 1998-05-09 09:48:23 +00:00
bs Move under HIDEGAME, add revoke 1997-09-24 22:50:24 +00:00
caesar
canfield Add #include string.h to get prototypes. 1998-05-09 09:48:23 +00:00
cribbage Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
dm
factor Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
fish Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
fortune Teruillian --> Tertullian 1998-03-06 01:49:14 +00:00
grdc Change long variable to time_t where it is passed to time() by reference. 1998-05-09 11:31:20 +00:00
hack Add #include string.h to get prototypes. 1998-05-09 11:06:46 +00:00
hangman Convert to random() and automatically fix bug with RAND_MAX is too large 1997-09-24 23:00:29 +00:00
larn Change variable types from long to time_t if they are passed to time() 1998-05-09 10:09:00 +00:00
mille Add Id. 1998-04-01 06:14:35 +00:00
morse Add #include string.h to get prototypes. 1998-05-09 08:17:46 +00:00
number Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
phantasia Add #include string.h to get prototypes. 1998-05-09 11:06:46 +00:00
piano Add prototypes, usage(). Add Id. 1998-04-01 06:15:37 +00:00
pig Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
pom
ppt
primes Cast pointers to longs, not ints. 1998-05-09 11:33:22 +00:00
quiz Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
rain
random Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
robots Add #include string.h to get prototypes. 1998-05-09 10:10:52 +00:00
rogue Change long variables to time_t if they are passed to time() or localtime() 1998-05-09 10:15:15 +00:00
sail Fixed printf format errors. Didn't fix gross homemade varargs function 1998-06-30 18:58:28 +00:00
snake Add #include string.h to get prototypes. 1998-05-09 10:23:10 +00:00
trek Change casts of function pointers from int to long. This makes the 1998-05-09 10:39:48 +00:00
wargames
worm
worms Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
wump Add #include string.h to get prototypes. 1998-05-09 10:23:10 +00:00
Makefile Disable boggle. It is being removed due to trademark violations. 1998-02-11 19:52:53 +00:00
Makefile.inc