home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / zmodem / mpmod154.zip / UPDATE.152 < prev    next >
Text File  |  1993-01-27  |  1KB  |  28 lines

  1. Update Reference file - MPModem v1.52 Copyright (c) M. Jose, 1993
  2.  
  3.  
  4. All changes and revisions made in version 1.52 are of a non-visible
  5. nature.
  6.  
  7. Some of the changes:
  8.  
  9.    -  Bug fix of frame reference. Some versions of Zmodem have been
  10.       "twiddled with" and send some odd frames to try to get this
  11.       Zmodem to send big packets, escaped encoding etc. I only
  12.       allow changes that are "standard" or that meet the highest
  13.       common denominator.
  14.  
  15.    -  Fix memory allocation to better reduce memory overhead. Most
  16.       strings are used and then freed. As this is written in C,
  17.       extensive use of pointers is accepted as a common means to
  18.       speed up a program.
  19.  
  20.    -  Less code in the serial routines to speed up transfer. The
  21.       extra speed is rather minute - but every little bit counts.
  22.  
  23.    -  Bug in initiation routine would sometimes cause "garbage"
  24.       to appear in the message field. This was a memory bounds
  25.       problem now fixed - all other possible problems have been
  26.       tested.
  27.  
  28.