changeset 30234:1cd3b42b273e

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 14 Jul 2000 18:03:02 +0000
parents 1e2f2a050a93
children 5a0d447b7eea
files lib-src/ChangeLog src/ChangeLog
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Fri Jul 14 18:00:36 2000 +0000
+++ b/lib-src/ChangeLog	Fri Jul 14 18:03:02 2000 +0000
@@ -1,3 +1,14 @@
+2000-07-14  Gerd Moellmann  <gerd@gnu.org>
+
+	* ebrowse.c (xrealloc, xmalloc): Renamed from yrealloc and
+	ymalloc.
+
+	* etags.c (xmalloc, xrealloc): Make externally visible, for use
+	by alloca.o.
+
+	* Makefile.in (alloca.o): Add -Demacs so that alloca will use
+	xmalloc.
+
 2000-07-10  Gerd Moellmann  <gerd@gnu.org>
 
 	* ebrowse.c (yylex): Accept string literals with newlines in them.
--- a/src/ChangeLog	Fri Jul 14 18:00:36 2000 +0000
+++ b/src/ChangeLog	Fri Jul 14 18:03:02 2000 +0000
@@ -14,6 +14,8 @@
 
 2000-07-14  Gerd Moellmann  <gerd@gnu.org>
 
+	* alloca.c (malloc) [emacs]: Define as xmalloc.
+
 	* xfns.c (Fx_show_tip): If frame parameters contain a position,
 	use that instead of the mouse position.  Add parameters DX and DY.