home *** CD-ROM | disk | FTP | other *** search
- What's NEW
-
- 06/03/91 - Code drastically re-structured. Program now supports units
- compiled by TURBO PASCAL for WINDOWS as well as TURBO Pascal
- Version 6.0. Pointer manipulation code removed for safety.
- Listing format is (hopefully) improved and size is reduced.
-
- Program now retrieves units mentioned in "USES" statements and
- is thus able to provide actual type names (and Array bounds)
- when displaying most LG's. Unit version numbers are checked.
- Source of each unit file successfully retrieved is also printed
- at beginning of run with the appropriate TURBO Library (.TPL)
- being searched if necessary to resolve referenced Units.
-
- Unit files of up to about 320 KB are now fully supported!
-
- Program now asks if the Unit is for WINDOWS or DOS and bases its
- .TPL Library search on the response.
-
- The index has been re-worked to include context info and to
- improve its utility.
-
- Several minor mistakes are also fixed in both the program and
- in its reports including a few minor disassembler bugs involving
- the AAM and AAD instructions.
-
- The technical report now describes many of the new features that
- are found in Units compiled by the WINDOWS compiler.
-
-
- -WLP