aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-11-08 08:24:40 -0800
committerPaul Eggert2013-11-08 08:24:40 -0800
commit220a304ac3e1948e40ea76a82bc62bd81c2a6906 (patch)
tree258d6b1b3b7ef513a7e040faf7b3d687b1d93d03 /src/ChangeLog
parent71731c03382ba72c08d8a8d15ee074b4d3c97e66 (diff)
downloademacs-220a304ac3e1948e40ea76a82bc62bd81c2a6906.tar.gz
emacs-220a304ac3e1948e40ea76a82bc62bd81c2a6906.zip
Merge from gnulib.
This incorporates: 2013-11-08 extern-inline: port better to OS X 10.9 2013-11-08 fpending: fix regression on DragonFly BSD * lib/fpending.h, m4/extern-inline.m4, m4/fpending.m4: Update from gnulib.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fdb4b24233f..2a5c828578f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -16,6 +16,8 @@
16 16
172013-11-08 Paul Eggert <eggert@cs.ucla.edu> 172013-11-08 Paul Eggert <eggert@cs.ucla.edu>
18 18
19 * gmalloc.c (special_realloc, calloc, mallochook): Use tail calls.
20
19 * chartab.c (make_sub_char_table): Fix size typo (Bug#15825). 21 * chartab.c (make_sub_char_table): Fix size typo (Bug#15825).
20 This bug was introduced in my 2013-06-21 change, and caused 22 This bug was introduced in my 2013-06-21 change, and caused
21 struct Lisp_Sub_Char_Table objects to be given too many slots, 23 struct Lisp_Sub_Char_Table objects to be given too many slots,