summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-25 11:22:34 -0400
committerKaz Kylheku <kaz@kylheku.com>2011-10-25 11:22:34 -0400
commit763f15ad2b8327a04b0dad97982bf19150aa7397 (patch)
treec971044086d31187cb3151a406b08b8805f69327 /ChangeLog
parent611940affae3262bfdb840b3b087ef61741e8946 (diff)
downloadtxr-763f15ad2b8327a04b0dad97982bf19150aa7397.tar.gz
txr-763f15ad2b8327a04b0dad97982bf19150aa7397.tar.bz2
txr-763f15ad2b8327a04b0dad97982bf19150aa7397.zip
* filter.c (fun_k): New keyword variable.
(function_filter): Use :fun keyword symbol instead of fun. (filter_init): New keyword variable initialized. * filter.h (upcase_k, downcase_k, fun_k): Declared.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1598515b..3bc5f3df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2011-10-25 Kaz Kylheku <kaz@kylheku.com>
+ * filter.c (fun_k): New keyword variable.
+ (function_filter): Use :fun keyword symbol instead of fun.
+ (filter_init): New keyword variable initialized.
+
+ * filter.h (upcase_k, downcase_k, fun_k): Declared.
+
+2011-10-25 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (v_bind): Use sem_error to throw errors with line number
info.