diff options
| author | Paul Eggert | 2013-11-08 08:24:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-11-08 08:24:40 -0800 |
| commit | 220a304ac3e1948e40ea76a82bc62bd81c2a6906 (patch) | |
| tree | 258d6b1b3b7ef513a7e040faf7b3d687b1d93d03 /src/ChangeLog | |
| parent | 71731c03382ba72c08d8a8d15ee074b4d3c97e66 (diff) | |
| download | emacs-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/ChangeLog | 2 |
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 | ||
| 17 | 2013-11-08 Paul Eggert <eggert@cs.ucla.edu> | 17 | 2013-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, |