From a2b16d316cf9201fa27d35766f5f245c2c9a6b26 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Thu, 26 Jan 2012 14:15:53 -0800 Subject: * match.c (format_field): Removed useless use of cat_str (no longer needed because str is already a string). The purpose was to reduce character to strings. (subst_vars): Some of the new logic in format_field must be replicated in the case when format_field is not called because the variable has no modifiers. Lists must be converted to a space-separated string. Bugfix here: occurence of pat and modifiers is not mutually exclusive. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ee0d422e..fc73e42d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2012-01-26 Kaz Kylheku + + * match.c (format_field): Removed useless use of cat_str (no longer + needed because str is already a string). The purpose was to reduce + character to strings. + (subst_vars): Some of the new logic in format_field must be replicated + in the case when format_field is not called because the variable + has no modifiers. Lists must be converted to a space-separated string. + Bugfix here: occurence of pat and modifiers is not mutually exclusive. + 2012-01-26 Kaz Kylheku * eval.c (dwim_loc, dwim_op): Eliminated redundant re-evaluation -- cgit v1.2.3