diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-12-26 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix core dumps with gcc -fsanitize=address and GNU/Linux. | ||
| 4 | * configure.ac: Check whether addresses are sanitized. | ||
| 5 | (CANNOT_DUMP): Warn if addresses are sanitized and not CANNOT_DUMP. | ||
| 6 | (DOUG_LEA_MALLOC): Do not define if addresses are sanitized. | ||
| 7 | (SYSTEM_MALLOC): Define if addresses are sanitized. | ||
| 8 | |||
| 1 | 2013-12-24 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2013-12-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | Automate the procedure for updating copyright year. | 11 | Automate the procedure for updating copyright year. |