home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / cpp.lha / changes next >
Internet Message Format  |  1991-08-05  |  1KB

  1. From lenler!ithil!dc.dth.dk!bojsen Mon, 5 Aug 91 20:03:15 MED
  2. Received: by moria.UUCP (V1.09/Amiga)
  3.     id AA00000; Mon, 5 Aug 91 20:03:15 MED
  4. Received: by lenler.uucp (V1.09/Amiga)
  5.     id AA47620; Mon, 5 Aug 91 19:58:11 MET
  6. Received: by ithil.dc.dth.dk (4.1/DC1.2SU)
  7.     id AA29362; Mon, 5 Aug 91 13:10:27 MED
  8. Date: Mon, 5 Aug 91 13:10:27 MED
  9. Message-Id: <9108051110.AA29362@ithil.dc.dth.dk>
  10. From: bojsen@dc.dth.dk (Per Bojsen)
  11. To: bojsen@lenler
  12. Subject: New cpp: CHANGES
  13.  
  14. OTC Changes by Graham Dumpleton (grahamd@otc.otca.oz.au)
  15.  
  16. 16-Jun-91
  17.  Added support for Sun -Y option
  18.  Added support for Sun -undef option
  19.  Fix -N by putting initdefines() after dooptions()
  20.  Added throw macro support to jump table
  21.  Fixed predefines for sun, pyr and i386 architectures
  22. 25-Jun-91
  23.  Fixes to make ## operator expansion ANSI conformant. See 16.3.2 of ARM.
  24.  Remove #elif from src to make more portable.
  25.  Added support for Pyramid.
  26.  Added support for Interactive Unix.
  27.  Fix #line nesting. Put #lines around template expansions.
  28. 01-Jul-91
  29.  Add __COOL__ as a predefined symbol.
  30.  Fix search for include in local directory first.
  31. 07-Jul-91
  32.  Fix #line nesting. Added wrongfile, also force #line before included file.
  33.  
  34.