home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Monster Media 1994 #1
/
monster.zip
/
monster
/
PROG_C
/
RTEXP142.ZIP
/
RTEXP142.EXE
/
CHANGES.TXT
< prev
next >
Wrap
Text File
|
1994-03-30
|
893b
|
23 lines
Changes from version 1.41 to 1.42: (March 30, 1994)
---------------------------------
The only change was changing the archiving method from PKZIP to a
self-extracting LHA file, for two reasons: LHA does not require a
license to distribute self-extracting files, and LHA self-extracting
files support automatic sub-directory creation (PKZIP needed the user to
pass the '-d' option to the self-extracting archive to do this).
Changes from version 1.40 to 1.41: (March 18, 1994)
---------------------------------
Updated manuals - mostly fixed spelling mistakes.
AFS2H revised to output new form of data declarations, so it corresponds
to the manuals.
DSL compiler fixes:
- TIME CHANGED functionality is now handled correctly
- Fixed an obscure bug involving boolean assignments - used to generate
bad C code for a statement like 'bool_var := 3 + 5 = 10;'.