Remove 'register'. ANSIfy. indent(1). Static -> static. Change some ``#include <header.h>'' to ``#include "header.h"'' for local headers. Fix function declaration mistakes uncovered by ANSIfication.
- remove all $Log$ instances and the extra logs caused by our local changes.
- fix function call inconsistencies - fix int <-> long and pointer conversions It should run now on 64 bit machines...