diff options
Diffstat (limited to 'support/ChangeLog')
-rw-r--r-- | support/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/support/ChangeLog b/support/ChangeLog index 57603648..86d7baee 100644 --- a/support/ChangeLog +++ b/support/ChangeLog @@ -1,3 +1,9 @@ +2022-04-06 Arnold D. Robbins <arnold@skeeve.com> + + * dfa.c (parse_bracket_exp): Use && instead of & in logical test. + Thanks to David Binderman <dcb314@hotmail.com> for the report, + courtesy of clang 14. + 2022-03-25 Arnold D. Robbins <arnold@skeeve.com> * cdefs.h, regex_internal.c, regexec.c: Sync with GNULIB. |