diff options
author | adam <adam@pkgsrc.org> | 2004-11-25 10:03:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-25 10:03:30 +0000 |
commit | 305b1697bc1f77e50acf955f023d6f9962f34fcb (patch) | |
tree | cbc4f19a129d67c614be3ea4d5766013259e9df7 /math | |
parent | 089537a98f2a4af9a0bdc2b421c077979d3bc67d (diff) | |
download | pkgsrc-305b1697bc1f77e50acf955f023d6f9962f34fcb.tar.gz |
Changes 0.7.1:
* Only use unicode character if available in the used font
Fixes plus sign not displayed correctly in keypad, and wide keypad
* Do not round exact integers not in exponential format.
Fixes display of large numbers in non-decimal number bases * Fix crash on systems, such as amd64, where size_t is not long int
* Do not update plot data when not changed
* Rearrange plot dialog and make x variable separate for each plot
function
* Generate vector function
* Fix some cases with nested trigonometric functions by adding
option to set default angle unit to none, to allow angle unit in argument
* Try with assumptions set to unknown in solve function if not successful
* Be more picky in comparisons with units
* Fix comparison of unit with unknown
* Fix 0.5!
Diffstat (limited to 'math')
-rw-r--r-- | math/qalculate/Makefile | 4 | ||||
-rw-r--r-- | math/qalculate/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 6a48059ba09..e992ed770b6 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/19 12:30:07 adam Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/25 10:03:30 adam Exp $ -DISTNAME= qalculate-0.7.0 +DISTNAME= qalculate-0.7.1 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=qalculate/} diff --git a/math/qalculate/distinfo b/math/qalculate/distinfo index be294fa13a8..f8e5350d8d4 100644 --- a/math/qalculate/distinfo +++ b/math/qalculate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2004/11/19 12:30:07 adam Exp $ +$NetBSD: distinfo,v 1.2 2004/11/25 10:03:30 adam Exp $ -SHA1 (qalculate-0.7.0.tar.gz) = 79b8f8441ed044b3316fc0e3b1fab647868f6353 -Size (qalculate-0.7.0.tar.gz) = 1498084 bytes +SHA1 (qalculate-0.7.1.tar.gz) = e6be1f890e0ca53029604ac2bd156ed6293d0267 +Size (qalculate-0.7.1.tar.gz) = 1504204 bytes SHA1 (patch-aa) = 138badf3dbb1d011720f980b8cf653e662c5e073 SHA1 (patch-ab) = 05f21b9ff3a4fc567fd38befd4eb43b47cd347a0 |