*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 18:03:02 +0000 (18:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 14 Jul 2000 18:03:02 +0000 (18:03 +0000)
lib-src/ChangeLog
src/ChangeLog

index 2a08ac7..23bdde2 100644 (file)
@@ -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.
index 1805907..c3901a7 100644 (file)
@@ -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.