buftvtots.c:
fix formatting, declarations before code (C90)
authkeys.c:
fixed formatting, removed unnecessary comment
calendar.c:
further cleanup: deleted unnecessary comments, made first declaration, then code
clocktime.c:
removed comments, fixed formatting
a_md5encrypt.c:
fix formatting, add (void) as argument to a function etc
caltontp.c:
fixed the order of #includes
run-buftvtots.c, run-a_md5encrypt.c:
adding autogenerated file
calendar.c:
deleted comments, fixed formatting, used snprintf instead of sprintf, change variable names to be meaningful,
caljulian.c:
changed sprintf to snprintf, fixed formatting etc
a_md5encrypt.c:
changed to first declaration, then code (C90 compatibility)
Many files:
autogenerated
authkeys.c:
further changes of formatting