diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9c6596c306a..5fbf2e377e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2014-06-09 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | Further adjustments to mark_object and friends. | ||
| 4 | Now the mark_object's stack is just 32 bytes on a 64-bit | ||
| 5 | system, which means extra 20% off the stack usage. | ||
| 6 | * alloc.c (mark_save_value): As before, refactored out from ... | ||
| 7 | (mark_object): ... adjusted user. Also add comment. | ||
| 8 | |||
| 1 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2014-06-09 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Fix core dump after a dropped X connection (Bug#17704). | 11 | Fix core dump after a dropped X connection (Bug#17704). |