Some basic code maintenance in games/- in main() replace exit with return- drop some /* NOTREACHED */ lint comments along the way.- make more use of standard CFLAGS, esp. -Wimplicit-function-decl
Some basic code maintenance in games/- in main() replace exit with return- drop some /* NOTREACHED */ lint comments along the way.- make more use of standard CFLAGS, esp. -Wimplicit-function-declaration- add and sort some headers when needed- add straightforward pledges to some programs used at compile timediscussed with and ok mestre@
show more ...
Cast islower()'s argument to unsigned char.ok guenther@
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andunmaintainable). these days, people use source. these id's do not provideany benefit, and do hurt the small install media(th
rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andunmaintainable). these days, people use source. these id's do not provideany benefit, and do hurt the small install media(the 33,000 line diff is essentially mechanical)ok with the idea millert, ok dms
even better; tobias@bugol.de
oops
atoi() -> strtonum(), also better handling of /0 problem spotted bytobias@bugol.de. fix written by me
typo; from tobias stoeckmann
more ansi; khalek@linuxgamers.net
Remove the advertising clause in the UCB license which Berkeleyrescinded 22 July 1999. Proofed by myself and Theo.
de-register
NetBSD changes and a few obvious fixes
CC=${HOSTCC} for these; tv@slack.iag.net, PR#89
r?index -> strr?chr
initial import of NetBSD tree