diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8a6dc8644b8..64a7989a70f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-07-11 John Wiegley <johnw@newartisans.com> | ||
| 2 | |||
| 3 | * alloc.c (mark_memory): Guard the "no_address_safety_analysis" | ||
| 4 | function attribute, so we only use it if it exists in the | ||
| 5 | compiler. | ||
| 6 | |||
| 1 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-07-11 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Avoid call to strlen in fast_c_string_match_ignore_case. | 9 | Avoid call to strlen in fast_c_string_match_ignore_case. |