aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-06-02 01:40:41 -0700
committerPaul Eggert2011-06-02 01:40:41 -0700
commit57f53182c004f51e47818d70968a07579440eaff (patch)
treed72c39a7aa28f67bc63d8153df49c94d7b03bea0 /ChangeLog
parent7f5efba80e3643683eb050205054b7896342aa2d (diff)
downloademacs-57f53182c004f51e47818d70968a07579440eaff.tar.gz
emacs-57f53182c004f51e47818d70968a07579440eaff.zip
Merge ChangeLog from trunk better.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 76bd252b1ea..c0e5329964e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,13 +4,6 @@
4 4
52011-05-30 Paul Eggert <eggert@cs.ucla.edu> 52011-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