home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume22 / sc6.8 / part02 / sc6.8p1.hdr / text0000.txt < prev   
Encoding:
Text File  |  1990-09-30  |  1.6 KB  |  59 lines

  1.  
  2. Robert Bond (sequent!rgb) has turned Sc's maintenance over to me.
  3.  
  4. sh (unshar) all four parts.
  5. Edit Makefile
  6. make sc psc
  7.  
  8. If you have /etc/magic (for 'file' (or 'att file')) add:
  9. 38    string        Spreadsheet    sc file
  10. Thank you: edgard@cao.gipsi.fr
  11.  
  12. Tested on a Sequent Symmetry (gcc, cc, atscc), 3b2/400 (cc, fpcc),
  13.     3b1 (3.51m-cc,gcc), '386 (AT&T3.2.2-cc,gcc), '286 (Microport 2.4-cc),
  14.  
  15. Please send any diffs/changes/comments you might make/have
  16. (make sure to include enough context diffs to help in patching, and please
  17. note the version number the patch is w/r to).
  18.  
  19. For all testers: 6.8 is the same as 6.7.1.3
  20.  
  21.                         -Jeff Buhrt
  22.                         Grauel Enterprises, Inc.
  23.                         317-477-6000
  24.     {newton.physics.purdue.edu (aka: pur-phy), sequent}!sawmill!buhrt
  25.  
  26. CHANGES BETWEEN 6.1 and 6.8
  27.  
  28. Dave Lewis - 
  29.     Found and fixed a null pointer dereference in the 'R' command.
  30.  
  31. Rob McMahon -
  32.     Changed the ctl() macro to work with ANSI style compilers.
  33.     Cleaned up some non-readonly text problems.
  34.  
  35. Rick Linck -
  36.     Fixed a bug in lex.c - Ann Arbor Ambassadors have long ks and ke
  37.     termcap entries.
  38.  
  39. Sam Drake -
  40.     A fix for undefined C_* symbols in AIX.
  41.  
  42. Peter Brower -
  43.     Cleaned up the INTERNATIONAL ifdefs with more portable code.
  44.  
  45. Glen Ditchfield
  46.     Cleaned up a problem in crypt.c when the encrypted file shrank.
  47.  
  48. Bob Bond -
  49.     Vi style editing for the command line.
  50.     A bug in range name aliases.
  51.  
  52. Jeff Buhrt -
  53.     -Added "~" filename expansion.
  54.     -702 columns (A-ZZ) and unlimited rows/cells based on max. memory
  55.     -fixed a few bugs
  56.     -slightly decreased CPU usage
  57.     -MAKES backup copies of files (by default: path/#name~)
  58.     -understands ~$HOME stuff
  59.