home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume22 / sc6.8 / part02 / sc6.8p1.hdr < prev    next >
Internet Message Format  |  1990-09-30  |  3KB

  1. From @uunet.uu.net:sawmill!buhrt@newton.physics.purdue.edu Thu Jun 21 22:27:39 1990
  2. Received: from BBN.COM by pineapple.bbn.com id <AA17042@pineapple.bbn.com>; Thu, 21 Jun 90 22:26:50 -0400
  3. Received: from uunet.UU.NET by BBN.COM id ab13765; 21 Jun 90 22:25 EDT
  4. Received: from newton.physics.purdue.edu by uunet.uu.net (5.61/1.14) with UUCP 
  5.     id AA09100; Thu, 21 Jun 90 22:24:58 -0400
  6. Received: from pur-ee.UUCP by rutgers.edu (5.59/SMI4.0/RU1.3/3.06) with UUCP 
  7.     id AA09408; Thu, 21 Jun 90 20:35:48 EDT
  8. Received: from newton.physics.purdue.edu by ee.ecn.purdue.edu (5.61/1.22jrs)
  9.     id AA12057; Thu, 21 Jun 90 16:05:59 -0500
  10. Received: from sawmill.UUCP by newton.physics.purdue.edu (5.61/1.34)
  11.     id AA01613; Thu, 21 Jun 90 16:00:19 -0500
  12. Received: by sawmill.UUCP (5.61/1.35)
  13.     id AA08015; Thu, 21 Jun 90 15:36:01 -0500
  14. Date: Thu, 21 Jun 90 15:36:01 -0500
  15. From: Jeffery A Buhrt <sawmill!buhrt@newton.physics.purdue.edu>
  16. Message-Id: <9006212036.AA08015@sawmill.UUCP>
  17. To: uunet!sources@uunet.uu.net
  18. Subject: Sc6.8 (part 1 of 4)
  19. Status: R
  20.  
  21.  
  22. Robert Bond (sequent!rgb) has turned Sc's maintenance over to me.
  23.  
  24. sh (unshar) all four parts.
  25. Edit Makefile
  26. make sc psc
  27.  
  28. If you have /etc/magic (for 'file' (or 'att file')) add:
  29. 38    string        Spreadsheet    sc file
  30. Thank you: edgard@cao.gipsi.fr
  31.  
  32. Tested on a Sequent Symmetry (gcc, cc, atscc), 3b2/400 (cc, fpcc),
  33.     3b1 (3.51m-cc,gcc), '386 (AT&T3.2.2-cc,gcc), '286 (Microport 2.4-cc),
  34.  
  35. Please send any diffs/changes/comments you might make/have
  36. (make sure to include enough context diffs to help in patching, and please
  37. note the version number the patch is w/r to).
  38.  
  39. For all testers: 6.8 is the same as 6.7.1.3
  40.  
  41.                         -Jeff Buhrt
  42.                         Grauel Enterprises, Inc.
  43.                         317-477-6000
  44.     {newton.physics.purdue.edu (aka: pur-phy), sequent}!sawmill!buhrt
  45.  
  46. CHANGES BETWEEN 6.1 and 6.8
  47.  
  48. Dave Lewis - 
  49.     Found and fixed a null pointer dereference in the 'R' command.
  50.  
  51. Rob McMahon -
  52.     Changed the ctl() macro to work with ANSI style compilers.
  53.     Cleaned up some non-readonly text problems.
  54.  
  55. Rick Linck -
  56.     Fixed a bug in lex.c - Ann Arbor Ambassadors have long ks and ke
  57.     termcap entries.
  58.  
  59. Sam Drake -
  60.     A fix for undefined C_* symbols in AIX.
  61.  
  62. Peter Brower -
  63.     Cleaned up the INTERNATIONAL ifdefs with more portable code.
  64.  
  65. Glen Ditchfield
  66.     Cleaned up a problem in crypt.c when the encrypted file shrank.
  67.  
  68. Bob Bond -
  69.     Vi style editing for the command line.
  70.     A bug in range name aliases.
  71.  
  72. Jeff Buhrt -
  73.     -Added "~" filename expansion.
  74.     -702 columns (A-ZZ) and unlimited rows/cells based on max. memory
  75.     -fixed a few bugs
  76.     -slightly decreased CPU usage
  77.     -MAKES backup copies of files (by default: path/#name~)
  78.     -understands ~$HOME stuff
  79.