summaryrefslogtreecommitdiff
path: root/math/sc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76038
* Silence a compile warning, main() should not be declared type void.Don Lewis2002-06-291-0/+10
| | | | Notes: svn path=/head/; revision=62167
* The format patch included in PR ports/32017 is breaks formats such asDon Lewis2002-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) Notes: svn path=/head/; revision=62166
* Forgot to bump PORTREVISION with previous changes.Steve Price2001-12-041-0/+1
| | | | | | | Submitted by: send-pr@oldach.net (Helge Oldach) Notes: svn path=/head/; revision=51035
* - Backup files should be produced according to the wide-spread "tildeSteve Price2001-12-023-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> Notes: svn path=/head/; revision=50911
* Convert to PORTNAME/PORTVERSION.Satoshi Asami2000-04-141-2/+2
| | | | Notes: svn path=/head/; revision=27509
* Fix leap year handling until 2099.Thomas Gellekum2000-03-101-2/+11
| | | | | | | | PR: 17070 Submitted by: julian Notes: svn path=/head/; revision=26714
* Use yacc, not bison -y.Satoshi Asami2000-01-191-1/+12
| | | | Notes: svn path=/head/; revision=24849
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20960
* Use time_t instead of long in a couple of places so this compiles onSteve Price1999-04-251-0/+29
| | | | | | | a FreeBSD/Alpha box. Notes: svn path=/head/; revision=18130
* Remove empty directories on deinstall.Steve Price1998-09-271-0/+1
| | | | Notes: svn path=/head/; revision=13467
* Don't try to package manpages twice.Steve Price1998-08-171-2/+0
| | | | Notes: svn path=/head/; revision=12560
* Initial import of sc version 6.21.Steve Price1998-08-107-0/+179
A curses-based spreadsheet program. PR: 7451 Submitted by: Heinz Tschabitscher <semper@doubt.com> Notes: svn path=/head/; revision=12396