Files
make/tests/scripts/features
Paul Smith d86448fe5f [SV 64402] Correct locating "," in ifeq/ifneq conditionals
Ensure that we correctly skip the entirety of a macro or function
reference when searching for the "," separator in an ifeq/ifneq
conditional, including using "$," and also "${foo,bar}".  Note that
this change means that parenthesis OTHER than those used for variable
expansion are not considered special, any longer.

* NEWS: Announce the change.
* src/read.c (conditional_line): Skip variable references when looking
  for "," and ensure that we match closing parens/braces properly.
* tests/scripts/features/conditionals: Add tests for this behavior.
2024-01-06 17:42:40 -05:00
..
2017-06-04 18:37:20 -04:00
2023-04-02 10:02:18 -04:00
2023-04-02 10:02:18 -04:00
2013-10-09 01:53:55 -04:00
2017-06-04 18:37:20 -04:00
2022-08-30 21:05:34 -04:00
2022-08-30 21:05:34 -04:00
2021-11-28 14:27:10 -05:00