home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / jsage / znode3 / z3shell / shutils2.lbr / SHUTILS2.UPD < prev   
Encoding:
Text File  |  1993-06-08  |  1.4 KB  |  43 lines

  1. ======  SHUTILS2.UPD  ======================================================
  2.  
  3. Changes in Release 2 of SHUTILS
  4.  
  5. ============================================================================
  6.  
  7.  
  8. RESOLVE ---
  9.  
  10. Version: 1.1
  11.  
  12. 1)  A bug preventing expansion of nested variables when '%' was the very 
  13.     first character of a variable definition has been corrected.  This 
  14.     problem could be overcome in the first release version by making the 
  15.     first character a space, but I don't suppose this was widely known.  
  16.     Anyhow, now it's fixed.
  17.  
  18. 2)  Treatment of unrecognized '$' flags is changed.  Previously, when a 
  19.     single '$' was followed by an unrecognized option, the '$' was not 
  20.     passed through to the output.  Now the entire unrecognized token is 
  21.     passed through.  The only time that an unrecognized option causes one 
  22.     '$' to be dropped is when there are two in a row.
  23.  
  24. 3)  Shell variable file manipulation is now handled by routines from 
  25.     Z3VARLIB.
  26.  
  27. ============================================================================
  28.  
  29.  
  30. GETVAR ---
  31.  
  32. Version: 1.1
  33.  
  34. 1)  The program now correctly turns off ZEX before prompting for input.
  35.  
  36. 2)  Shell variable file manipulation is now handled by routines from 
  37.     Z3VARLIB.
  38.  
  39. ===========================================================================
  40.  
  41. Jan. 17, 1987
  42. R.D. Nielsen
  43.