diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2bcca8b0562..e533b07d41a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | (regex_compile, re_match_2_internal): Move locals to avoid shadowing. | 5 | (regex_compile, re_match_2_internal): Move locals to avoid shadowing. |
| 6 | (regex_compile, re_search_2, re_match_2_internal): | 6 | (regex_compile, re_search_2, re_match_2_internal): |
| 7 | Remove unused local vars. | 7 | Remove unused local vars. |
| 8 | (FREE_VAR): Rewrite so as not to use empty "else", | ||
| 9 | which gcc can warn about. | ||
| 8 | 10 | ||
| 9 | * search.c (boyer_moore): Rename locals to avoid shadowing. | 11 | * search.c (boyer_moore): Rename locals to avoid shadowing. |
| 10 | * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. | 12 | * character.h (FETCH_STRING_CHAR_AS_MULTIBYTE_ADVANCE): Likewise. |