Commit Graph

8 Commits

Author SHA1 Message Date
sthen
55d83e5db7 #include some missing headers to avoid implicit function declarations,
ok jasper@
2011-06-26 09:48:50 +00:00
jasper
292fa5b2db - regen patch and PLIST
- set license marker
- remove freebsd-isms
2011-06-25 15:36:08 +00:00
jasper
5d0d4a6f19 - prevent the return value from being uninitialized, which would break sc
in various ways.

from slackware via Donovan Watteau
2011-06-25 15:33:33 +00:00
weingart
18775fea0e Update to sc-7.16
ok pval@
2006-05-28 21:21:51 +00:00
millert
e7c17f6332 o We are not 4.3BSD so don't pretend
o Use modern curses routines if ncurses is in use
Fises PR 3225; OK pvalchev@
2003-06-16 21:37:17 +00:00
pvalchev
ee241c0ee1 - correct path to tutorial in man page
- correct LOCALBASE substitution in doc locations
2003-06-16 20:19:29 +00:00
pvalchev
bbcf3abce5 Update to a newer sc-7.15 found on sunsite (as opposed to gatekeeper.dec.com) 2002-08-06 00:45:16 +00:00
reinhard
c0a0a9530c Sc is a spreadsheet calculator based on rectangular tables
like a financial spreadsheet. When invoked it presents you
with a table organized as rows and columns of cells. If
invoked without a file argument, by default the initial
table is empty.
 
Each cell can be associated with a numeric value, a label
string and/or an expression which evaluates to a numeric
value or label string, often based on other cell values
(formula).

MAINTAINER=     Peter Valchev <pvalchev@toxiclinux.org>
2001-02-04 18:44:00 +00:00