]> code.delx.au - gnu-emacs/blobdiff - lib-src/ChangeLog
Restore inadvertently-changed non-ASCII character.
[gnu-emacs] / lib-src / ChangeLog
index cb573b5bb123b62631773d3e160c6b09ed0a87e2..23bdde2f9e15963f83fb6b99ee1e7765de7b3f95 100644 (file)
@@ -1,3 +1,42 @@
+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.
+       (process_pp_line): Handle case of string literal with newline
+       in it in replacement text, which counts as continuing the
+       replacement text in GNU C.
+
+2000-07-02  Gerd Moellmann  <gerd@gnu.org>
+
+       * ebrowse.c (token_string): Add missing tokens.
+       (parm_list): Handle case of qualified pointers.
+
+2000-06-23  Dave Love  <fx@gnu.org>
+
+       * ebrowse.c: Move config.h before other includes (which may use
+       feature tests).
+
+2000-06-14  Jim Meyering  <meyering@lucent.com>
+
+       * grep-changelog: Fix typos in comments.  Remove trailing blanks.
+
+2000-06-11  Jason Rumney  <jasonr@gnu.org>
+
+       * makefile.nt: Add targets for ebrowse.
+
+       * ebrowse.c [WINDOWS_NT]: Use stricmp instead of strcasecmp to
+       compare filenames.
+
 2000-06-06  Gerd Moellmann  <gerd@gnu.org>
 
        * ebrowse.c (ymalloc): Renamed from xmalloc.