home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 077.lha / Postscript / Sources / Bugs next >
Encoding:
Internet Message Format  |  1986-11-20  |  1.2 KB

  1. From: rminnich@udel.EDU (Ron Minnich)
  2. Subject: One last problem with postscript interpreter
  3. Date: 1 Sep 87 14:50:42 GMT
  4. Organization: University of Delaware
  5.  
  6.  
  7. This one is weird. all the '0's appeared to have been stripped
  8. out of the file. Take a look at the function that determines
  9. whether you have a decimal digit. It compares #'' to D, where it should
  10. compare #'0' to D0. That is only one example.
  11.  
  12.    For all you Lattice 3.03 users (like me!) you will have to move
  13. the xdef's at the front. The MCC assembler is stupid.
  14.  
  15.    If i get this going today i will send out diffs.
  16. ron
  17. --
  18. Ron Minnich
  19.  
  20. ============================================================================
  21.  
  22. From: scott@applix.UUCP (Scott Evernden)
  23. Subject: Postscript Interpreter
  24. Date: 4 Sep 87 00:40:23 GMT
  25. Organization: APPLiX Inc., Westboro MA
  26.  
  27.  
  28. The recent source of the "ps" PostScript Interpreter, recently
  29. posted, seems to be missing the 0s, 1s, and 5s in file "ps.a".
  30. So far, it's been quite a puzzle, but I give up.  Did anyone
  31. receive this file properly?
  32.  
  33. - scott
  34.  
  35. ============================================================================
  36.  
  37. The author sent out a new "ps.a" file, which seems to be alright WRT the
  38. above problem.
  39.  
  40. /kim  [ 09/10/87 ]
  41.  
  42.