diff options
| author | Paul Eggert | 2015-03-27 11:14:14 -0700 |
|---|---|---|
| committer | Paul Eggert | 2015-03-27 11:14:33 -0700 |
| commit | 84c7c6fd2b9604fa28e0b834caa46423114b9c5b (patch) | |
| tree | 12ff656dbc54a7840693cef1d0432f85ba51f8c4 /lib-src/ChangeLog | |
| parent | 087fdee723da5968679d0392302043f10a5934bb (diff) | |
| download | emacs-84c7c6fd2b9604fa28e0b834caa46423114b9c5b.tar.gz emacs-84c7c6fd2b9604fa28e0b834caa46423114b9c5b.zip | |
Port etags to -DDEBUG
* etags.c (xnew, xrnew) [DEBUG]: Don't include chkmalloc.h, which
is not part of Emacs and is typically not installed.
Instead, just invoke xmalloc and xrealloc as usual.
Problem reported by Nicolas Richard in:
http://bugs.gnu.org/20191#20
(xrnew): Avoid no-longer-needed cast to 'char *'.
(xrealloc): First arg is now void *, not char *.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 97868094bda..0bb24c375e7 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2015-03-27 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Port etags to -DDEBUG | ||
| 4 | * etags.c (xnew, xrnew) [DEBUG]: Don't include chkmalloc.h, which | ||
| 5 | is not part of Emacs and is typically not installed. | ||
| 6 | Instead, just invoke xmalloc and xrealloc as usual. | ||
| 7 | Problem reported by Nicolas Richard in: | ||
| 8 | http://bugs.gnu.org/20191#20 | ||
| 9 | (xrnew): Avoid no-longer-needed cast to 'char *'. | ||
| 10 | (xrealloc): First arg is now void *, not char *. | ||
| 11 | |||
| 1 | 2015-03-06 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2015-03-06 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Random minor fixes for movemail | 14 | Random minor fixes for movemail |