home *** CD-ROM | disk | FTP | other *** search
/ Dream 44 / Amiga_Dream_44.iso / RiscPc / programmation / headerg.zi / HeaderGen / Changes next >
Text File  |  1996-02-07  |  1KB  |  31 lines

  1.  
  2. -------------------------------------------------------------------------------------
  3. changes HeaderGen v1.00 to HeaderGen v1.10:
  4.  
  5. 3.2.96        the -via option is now accepted to read further command line params
  6.           from a via file
  7.  
  8. 3.2.96        implemented method to work around HeaderGen's limitations
  9.           (#define __headergen_stop, #define __headergen_start)
  10.  
  11. 4.2.96        numerical #define macros are no longer ignored when written
  12.           without round brackets
  13.  
  14. 4.2.96        fixed bug with wrong error line numbers
  15.           error and warning messages are now written to stderr
  16.  
  17. 5.2.96        HeaderGen -CtoAsm: removed handling of '-typedef' option -
  18.           *all* structures are now laid out explicitly, template structures
  19.           as well as typedef'd structures
  20.           the '-typedef' option is no longer accepted
  21.  
  22. 5.2.96        HeaderGen -CtoAsm: implemented correct handling of 'struct' templates:
  23.           'struct' templates may now be referred to in 'typedef's even if
  24.           they have not been laid out explicitly before
  25.  
  26. 6.2.96        HeaderGen -CtoAsm: size of struct's is now correctly rounded up
  27.           to integers
  28.  
  29. 7.2.96        C code within #ifdef __cplusplus ... #endif lines is now ignored
  30.  
  31.