summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-08-29 21:44:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-08-29 21:44:09 -0700
commitf4eb0c2e7c11c6ec77304dc2c798c15bc2971cfd (patch)
tree2cdb4c93b7de243f52df7a6479c46595b6437a27 /ChangeLog
parentdd9f7f30e879123e57a32492c7c82d9d2b361678 (diff)
downloadtxr-f4eb0c2e7c11c6ec77304dc2c798c15bc2971cfd.tar.gz
txr-f4eb0c2e7c11c6ec77304dc2c798c15bc2971cfd.tar.bz2
txr-f4eb0c2e7c11c6ec77304dc2c798c15bc2971cfd.zip
* lib.c (multi_sort_less): Change the semantics so that when the
list of the functions is empty, the left item is considered less than the right, thereby preserving the order.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bdea0b40..07704dd2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2012-08-29 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (multi_sort_less): Change the semantics so that when the
+ list of the functions is empty, the left item is considered less
+ than the right, thereby preserving the order.
+
+2012-08-29 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (mapcarv): Changed to external linkage.
* eval.h (mapcarv): Declaration added.