diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 29039395374..5c3486d131a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-05-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Supply malloc and alloc_size attributes for extern allocators. | ||
| 4 | This documents the C API, and helps GCC generate a bit better code. | ||
| 5 | * conf_post.h (ATTRIBUTE_MALLOC, ATTRIBUTE_ALLOC_SIZE) | ||
| 6 | (ATTRIBUTE_MALLOC_SIZE): New macros. | ||
| 7 | * gmalloc.c (malloc, realloc, calloc): | ||
| 8 | * gtkutil.h (malloc_widget_value): | ||
| 9 | * lisp.h (ralloc, r_re_alloc, xmalloc, xzalloc, xrealloc, xnmalloc) | ||
| 10 | (xnrealloc, xstrdup, xlispstrdup, record_xmalloc): | ||
| 11 | Use them. | ||
| 12 | |||
| 1 | 2014-05-21 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2014-05-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | Don't assume that ImageMagick uses a 16-bit quantum (Bug#17519). | 15 | Don't assume that ImageMagick uses a 16-bit quantum (Bug#17519). |