home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 567b.lha / TI_COOLcpp / README.cpp.oct < prev    next >
Internet Message Format  |  1991-08-05  |  1KB

  1. From lenler!ithil!dc.dth.dk!bojsen Mon, 5 Aug 91 20:03:13 MED
  2. Received: by moria.UUCP (V1.09/Amiga)
  3.     id AA00000; Mon, 5 Aug 91 20:03:13 MED
  4. Received: by lenler.uucp (V1.09/Amiga)
  5.     id AA47612; Mon, 5 Aug 91 19:58:01 MET
  6. Received: by ithil.dc.dth.dk (4.1/DC1.2SU)
  7.     id AA29343; Mon, 5 Aug 91 13:08:46 MED
  8. Date: Mon, 5 Aug 91 13:08:46 MED
  9. Message-Id: <9108051108.AA29343@ithil.dc.dth.dk>
  10. From: bojsen@dc.dth.dk (Per Bojsen)
  11. To: bojsen@lenler
  12. Subject: New cpp
  13.  
  14. cpp.oct.tar contains changes made by Graham Dumpleton
  15. (grahamd@otc.otca.oz.au) which the TI cpp doesn't have.
  16.  
  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 (this is a local thing)
  21. - Fixed predefines for sun, pyr and i386 architectures
  22. - Fixes to make ## operator expansion ANSI conformant. See 16.3.2 of ARM.
  23. - Remove #elif from src to make more portable.
  24. - Added support for Pyramid.
  25. - Added support for Interactive Unix.
  26. - Fix #line nesting. Put #lines around template expansions.
  27. - Add __COOL__ as a predefined symbol.
  28. - Fix search for include in local directory first. (previously reported to TI
  29.   but wasn't in their last release)
  30. - Fix #line nesting. Added wrongfile, also force #line before included file.
  31.  
  32.