diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-14 18:03:02 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-14 18:03:02 +0000 |
commit | e5acf0cab8a1fc29f7f1ace0b261067a329b28a1 (patch) | |
tree | abfe2b7add08a572f7df6dabcb9fbe77cb7701ad /lib-src | |
parent | c87a7e0f2ca8ff4a14e4fc503ae42016d81bd9c3 (diff) | |
download | emacs-e5acf0cab8a1fc29f7f1ace0b261067a329b28a1.tar.gz |
*** empty log message ***
Diffstat (limited to 'lib-src')
-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 2a08ac71f81..23bdde2f9e1 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -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. |