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 169f0e4a673..75333b7160f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * alloc.c (allocate_string): Omit intervals initialization. | ||
| 4 | * alloc.c (make_uninit_multibyte_string): Initialize intervals | ||
| 5 | as in make_pure_string and make_pure_c_string. | ||
| 6 | |||
| 7 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 8 | |||
| 3 | * alloc.c (allocate_string): Fix last change. | 9 | * alloc.c (allocate_string): Fix last change. |
| 4 | 10 | ||
| 5 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> | 11 | 2012-06-27 Dmitry Antipov <dmantipov@yandex.ru> |