summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9817d03a..6a5078ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-11-20 Kaz Kylheku <kkylheku@gmail.com>
+ * match.c (dest_bind): Extended to handle more general forms
+ by using eval_form rather than direct symbol binding lookups.
+ False positive return fixed.
+ (match_line): Fixed merge to use eval_from
+ rather than direct symbol binding.
+
+2009-11-20 Kaz Kylheku <kkylheku@gmail.com>
+
* lib.c (flatten): Semantics change. The flatten function
should not map nil -> (nil), but nil -> nil.