Rausgenommen:

CursesW.cc drt0.c init_main.c dldefs.h init.c dldefs.h dynamic_lib.c dldefs.h xyzzy.cc GetOpt.cc malloc.c


Braucht berarbeitung:

timer.cc neu geschrieben: ger_timer.cc
new.cc : passt
new.h  : angepasst, original unter old_new.h
osfcn.h: wurde von timer.cc bentigt.

einige files angepasst wegen string.h/String.h : String.h heit nun _String.h
String.cc
strclass.h


einige files angepasst wegen complex.h/Complex.h : Complex.h heit nun _Complex.h
Complex.cc
complex.h

Regex.cc -> _Regex.cc
Regex.h  -> _Regex.h

BitString.h -> _BitString.h

error.c: fprints etc. in cerr << umgewandelt, #include iostream.h

regex.cc: fprintf etc. in cerr << umgewandelt, #include iostream.h

BugFix in AllocRing.cc:
AllocRing::~AllocRing()...
  delete[] nodes;

