Subject: CVS commit: pkgsrc/math
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2006 21:09:13
Module Name:	pkgsrc
Committed By:	adam
Date:		Fri Feb 24 21:09:13 UTC 2006

Modified Files:
	pkgsrc/math/qalculate: Makefile distinfo
	pkgsrc/math/qalculate-bases: Makefile distinfo
	pkgsrc/math/qalculate-currency: Makefile distinfo
	pkgsrc/math/qalculate-gtk: Makefile PLIST distinfo
	pkgsrc/math/qalculate-gtk/patches: patch-aa
	pkgsrc/math/qalculate-kde: Makefile PLIST distinfo
	pkgsrc/math/qalculate-units: Makefile distinfo

Log Message:
Changes 0.9.2:
- Enhanced factorization, with square free factorization of rational multivariate polynomials
- New simplification using the enhanced factorization
- Much more efficient determinant and matrix inverse calculation
- Greatly enhanced and reworked solving of equations and inequalities
- More efficient evaluation avoiding recalculations
- Generally enhanced and more correct algebraic functionality
- Faster calculation of powers with large exponent and base close to one
- Option to automatically simplify or factorize
- Option to warn about denominators assumed non-zero
- Fix negative exponents with lower-case e
- Fix fetching of exchange rates with gnome-vfs &lt; 2.10
- Polynomial functions: coeff(), lcoeff(), pcontent(), degree(), etc.
- Fix ln(e^x)
- Display "x &lt; 3 && x &gt; 1" as "1 &lt; x &lt; 3"
- Display "&amp;&amp;" and "||" as "and" and "or" by default
- Fix display of fractions in "Decimal (Try Exact)" mode
- Compile without errors or warnings with -pedantic and -Wextra
- Unicode fixes
- ...and many more minor fixes and enhancements (and probably some new bugs)...


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/math/qalculate/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/math/qalculate/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/math/qalculate-bases/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-bases/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/math/qalculate-currency/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-currency/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/math/qalculate-gtk/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-gtk/PLIST
cvs rdiff -r1.3 -r1.4 pkgsrc/math/qalculate-gtk/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-gtk/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/math/qalculate-kde/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-kde/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/qalculate-kde/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/math/qalculate-units/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/qalculate-units/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.