Subject: CVS commit: pkgsrc/math
To: None <pkgsrc-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 11/05/2007 20:44:04
Module Name: pkgsrc
Committed By: drochner
Date: Mon Nov 5 20:44:04 UTC 2007
Modified Files:
pkgsrc/math/qalculate: Makefile distinfo
pkgsrc/math/qalculate-gtk: Makefile distinfo
Log Message:
update to 0.9.6
changes:
-Use Lambert W to solve more equations and avoid infinite loop when solving
some equations
-More data on elements
-Fix simplification of (1-1/x)^3 and similar
-Fix clumsy mistakes in with prefixes leading to crashes
-Fix parsing of unit expressions (when converting) such as W/(m K)
-Add more exact values for sin() and cos() and avoid floating point underflow
by, in approximate mode, checking against the value of pi
-Always input decimal separator sign on keypad separator press
-Fix crash when expression entry reclaims focus if compiled with optimizations
(GTK+)
-New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT
-New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(),
isNumber(), isReal(), isRational(), isInteger(), representsNumber(),
representsReal(), representsRational(), representsInteger()
-New variable: omega constant
-Other minor fixes and enhancements
also fix wrong inclusion of scrollkeeper/bl3
To generate a diff of this commit:
cvs rdiff -r1.27 -r1.28 pkgsrc/math/qalculate/Makefile
cvs rdiff -r1.16 -r1.17 pkgsrc/math/qalculate/distinfo
cvs rdiff -r1.21 -r1.22 pkgsrc/math/qalculate-gtk/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/math/qalculate-gtk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.