home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / GCC / GERLIB_DEV08B.LHA / gerlib / libg++ / src / ger_Changes < prev    next >
Encoding:
Text File  |  1993-12-12  |  768 b   |  35 lines

  1. Rausgenommen:
  2.  
  3. CursesW.cc drt0.c init_main.c dldefs.h init.c dldefs.h dynamic_lib.c dldefs.h xyzzy.cc GetOpt.cc malloc.c
  4.  
  5.  
  6. Braucht überarbeitung:
  7.  
  8. timer.cc neu geschrieben: ger_timer.cc
  9. new.cc : passt
  10. new.h  : angepasst, original unter old_new.h
  11. osfcn.h: wurde von timer.cc benötigt.
  12.  
  13. einige files angepasst wegen string.h/String.h : String.h heißt nun _String.h
  14. String.cc
  15. strclass.h
  16.  
  17.  
  18. einige files angepasst wegen complex.h/Complex.h : Complex.h heißt nun _Complex.h
  19. Complex.cc
  20. complex.h
  21.  
  22. Regex.cc -> _Regex.cc
  23. Regex.h  -> _Regex.h
  24.  
  25. BitString.h -> _BitString.h
  26.  
  27. error.c: fprints etc. in cerr << umgewandelt, #include iostream.h
  28.  
  29. regex.cc: fprintf etc. in cerr << umgewandelt, #include iostream.h
  30.  
  31. BugFix in AllocRing.cc:
  32. AllocRing::~AllocRing()...
  33.   delete[] nodes;
  34.  
  35.