summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-02-19 20:45:22 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-02-19 20:45:22 -0800
commit124e7dd6977a0853d7a8399921e31fd1ccde2dcb (patch)
tree358586d1275e7927f72b9995ca68de48d5e557ae /ChangeLog
parent916b0f4a081b26ebb4b58afbcb651fc74dbe23cc (diff)
downloadtxr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.tar.gz
txr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.tar.bz2
txr-124e7dd6977a0853d7a8399921e31fd1ccde2dcb.zip
* mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square
roots that were incorrect in the last digit/bit, because it was not generating the guess mask all the way down to bit zero. Also, added an early test to bail the loop when an the guess at the root happens to be right. * mpi-patches/add-bitops: Refreshed. * mpi-patches/fix-ctype-warnings: Likewise. * mpi-patches/mpi-to-double: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 80823cbe..fef5ab1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,19 @@
2014-02-19 Kaz Kylheku <kaz@kylheku.com>
+ * mpi-patches/faster-square-root (mp_sqrt): Bugfix: was computing square
+ roots that were incorrect in the last digit/bit, because it was not
+ generating the guess mask all the way down to bit zero. Also, added
+ an early test to bail the loop when an the guess at the root happens
+ to be right.
+
+ * mpi-patches/add-bitops: Refreshed.
+
+ * mpi-patches/fix-ctype-warnings: Likewise.
+
+ * mpi-patches/mpi-to-double: Likewise.
+
+2014-02-19 Kaz Kylheku <kaz@kylheku.com>
+
Fixing a long-running issue in the TXR pattern language: premature
opening of files, prior to directives that actually need data.
The documentation basically lied that this is the case: namely,