summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-02-16 17:24:19 -0800
committerKaz Kylheku <kaz@kylheku.com>2012-02-16 17:24:19 -0800
commitdcd14af875e74e92379031076d48c526b57a06bf (patch)
treed3a18d837b98e5912b7e8913ecb242b4b8a6fbfd /ChangeLog
parentd7ba2b97d8c03bf47c25978d96fa055e7d11ba5a (diff)
downloadtxr-dcd14af875e74e92379031076d48c526b57a06bf.tar.gz
txr-dcd14af875e74e92379031076d48c526b57a06bf.tar.bz2
txr-dcd14af875e74e92379031076d48c526b57a06bf.zip
* match.c (match_funcall): Function renamed to match_filter.
* match.h (match_funcall): Declaration updated. * filter.c (get_filter): Updated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 76bd5ef1..ee49c755 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2012-02-16 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (match_funcall): Function renamed to match_filter.
+
+ * match.h (match_funcall): Declaration updated.
+
+ * filter.c (get_filter): Updated.
+
+2012-02-16 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (op_catch): Treat the nil exception object as an empty
list, and not the atom nil.