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