home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / squsq / squprt33.ark / BUGFIX33 next >
Internet Message Format  |  1986-11-08  |  1KB

  1. Date: Thursday, 5 June 1986  07:35-MDT
  2. From: Michael Barker <mbarker at bbnz.ARPA>
  3. To:   w8sdz
  4. Re:   squport mod's for c/70 operation
  5. This is a list of the modifications I made to squport to make it work on the
  6. c/70.  Some of them (e.g. the debug statements and blank lines) are not
  7. necessary, but it works for me.
  8. ARPA:  mbarker@bbn-unix     UUCP:  harvard!bbnccv!mbarker
  9. [fix given is implemented in v3.3]
  10.  
  11. Date: Thu, 29 May 86 08:38:28 -0500
  12. From: treid at mitre.ARPA
  13. To:   w8sdx at simtel20
  14. Re:   PD:<UNIX.CPM>SQU-PORT2.SHAR under ULTRIX
  15. SQ and USQ (squeeze and unsqueeze) will not execute correctly when compiled
  16. on DEC ULTRIX.  They cannot open files because the fopen calls have "rb"
  17. or "wb" as parameters.  The "b" is the culprit and should be removed.
  18. (See lines 164 and 168 of sq.c and 140 and 210 of usq.c).
  19. Maybe some guru can expound on whether the "b" or ULTRIX goofed.
  20. [fix given is implemented in v3.3]
  21.  
  22. Date: Thursday, 16 October 1986  17:25-MDT
  23. From: Ted Medin <MEDIN-T at NOSC-SHARK.ARPA>
  24. To:   w8sdz at simtel20
  25. Re:   pd:<cpm.squ-port>
  26.  I have isolated a problem in the portable usq for unix bsd machines.
  27. The problem is the filename of "octbest.lqt" was evidently set up by
  28. wordstar and the last "t" was negative ascii. Unix will not handle
  29. negative ascii so usq failed trying to create the file "OCTBEST.LST".
  30. [fix given is implemented in v3.3]
  31.