pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/math/hs-scientific
Module Name: pkgsrc
Committed By: szptvlfn
Date: Wed Jan 7 13:21:14 UTC 2015
Modified Files:
pkgsrc/math/hs-scientific: Makefile buildlink3.mk distinfo
Log Message:
Update to 0.3.3.5
changelog:
0.3.3.5
* Fixed bug when converting the Scientific:
`scientific 0 someBigExponent` to a bounded Integral using toBoundedInteger
or to a bounded RealFloat using toBoundedRealFloat.
If someBigExponent was big enough to trigger the big-exponent protection
the beforementioned functions didn't return 0.
This is fixed by explicitly handling a coefficient of 0.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/hs-scientific/Makefile \
pkgsrc/math/hs-scientific/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/hs-scientific/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index