home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TPOWERST.ZIP / TPRO.511 < prev    next >
Encoding:
Text File  |  1991-03-15  |  950 b   |  20 lines

  1. This file summarizes changes made between Turbo Professional versions
  2. 5.10 and 5.11.
  3.  
  4. The primary reason for version 5.11 is to provide compatibility with
  5. Turbo Pascal 6.0. The following files were modified, all of them to
  6. deal with the new heap manager of TP6: TPTSR.PAS, TPSORT.PAS,
  7. TPDOS.PAS, TPDEFINE.INC, DIFF.PAS, TPMEMCHK.PAS. When you compile
  8. Turbo Professional with TP6, the conditional define Heap6 is
  9. automatically created within the TPDEFINE.INC file. When Heap6 is
  10. defined, the units that directly manipulate the heap use different
  11. code that is compatible with TP6. As a result, the conversion to TP6
  12. should be transparent to you.
  13.  
  14. Several dormant bugs activated by a new TP6 optimization were fixed.
  15. These affected TPASCIIZ.ASM, TPINT24.ASM, and TPPICK.IN1.
  16.  
  17. A few other rarely encountered bugs were fixed in BCDCONV.ASM,
  18. TPVARRAY.PAS, TPWINDOW.PAS, TPDOS.PAS, TPHELP.PAS, VBROWSE.PAS,
  19. TPENTRY.IN3, and TPENHKBD.ASM.
  20.