[alt.sources.wanted] needed: sc

mferrare@physics.adelaide.edu.au (Mark Ferraretto) (03/08/91)

There was once a program called sc.  It was posted to comp.sources.unix, 
alt.sources or comp.sources.x.  I'm not sure where.  Does anybody have any
recall of this program and know where I can get it from?  It was a spreadsheet
program (I think).  For that matter does anybody know of any public domain
spreadsheets that run under X?

--
       _             Name  : Mark Ferraretto	   Title: Computing Officer
      \  \           Place : Department of Physics and Mathematical Physics
 ||     \  \                 University of Adelaide
==========>==>==--   Aarnet: mferrare@physics.adelaide.edu.au

jpd@pc.usl.edu (Dugal James P.) (03/12/91)

I've just received SC version 6.13 and will soon install it for
anonymous ftp from pc.usl.edu ... look in the pub/unix directory.
Version 6.12 is there now.

-- 
-- James Dugal,	N5KNX		Internet: jpd@usl.edu
Associate Director		Ham packet: n5knx@k5arh
Computing Center		US Mail: PO Box 42770  Lafayette, LA  70504
University of Southwestern LA.	Tel. 318-231-6417	U.S.A.

emv@ox.com (Ed Vielmetti) (03/12/91)

In article <26806@rouge.usl.edu> jpd@pc.usl.edu (Dugal James P.) writes:

   I've just received SC version 6.13 and will soon install it for
   anonymous ftp from pc.usl.edu ... look in the pub/unix directory.
   Version 6.12 is there now.

Could you post the release notes (like, what's new about it?)

-- 
 Msen	Edward Vielmetti
/|---	moderator, comp.archives
	emv@msen.com

jpd@pc.usl.edu (Dugal James P.) (03/13/91)

In article <EMV.91Mar11200750@poe.aa.ox.com> emv@ox.com (Ed Vielmetti) writes:
>Could you post the release notes (like, what's new about it?)

CHANGES BETWEEN 6.14 and 6.13
Mats Wichmann
	- Sys V R4 patches, fixed 'Press RETURN ...' on a shell command
Tim Theisen
	- changed #define for memcpy/memset under ultrix
Rick Walker
	- Added @myrow and @mycol to give the row/col of the current cell
	'The two functions are @myrow and @mycol, which return the numerical
	row and column of the calling cell.  The cell directly above a cell
	in the D column could then be accessed by @nval("d",@myrow-1).'
	NOTE: @myrow and @mycol can't be used in specifying ranges.

CHANGES BETWEEN 6.13 and 6.12
Rick Walker
	- pointed out a move(x,y)-> (y,x) in sc.c
Glenn Barry
	- Further SunOS 4.X cleanups
Tom Tkacik
	- made sure 'J' moves downward 1/2 a screen even at the bottom
David I. Dalva
	- pointed out crypt may not be in /bin/crypt
Gregory Bond
	- allows the vi-mode editing of very long expressions
		(> 1 screen width) to work on 2nd + subsequent lines
Tom Anderson
	- "let A1 = aaa" (where aaa is defined as A0:A0) is now valid
	- added autolabeling
		'When there is an empty cell to the left of a cell that has
		just been defined (with /d), a label is created in the blank
		cell.  The label holds the definition that has just been
		created.  This labeling is only done for definitions of single
		cells (and not for ranges).'
		'The feature can be turned on and off with a toggle (^T)
		command'
Petri Wessman
	- Added support for SLaTeX, 'a Scandinavian version of LaTeX, in
		intensive use ... in Finland and in Sweden'
Jeff Buhrt
	- vmtbl.c explictly set arrays of pointers to NULL, vs memset()
	- psc   [-P] plain numbers only:a number only when there is no [-+eE]


		[-S] all numbers are strings
	- psc: a number must end in [0-9.eE] anything else makes it a string
		(4, 4., 4.5, and 4e are numbers; 4-, 4+, etc are not).
	- psc: made sure we grow enough when we call growtbl()
	- cleaned up the Makefile w/ a few suggestions
	- SIGWINCH is delt with next time the screen would update (testing)
	- added IDLOKBAD to get around a SysV curses bug (see Makefile)
	- moved screen functions into screen.c (except for one indirect
		'repaint()' call in sc.c, and help.c)

-- 
-- James Dugal,	N5KNX		Internet: jpd@usl.edu
Associate Director		Ham packet: n5knx@k5arh
Computing Center		US Mail: PO Box 42770  Lafayette, LA  70504
University of Southwestern LA.	Tel. 318-231-6417	U.S.A.