From d46e9ef86ac3a209462243980d6cbf286e8df01c Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Feb 2019 22:53:09 -0500 Subject: [PATCH] New release --- _posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 _posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md diff --git a/_posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md b/_posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md new file mode 100644 index 00000000..1d49317f --- /dev/null +++ b/_posts/2019-02-19-Released-Cyclone-Scheme-0.9.9.md @@ -0,0 +1,13 @@ +--- +layout: post +title: Released Cyclone Scheme 0.9.9 +excerpt: This release contains several bug fixes for numeric operations. +--- + +Bug Fixes + +- Fix from Petr Pražák to avoid compilation errors when using newer versions of LibTomMath. +- Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero. +- Handle the following edge case from R7RS: + + > If `z` is a complex number, then `(real? z)` is true if and only if `(zero? (imag-part z))` is true.