diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fc70a99a170..9af61d41353 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-06-27 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * fns.c (maybe_resize_hash_table): Output message when growing the | ||
| 4 | purify-hashtable. | ||
| 5 | |||
| 1 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 6 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 7 | ||
| 3 | * alloc.c (allocate_string_data): Remove dead code. | 8 | * alloc.c (allocate_string_data): Remove dead code. |
| @@ -29,7 +34,7 @@ | |||
| 29 | 34 | ||
| 30 | 2012-06-26 John Wiegley <johnw@newartisans.com> | 35 | 2012-06-26 John Wiegley <johnw@newartisans.com> |
| 31 | 36 | ||
| 32 | * unexmacosx.c (copy_data_segment): Added two section names used | 37 | * unexmacosx.c (copy_data_segment): Add two section names used |
| 33 | on Mac OS X Lion: __mod_init_func and __mod_term_func. | 38 | on Mac OS X Lion: __mod_init_func and __mod_term_func. |
| 34 | 39 | ||
| 35 | * alloc.c (mark_memory): Do not check with -faddress-sanitizer | 40 | * alloc.c (mark_memory): Do not check with -faddress-sanitizer |