summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 23c623da..cdb86cde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-02-22 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (dwim_loc): del operator's return value is the
+ deleted range of values. Missing del cases added for single
+ index cases.
+
+ * lib.c (quicksort): Fix pivot selection one more time.
+ (length): Fix bad argument in "not a sequence" error.
+
+2012-02-22 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (quicksort): Incorrect pivot selection.
2012-02-22 Kaz Kylheku <kaz@kylheku.com>