Lines Matching refs:was
6 # The modifier was added on 1998-04-01.
125 # Despite the error message (which was not clearly marked with "error:"),
212 # parsed differently, depending on whether the branch was taken or not. When
213 # the branch was taken, the parser recognized that in the modifier ':S,}},,',
214 # the '}}' were ordinary characters. When the branch was not taken, the
220 # unbalanced braces in the ':S' modifiers into account. This change was not
221 # on purpose, the commit message mentioned 'has the same effect', which was a
224 # In var.c 1.323 from 2020-07-26, the unintended fix from var.c 1.285 was
228 # In var.c 1.1028 from 2022-08-08, there was another attempt at fixing this
230 # it was reverted in var.c 1.1029 from 2022-08-23.
232 # In var.c 1.1047 from 2023-02-18, the inconsistency in parsing was finally
246 # At 2020-01-07, the expression evaluated to 'then0,,}}', even though it was
255 # expected 'then2'. The 'then' branch of the ':?' modifier was parsed
257 # '}}' as ordinary characters and resulting in 'then2'. The 'else' branch was
301 # were parsed differently, depending on whether the branch was active or not.