make-alpha
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix bugs 5798 and 6195.


From: Paul D. Smith <address@hidden>
Subject: Fix bugs 5798 and 6195.
Date: Tue, 04 Nov 2003 02:40:33 -0500

Commit from psmith 2003-11-04 02:40 EST
Fix bugs 5798 and 6195.
Module File name Revision
make ChangeLog 2.222 >>> 2.223
make expand.c 1.35 >>> 1.36
make function.c 1.77 >>> 1.78
make tests/ChangeLog 1.50 >>> 1.51
make tests/scripts/functions/eval 1.3 >>> 1.4
make tests/scripts/functions/if 1.2 >>> 1.3

make/ChangeLog   2.222 >>> 2.223
Line 1
+ 2003-11-02  Paul D. Smith  <address@hidden>
+
+ * function.c (func_if): Strip all the trailing whitespace from the
+ condition, then don't expand it.  Fixed bug # 5798.
+
+ * expand.c (recursively_expand_for_file): If we're expanding a
+ variable with no file context, then use the variable's context.
+ Fixes bug # 6195.
+
  2003-10-21  Paul D. Smith  <address@hidden>
 
  * main.c (log_working_directory): Add newlines to printf()s.

make/tests/ChangeLog   1.50 >>> 1.51
Line 1
+ 2003-11-02  Paul D. Smith  <address@hidden>
+
+ * scripts/functions/if: Test if on conditionals with trailing
+ whitespace--bug #5798.
+
+ * scripts/functions/eval: Test eval in a non-file context--bug #6195.
+
  2003-04-19  Paul D. Smith  <address@hidden>
 
  * scripts/features/patspecific_vars: Test multiple patterns



reply via email to

[Prev in Thread] Current Thread [Next in Thread]