]> git.eshelyaron.com Git - emacs.git/commitdiff
*** 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 2a08ac71f81e108ae8501b974c8e902b9af7ddcf..23bdde2f9e15963f83fb6b99ee1e7765de7b3f95 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 18059075bb6abff00e65e08f69311eb0e10fe05f..c3901a758e95152a9d282047150f0973b953c683 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.