aboutsummaryrefslogtreecommitdiffstats
path: root/math/sc
Commit message (Collapse)AuthorAgeFilesLines
* Silence a compile warning, main() should not be declared type void.truckman2002-06-291-0/+10
|
* The format patch included in PR ports/32017 is breaks formats such astruckman2002-06-292-4/+22
| | | | | | | | | | | | | | "0.000", trimming trailing non-zeros and adding back trailing zeros. Fix both the original bug, which was caused by walking off the beginning of the fractional part of the value and into the integer part, as well as the new bug, by terminating the trailing zero stripping when the first non-zero character is encountered. Also, correctly calculate the number number of trailing zeros that should potentially be removed if the format contains trailing text characters. Bump PORTREVISION. Reviewed by: send-pr@oldach.net (Helge Oldach)
* Forgot to bump PORTREVISION with previous changes.steve2001-12-051-0/+1
| | | | Submitted by: send-pr@oldach.net (Helge Oldach)
* - Backup files should be produced according to the wide-spread "tildesteve2001-12-033-2/+40
| | | | | | | | | | | | | suffix" convention. sc will also prepend a hash character which will make the backup files go out of common directory sort order. - A value such as 40 will be displayed wrongly if displayed with a "0.00 EUR" format (i.e. more than one or two characters alpha text after the number format). - 8-bit characters (according to usual locale conventions) should be allowed. PR: 32017 Submitted by: Helge Oldach <send-pr@oldach.net>
* Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2
|
* Fix leap year handling until 2099.tg2000-03-101-2/+11
| | | | | PR: 17070 Submitted by: julian
* Use yacc, not bison -y.asami2000-01-201-1/+12
|
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Use time_t instead of long in a couple of places so this compiles onsteve1999-04-261-0/+29
| | | | a FreeBSD/Alpha box.
* Remove empty directories on deinstall.steve1998-09-281-0/+1
|
* Don't try to package manpages twice.steve1998-08-171-2/+0
|
* Initial import of sc version 6.21.steve1998-08-107-0/+179
A curses-based spreadsheet program. PR: 7451 Submitted by: Heinz Tschabitscher <semper@doubt.com>