From 6ba63a4919af92166391aa6fb5d8a55e8a537c92 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 19 Dec 2011 09:19:18 -0800 Subject: * eval.c (subst_vars, op_quasi_list, expand_quasi): New static functions. (expand): New case for quasiliterals. (eval_init): Register quasi literal as special operator. * match.c (format_field): Linkage changed to external. * match.h (format_field): Declared. Declarations rearranged. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ea07c80..71949bbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-12-19 Kaz Kylheku + + * eval.c (subst_vars, op_quasi_list, expand_quasi): New static + functions. + (expand): New case for quasiliterals. + (eval_init): Register quasi literal as special operator. + + * match.c (format_field): Linkage changed to external. + + * match.h (format_field): Declared. Declarations rearranged. + 2011-12-18 Kaz Kylheku * eval.c (bindings_helper): Fix format arguments. -- cgit v1.2.3