home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR3 / EXC27.ZIP / EXC.V27 < prev    next >
Text File  |  1993-08-15  |  1KB  |  20 lines

  1. REVISIONS FOR VERSION 2.7 OF EXC.EXE
  2.  
  3. 1.  Prior versions of EXC did not work on a few common programs that had
  4.     their own keyboard interrupt handler.  EXC has been modified so that
  5.     it works on more of these programs than it used to.  Since custom 
  6.     interrupt handlers can do anything they want, I cannot guarantee oper-
  7.     ation on all of these programs.  Fortunately, there are not many of 
  8.     them.  Microsoft's EDIT and QBASIC editor now work properly under EXC.
  9.  
  10. 2.  Changed the TESTEXC.SCR script and TESTEXC.BAT batch file to operate
  11.     with the DOS EDIT command found in DOS 5 and up.
  12.  
  13. 3.  Fixed a problem where, under the right conditions, some letters could 
  14.     be lost or scrambled when long strings were stuffed in the buffer.
  15.     This would especially be prevalent in slower CPUs.
  16.  
  17. 4.  When EXC tried to branch to an invalid label, the correct error message
  18.     was generated, but the STOPPED AT: message displayed garbage.  It now
  19.     points to the offending command.
  20.