diff options
| author | Paul Eggert | 2011-06-02 01:40:41 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-06-02 01:40:41 -0700 |
| commit | 57f53182c004f51e47818d70968a07579440eaff (patch) | |
| tree | d72c39a7aa28f67bc63d8153df49c94d7b03bea0 /ChangeLog | |
| parent | 7f5efba80e3643683eb050205054b7896342aa2d (diff) | |
| download | emacs-57f53182c004f51e47818d70968a07579440eaff.tar.gz emacs-57f53182c004f51e47818d70968a07579440eaff.zip | |
Merge ChangeLog from trunk better.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 0 insertions, 7 deletions
| @@ -4,13 +4,6 @@ | |||
| 4 | 4 | ||
| 5 | 2011-05-30 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2011-05-30 Paul Eggert <eggert@cs.ucla.edu> |
| 6 | 6 | ||
| 7 | Malloc failure behavior now depends on size of allocation. | ||
| 8 | * lib/allocator.h (struct allocator.die): New size arg. | ||
| 9 | * lib/careadlinkat.c (careadlinkat): Pass size to 'die' function. | ||
| 10 | If the actual problem is an ssize_t limitation, not a size_t or | ||
| 11 | malloc failure, fail with errno == ENAMETOOLONG instead of calling | ||
| 12 | 'die'. (Bug#8762) | ||
| 13 | |||
| 14 | Use 'inline', not 'INLINE'. | 7 | Use 'inline', not 'INLINE'. |
| 15 | * configure.in (INLINE): Remove. | 8 | * configure.in (INLINE): Remove. |
| 16 | 9 | ||