home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_C / RTEXP142.ZIP / RTEXP142.EXE / CHANGES.TXT < prev    next >
Text File  |  1994-03-30  |  893b  |  23 lines

  1. Changes from version 1.41 to 1.42: (March 30, 1994)
  2. ---------------------------------
  3.  
  4. The only change was changing the archiving method from PKZIP to a
  5. self-extracting LHA file, for two reasons: LHA does not require a
  6. license to distribute self-extracting files, and LHA self-extracting
  7. files support automatic sub-directory creation (PKZIP needed the user to
  8. pass the '-d' option to the self-extracting archive to do this).
  9.  
  10. Changes from version 1.40 to 1.41: (March 18, 1994)
  11. ---------------------------------
  12.  
  13. Updated manuals - mostly fixed spelling mistakes.
  14.  
  15. AFS2H revised to output new form of data declarations, so it corresponds
  16.   to the manuals.
  17.  
  18. DSL compiler fixes:
  19.   - TIME CHANGED functionality is now handled correctly
  20.   - Fixed an obscure bug involving boolean assignments - used to generate
  21.     bad C code for a statement like 'bool_var := 3 + 5 = 10;'.
  22.  
  23.