summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-07-28 18:56:55 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-07-28 18:56:55 -0700
commitb9e5782453ab8f89ac15219b4d20301f7c19545a (patch)
treeccf1d991ed35364384c3b13ba0c03fd879aa443a /ChangeLog
parent49116fad12857d46afa7865be3331bdfa0944fa5 (diff)
downloadtxr-b9e5782453ab8f89ac15219b4d20301f7c19545a.tar.gz
txr-b9e5782453ab8f89ac15219b4d20301f7c19545a.tar.bz2
txr-b9e5782453ab8f89ac15219b4d20301f7c19545a.zip
* arith.c (rising_product): Fix wrong m == n case,
which breaks the n_perm_k function for k == 1. * txr.1: Fix typo: n-choose-k written in place of n-perm-k.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8476aad0..a148c69c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-07-28 Kaz Kylheku <kaz@kylheku.com>
+
+ * arith.c (rising_product): Fix wrong m == n case,
+ which breaks the n_perm_k function for k == 1.
+
+ * txr.1: Fix typo: n-choose-k written in place of n-perm-k.
+
2014-07-27 Kaz Kylheku <kaz@kylheku.com>
Fix 2014-02-05 safety regression: unchecked use of non-function objects