NetBSD/games
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
adventure Ensure trailing newline is present on error and warning messages (lost 2001-08-29 18:22:56 +00:00
arithmetic Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
atc Include <time.h> for declarations the Single Unix Specification says 2001-08-29 18:23:44 +00:00
backgammon Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
banner Fix problem noted in PR 6649 (trailing whitespace on .Nm) 2001-03-07 22:30:38 +00:00
battlestar `existent', not `existant' 2001-06-19 13:42:07 +00:00
bcd Remove unnecessary quotes in Dt. 2001-06-05 12:41:04 +00:00
boggle Ensure trailing newline is present on error and warning messages (lost 2001-08-29 18:22:56 +00:00
caesar
canfield Whitespace and/or punctuation fixes. 2001-04-02 22:47:29 +00:00
countmail
cribbage Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
dm play(): use snprintf() instead of hard-to-parse strncpy() calls 2001-01-25 20:41:41 +00:00
factor Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
fish Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
fortune More quote cleanup. Remove a fortune that also is in -o. 2001-09-01 22:30:54 +00:00
gomoku fix nested externs 2001-02-05 00:30:38 +00:00
hack Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
hangman
hunt receive, not recieve 2001-06-12 15:17:10 +00:00
larn va_{start,end} audit: 2001-09-24 13:22:25 +00:00
mille Negative exit code cleanup: Replace exit(-x) with exit(x). 2001-04-06 11:13:45 +00:00
monop Give initiali[sz]e all the "i"s it deserves. 2001-09-18 18:15:49 +00:00
morse
number
phantasia Spell 'occurred' with two 'r's. 2001-09-16 16:34:23 +00:00
pig
pom Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
ppt
primes avoid strange typcast. 2001-01-20 15:06:34 +00:00
quiz Formatting improvements (from OpenBSD) 2001-07-11 16:11:36 +00:00
rain Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
random
robots Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
rogue Fix pasto. From FreeBSD. 2001-08-09 13:09:59 +00:00
sail va_{start,end} audit: 2001-09-24 13:22:25 +00:00
snake Always lseek back to the beginning of the file in post(), which may be 2001-08-31 07:17:02 +00:00
tetris Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
trek seperate -> separate 2001-07-22 13:33:58 +00:00
wargames if we're going to quote the movie, let's at least get it *right* 2001-09-19 04:54:06 +00:00
worm Keep track of visible worm length. If nowhere is available for the 2001-08-31 07:15:44 +00:00
worms Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
wtf Whitespace and/or punctuation fixes. 2001-04-02 22:42:37 +00:00
wump Ensure that the random hop delta does make the cave connected. Based 2001-08-31 07:16:22 +00:00
Makefile
Makefile.inc