diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-26 01:33:40 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-26 01:33:40 +0000 |
commit | 7e64dfeee42bedcb23a8ebfc952c6890bf78a653 (patch) | |
tree | 6e3145006ae097b8df214d1e3a5a3442adcb3b64 /math | |
parent | 3fc6652e93849be6c89b6ba0711da6b8a7754798 (diff) | |
download | pkgsrc-7e64dfeee42bedcb23a8ebfc952c6890bf78a653.tar.gz |
Update to 2.11.10.1. Changes since 2.11.10:
Fixed a bug reported by the sourceforge user: cedars where:
ln(exp(6)) == 3 /* WRONG!!! */
incorrectly returned 1. This bug was fixed by Ernest Bowen
The regression test was expanded to cover this issue.
Added minor improvements to hash regression testing of pi().
Fixed "help script" and the calc man page regarding the requirement
of -f to be the last -flag in shell script mode. Further clarified
the meaning and placement of the -f flag.
Moved issues with chi.cal intfile.cal into a "mis-features" section
of the BUGS file. See "help bugs" or the BUGS source file for details.
Added the bug about:
calc 'read ellip; efactor(13*17*19)'
to the BUGS file. See "help bugs" or the BUGS source file for details.
Anyone want to track down and fix this bug?
Diffstat (limited to 'math')
-rw-r--r-- | math/capc-calc/Makefile | 5 | ||||
-rw-r--r-- | math/capc-calc/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/capc-calc/Makefile b/math/capc-calc/Makefile index b175f76d902..9ec447bf901 100644 --- a/math/capc-calc/Makefile +++ b/math/capc-calc/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2004/10/03 00:12:55 tv Exp $ +# $NetBSD: Makefile,v 1.25 2004/12/26 01:33:40 wiz Exp $ # -DISTNAME= calc-2.11.10 +DISTNAME= calc-2.11.10.1 PKGNAME= capc-${DISTNAME:S/t/./} -PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.isthe.com/chongo/src/calc/ \ http://prdownloads.sourceforge.net/calc/ diff --git a/math/capc-calc/distinfo b/math/capc-calc/distinfo index e9b87d8e87a..979a704a0f9 100644 --- a/math/capc-calc/distinfo +++ b/math/capc-calc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2004/09/21 00:10:01 wiz Exp $ +$NetBSD: distinfo,v 1.13 2004/12/26 01:33:40 wiz Exp $ -SHA1 (calc-2.11.10.tar.gz) = 0a7a6e069480fb0c60026ad1ceaaacfbea06bcba -Size (calc-2.11.10.tar.gz) = 973679 bytes +SHA1 (calc-2.11.10.1.tar.gz) = e3ea5e7f9375c88eedaabb1e4f530453cb0dc976 +Size (calc-2.11.10.1.tar.gz) = 975250 bytes SHA1 (patch-aa) = c3a844e295831e9d034774435c820c7ce4fdba37 |