home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / language / sozobon1.zoo / readme < prev   
Text File  |  1991-03-07  |  1KB  |  36 lines

  1.  
  2.             *** NEWSOZO1.ZOO ***
  3.  
  4.  
  5. This file contains the following changes over sozobon1.zoo:
  6. -----------------------------------------------------------
  7.  
  8. a) All binaries have been recompiled using an updated dlibs.a, which offers
  9. several improvements including:
  10.  
  11.     o programs now work under shells using the xARG method.
  12.     o programs now work under monitors such as monst.
  13.     o other things that don't make much difference usually.
  14.  
  15. See NEWDLIBS.ARC for more details, if your interested.
  16.  
  17. b) top.ttp has been fixed. I know this is a rash claim, but now
  18. EVERYTHING I possess in c source form compiles with the -O option. This
  19. includes microemacs version 3.10, which is fairly big (for an ST with no
  20. hard disk :-) ). The fix was so small I saw no need to repost the
  21. source. It occured at about line 300 in peep3.c:
  22.  
  23.         if ((i3->live & i3->src.areg) == 0) {
  24. becomes:
  25.         if ((i3->live & RM(i3->src.areg)) == 0) {
  26.  
  27. This was a serious bug because it took out the assignment of a register
  28. variable from the stack, as it thought that register was dead.
  29.  
  30. I would now advise everyone using sozobon version 1.0 (in which ld.ttp
  31. doesn't even work) to switch to version 1.2 and for those people using
  32. version 1.2 to get the latest version.
  33.  
  34. l.b.brown@newcastle.ac.uk
  35.  
  36.